|
||||||||
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 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 |
---|
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)
obj
- The LineFillFormatEx to compare with the current
LineFillFormatEx.
public int GetHashCode()
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |