fillformat-ag凯发旗舰厅



com.spire.presentation.drawing
class fillformat

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

public class fillformat
extends java.lang.object
implements islidecomponent

represents a fill formatting options.


constructor summary
fillformat(islidecomponent parent)
           
 
method summary
 boolean equals(java.lang.object obj)
          indicates whether two fillformat instances are equal.
 fillformattype getfilltype()
          gets the type of filling.
 gradientfillformat getgradient()
          gets the gradient fill format.
 patternfillformat getpattern()
          gets the pattern fill format.
 picturefillformat getpicturefill()
          gets the picture fill format.
 tristate getrotatewithshape()
          indicates whether the fill would be rotated with shape.
 colorformat getsolidcolor()
          gets the fill color.
 int hashcode()
           
 boolean isgroupfill()
          indicate whether is group fill.
 void isgroupfill(boolean value)
           
 boolean isnofill()
          indicates whether is no fill.
 void setfilltype(fillformattype value)
          sets the type of filling.
 void setrotatewithshape(tristate value)
           
 
methods inherited from interface com.spire.presentation.islidecomponent
getslide
 
methods inherited from interface com.spire.presentation.iactivepresentation
getpresentation
 
constructor detail

fillformat

public fillformat(islidecomponent parent)
method detail

getfilltype

public fillformattype getfilltype()
gets the type of filling. read/write .
returns:

setfilltype

public void setfilltype(fillformattype value)
sets the type of filling. read/write .

isgroupfill

public boolean isgroupfill()
indicate whether is group fill.
returns:

isgroupfill

public void isgroupfill(boolean value)

isnofill

public boolean isnofill()
indicates whether is no fill.
returns:

getsolidcolor

public colorformat getsolidcolor()
gets the fill color. 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:

getpicturefill

public picturefillformat getpicturefill()
gets the picture fill format. read-only .
returns:

getrotatewithshape

public tristate getrotatewithshape()
indicates whether the fill would be rotated with shape. read/write .
returns:

setrotatewithshape

public void setrotatewithshape(tristate value)

equals

public boolean equals(java.lang.object obj)
indicates whether two fillformat instances are equal.
overrides:
equals in class java.lang.object
parameters:
obj - the fillformat to compare with the current fillformat.
returns:
true if the specified fillformat is equal to the current fillformat; otherwise, false.

hashcode

public int hashcode()
overrides:
hashcode in class java.lang.object


网站地图