|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.FillFormatEx
public class FillFormatEx
Represents a fill formatting options.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the two FillFormatEx instances are equal. |
FillTypeEx |
getFillType()
Returns the type of fill. |
GradientFormatEx |
getGradientFormat()
Returns the gradient fill format. |
PatternFormatEx |
getPatternFormat()
Returns the pattern fill format. |
PictureFillFormatEx |
getPictureFillFormat()
Returns the picture fill format. |
PresentationEx |
getPresentation()
Returns the parent presentation of a FillFormatEx. |
NullableBool |
getRotateWithShape()
Determines whether the fill should be rotated with shape. |
BaseSlideEx |
getSlide()
Returns the parent slide of a FillFormatEx. |
ColorFormatEx |
getSolidFillColor()
Returns the fill color. |
void |
setFillType(FillTypeEx value)
Sets the type of fill. |
void |
setRotateWithShape(NullableBool value)
Sets whether the fill should be rotated with shape. |
Methods inherited from class java.lang.Object |
---|
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 PictureFillFormatEx getPictureFillFormat()
PictureFillFormatEx
.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 FillFormatEx to compare with the current FillFormatEx.
public BaseSlideEx getSlide()
getSlide
in interface ISlideComponent
public PresentationEx getPresentation()
getPresentation
in interface IPresentationComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |