linefillformat-ag凯发旗舰厅
com.spire.presentation.drawing
class linefillformat
java.lang.object
com.spire.presentation.pptobject
com.spire.presentation.drawing.linefillformat
- all implemented interfaces:
- iactivepresentation, islidecomponent
public class linefillformat
- extends pptobject
- implements islidecomponent
represents properties for lines filling.
linefillformat
public linefillformat(islidecomponent parent)
getfilltype
public fillformattype getfilltype()
- gets the fill type.
read/write .
- returns:
setfilltype
public void setfilltype(fillformattype value)
- sets the fill type.
read/write .
getsolidfillcolor
public colorformat getsolidfillcolor()
- gets the color of a solid fill.
read-only .
- returns:
getgradient
public gradientfillformat getgradient()
- gets the gradient fill format.
read-only .
- returns:
getpattern
public patternfillformat getpattern()
- gets the pattern fill format.
read-only .
- returns:
getrotatewithshape
public tristate getrotatewithshape()
- indicates whether the fill should be rotated with a shape.
read/write .
- returns:
setrotatewithshape
public void setrotatewithshape(tristate value)
equals
public boolean equals(java.lang.object obj)
- overrides:
equals
in class java.lang.object
hashcode
public int hashcode()
- overrides:
hashcode
in class java.lang.object