com.aspose.slides.pptx
Class LineFillFormatEx

java.lang.Object
  extended by com.aspose.slides.pptx.LineFillFormatEx
All Implemented Interfaces:
IFillParamSource

public class LineFillFormatEx
extends java.lang.Object
implements IFillParamSource

Represents properties for line filling.


Method Summary
 boolean equals(java.lang.Object obj)
          Determines whether the two LineFillFormatEx instances are equal.
 FillTypeEx getFillType()
          Returns the fill type.
 GradientFormatEx getGradientFormat()
          Returns the gradient fill format.
 PatternFormatEx getPatternFormat()
          Returns the pattern fill format.
 PresentationEx getPresentation()
          Returns the parent presentation of a LineFillFormatEx.
 NullableBool getRotateWithShape()
          Determines whether the fill should be rotated with a shape.
 BaseSlideEx getSlide()
          Returns the parent slide of a LineFillFormatEx.
 ColorFormatEx getSolidFillColor()
          Returns the color of a solid fill.
 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(FillTypeEx value)
          Sets the fill type.
 void setRotateWithShape(NullableBool value)
          Sets whether the fill should be rotated with a shape.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillType

public FillTypeEx getFillType()
Returns the fill type.

Returns:
See FillTypeEx.

setFillType

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

Parameters:
value - new fill type. See FillTypeEx.

getSolidFillColor

public ColorFormatEx getSolidFillColor()
Returns the color of a solid fill.

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.

getRotateWithShape

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

Returns:
See NullableBool.

setRotateWithShape

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

Parameters:
value - See NullableBool.

equals

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

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

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. Always returns constant because Object is mutable.

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

getSlide

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


getPresentation

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