com.aspose.slides
Class LineFillFormatEx

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

public class LineFillFormatEx
extends java.lang.Object

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.
 int GetHashCode()
          Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
 PatternFormatEx getPatternFormat()
          Returns the pattern fill format.
 PresentationEx getPresentation()
           
 NullableBool getRotateWithShape()
          Determines whether the fill should be rotated with a shape.
 BaseSlideEx getSlide()
           
 ColorFormatEx getSolidFillColor()
          Returns the color of a solid fill.
 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
equals, getClass, hashCode, 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.

Parameters:
obj - The LineFillFormatEx to compare with the current LineFillFormatEx.
Returns:
true if the specified LineFillFormatEx is equal to the current LineFillFormatEx.

GetHashCode

public int GetHashCode()
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.

Returns:
23453

getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()