|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.LineFillFormatEx
public class LineFillFormatEx
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 |
---|
public FillTypeEx getFillType()
FillTypeEx
.public void setFillType(FillTypeEx value)
value
- new fill type. See FillTypeEx
.public ColorFormatEx getSolidFillColor()
ColorFormatEx
.public GradientFormatEx getGradientFormat()
GradientFormatEx
.public PatternFormatEx getPatternFormat()
PatternFormatEx
.public NullableBool getRotateWithShape()
NullableBool
.public void setRotateWithShape(NullableBool value)
value
- See NullableBool
.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The LineFillFormatEx to compare with the current
LineFillFormatEx.
public int hashCode()
hashCode
in class java.lang.Object
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |