|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PVIObject
com.aspose.slides.FillFormat
public class FillFormat
Represents a fill formatting options.
Method Summary | |
---|---|
byte |
getFillType()
Returns or sets the type of filling. |
IGradientFormat |
getGradientFormat()
Returns the gradient fill format. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IPresentationComponent |
getParent_IPresentationComponent()
|
IPatternFormat |
getPatternFormat()
Returns the pattern fill format. |
IPictureFillFormat |
getPictureFillFormat()
Returns the picture fill format. |
byte |
getRotateWithShape()
Determines whether the fill should be rotated with shape. |
IColorFormat |
getSolidFillColor()
Returns the fill color. |
long |
getVersion()
|
void |
setFillType(byte value)
Returns or sets the type of filling. |
void |
setRotateWithShape(byte value)
Determines whether the fill should be rotated with shape. |
Methods inherited from class com.aspose.slides.PVIObject |
---|
equals, getParent_Immediate, getParent_IPresentationComponent, getPresentation, getSlide, getVersion, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final byte getFillType()
Returns or sets the type of filling.
Read/write FillType
.
getFillType
in interface IFillFormat
public final void setFillType(byte value)
Returns or sets the type of filling.
Read/write FillType
.
setFillType
in interface IFillFormat
public final IColorFormat getSolidFillColor()
Returns the fill color.
Read-only IColorFormat
.
getSolidFillColor
in interface IFillFormat
public final IGradientFormat getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormat
.
getGradientFormat
in interface IFillFormat
public final IPatternFormat getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormat
.
getPatternFormat
in interface IFillFormat
public final IPictureFillFormat getPictureFillFormat()
Returns the picture fill format.
Read-only IPictureFillFormat
.
getPictureFillFormat
in interface IFillFormat
public final byte getRotateWithShape()
Determines whether the fill should be rotated with shape.
Read/write NullableBool
.
getRotateWithShape
in interface IFillFormat
public final void setRotateWithShape(byte value)
Determines whether the fill should be rotated with shape.
Read/write NullableBool
.
setRotateWithShape
in interface IFillFormat
public IPresentationComponent getParent_IPresentationComponent()
public long getVersion()
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |