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 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()
           
 NullableBool getRotateWithShape()
          Determines whether the fill should be rotated with shape.
 BaseSlideEx getSlide()
           
 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
equals, 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.

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()

getPresentation

public PresentationEx getPresentation()