com.aspose.slides.pptx
Class FillFormatEx

java.lang.Object
  extended by com.aspose.slides.pptx.FillFormatEx
All Implemented Interfaces:
IFillParamSource, IPresentationComponent, ISlideComponent

public class FillFormatEx
extends java.lang.Object
implements ISlideComponent, IFillParamSource

Represents a fill formatting options.


Method Summary
 boolean equals(java.lang.Object obj)
          Determines whether the two FillFormatEx instances are equal.
 FillTypeEx getFillType()
          Returns the type of fill.
 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.
 NullableBool 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.
 void setFillType(FillTypeEx value)
          Sets the type of fill.
 void setRotateWithShape(NullableBool value)
          Sets whether the fill should be rotated with shape.
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillType

public FillTypeEx getFillType()
Returns the type of fill.

Returns:
See FillTypeEx.

setFillType

public void setFillType(FillTypeEx value)
Sets the type of fill.

Parameters:
value - new fill type. See FillTypeEx.

getSolidFillColor

public ColorFormatEx getSolidFillColor()
Returns the fill color.

Returns:
See ColorFormatEx.

getGradientFormat

public GradientFormatEx getGradientFormat()
Returns the gradient fill format.

Returns:
See GradientFormatEx.

getPatternFormat

public PatternFormatEx getPatternFormat()
Returns the pattern fill format.

Returns:
See PatternFormatEx.

getPictureFillFormat

public PictureFillFormatEx getPictureFillFormat()
Returns the picture fill format.

Returns:
See PictureFillFormatEx.

getRotateWithShape

public NullableBool getRotateWithShape()
Determines whether the fill should be rotated with shape.

Returns:
See NullableBool.

setRotateWithShape

public void setRotateWithShape(NullableBool value)
Sets whether the fill should be rotated with shape.

Parameters:
value - See NullableBool.

equals

public boolean equals(java.lang.Object obj)
Determines whether the two FillFormatEx instances are equal.

Overrides:
equals in class java.lang.Object
Parameters:
obj - The FillFormatEx to compare with the current FillFormatEx.
Returns:
true if the specified FillFormatEx is equal to the current FillFormatEx.

getSlide

public BaseSlideEx getSlide()
Returns the parent slide of a FillFormatEx.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public PresentationEx getPresentation()
Returns the parent presentation of a FillFormatEx.

Specified by:
getPresentation in interface IPresentationComponent