public class FillFormat extends PVIObject implements IFillFormat
Represents a fill formatting options.
Modifier and Type | Method and Description |
---|---|
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()
Returns parent 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()
Version.
|
void |
setFillType(byte value)
Returns or sets the type of filling.
|
void |
setRotateWithShape(byte value)
Determines whether the fill should be rotated with shape.
|
equals, getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, getVersion, hashCode, reset_Parent_IPresentationComponent
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()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public long getVersion()
Version.
Read-only long
.
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.