com.aspose.slides
Class FillFormatEx

java.lang.Object
  extended by com.aspose.slides.FillFormatEx

public class FillFormatEx
extends java.lang.Object

Represents a fill formatting options.


Method Summary
 boolean equals(java.lang.Object obj)
           Determines whether two FillFormatEx instances are equal.
 byte getFillType()
           Returns or sets the type of filling.
 GradientFormatEx getGradientFormat()
           Returns the gradient fill format.
 PatternFormatEx getPatternFormat()
           Returns the pattern fill format.
 PictureFillFormatEx getPictureFillFormat()
           Returns the picture fill format.
 PresentationEx getPresentation()
           Returns the parent presentation of a FillFormatEx.
 byte getRotateWithShape()
           Determines whether the fill should be rotated with shape.
 BaseSlideEx getSlide()
           Returns the parent slide of a FillFormatEx.
 ColorFormatEx getSolidFillColor()
           Returns the fill color.
 int hashCode()
           Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
 void setFillType(byte value)
           
 void setRotateWithShape(byte value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillType

public byte getFillType()

Returns or sets the type of filling. Read/write FillTypeEx.


setFillType

public void setFillType(byte value)

getSolidFillColor

public ColorFormatEx getSolidFillColor()

Returns the fill color. Read-only ColorFormatEx.


getGradientFormat

public GradientFormatEx getGradientFormat()

Returns the gradient fill format. Read-only GradientFormat.


getPatternFormat

public PatternFormatEx getPatternFormat()

Returns the pattern fill format. Read-only PatternFormat.


getPictureFillFormat

public PictureFillFormatEx getPictureFillFormat()

Returns the picture fill format. Read-only PictureFillFormat.


getRotateWithShape

public byte getRotateWithShape()

Determines whether the fill should be rotated with shape. Read/write NullableBool.


setRotateWithShape

public void setRotateWithShape(byte value)

equals

public boolean equals(java.lang.Object obj)

Determines whether two FillFormatEx instances are equal.

Overrides:
equals in class java.lang.Object
Parameters:
obj - The FillFormatEx to compare with the current FillFormatEx.
Returns:
<b>true</b> if the specified FillFormatEx is equal to the current FillFormatEx; otherwise, <b>false</b>.

hashCode

public int hashCode()

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Overrides:
hashCode in class java.lang.Object
Returns:
23454


Overriden to make compiler happy. Always returns constant because object is mutable.


getSlide

public BaseSlideEx getSlide()

Returns the parent slide of a FillFormatEx. Read-only BaseSlideEx.


getPresentation

public PresentationEx getPresentation()

Returns the parent presentation of a FillFormatEx. Read-only PresentationEx.