linefillformat-ag凯发旗舰厅



com.spire.presentation.drawing
class linefillformat

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.drawing.linefillformat
all implemented interfaces:
iactivepresentation, islidecomponent

public class linefillformat
extends pptobject
implements islidecomponent

represents properties for lines filling.


constructor summary
linefillformat(islidecomponent parent)
           
 
method summary
 boolean equals(java.lang.object obj)
           
 fillformattype getfilltype()
          gets the fill type.
 gradientfillformat getgradient()
          gets the gradient fill format.
 patternfillformat getpattern()
          gets the pattern fill format.
 tristate getrotatewithshape()
          indicates whether the fill should be rotated with a shape.
 colorformat getsolidfillcolor()
          gets the color of a solid fill.
 int hashcode()
           
 void setfilltype(fillformattype value)
          sets the fill type.
 void setrotatewithshape(tristate value)
           
 
methods inherited from class com.spire.presentation.pptobject
checkdisposed, getparent
 
methods inherited from interface com.spire.presentation.islidecomponent
getslide
 
methods inherited from interface com.spire.presentation.iactivepresentation
getpresentation
 
constructor detail

linefillformat

public linefillformat(islidecomponent parent)
method detail

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


网站地图