|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LineFillFormatEx
public class LineFillFormatEx
Represents properties for lines filling.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the two LineFillFormatEx instances are equal. |
byte |
getFillType()
Returns or sets 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. |
byte |
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(byte value)
|
void |
setRotateWithShape(byte value)
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte getFillType()
Returns or sets the fill type.
Read/write FillTypeEx
.
public void setFillType(byte value)
public ColorFormatEx getSolidFillColor()
Returns the color of a solid fill.
Read-only ColorFormatEx
.
public GradientFormatEx getGradientFormat()
Returns the gradient fill format.
Read-only GradientFormat
.
public PatternFormatEx getPatternFormat()
Returns the pattern fill format.
Read-only PatternFormat
.
public byte getRotateWithShape()
Determines whether the fill should be rotated with a shape.
Read/write NullableBool
.
public void setRotateWithShape(byte value)
public boolean equals(java.lang.Object obj)
Determines whether the two LineFillFormatEx instances are equal.
equals
in class java.lang.Object
obj
- The LineFillFormatEx to compare with the current LineFillFormatEx.
<b>true</b>
if the specified LineFillFormatEx is equal to the current LineFillFormatEx; otherwise, <b>false</b>
.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.
hashCode
in class java.lang.Object
public BaseSlideEx getSlide()
Returns the parent slide of a LineFillFormatEx.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation of a LineFillFormatEx.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |