public final class LineFillFormat extends PVIObject implements ILineFillFormat
Represents properties for lines filling.
| Modifier and Type | Method and Description |
|---|---|
byte |
getFillType()
Returns or sets the fill type.
|
IGradientFormat |
getGradientFormat()
Returns the gradient fill format.
|
IPatternFormat |
getPatternFormat()
Returns the pattern fill format.
|
byte |
getRotateWithShape()
Determines whether the fill should be rotated with a shape.
|
IColorFormat |
getSolidFillColor()
Returns the color of a solid fill.
|
long |
getVersion()
Version.
|
void |
setFillType(byte value)
Returns or sets the fill type.
|
void |
setRotateWithShape(byte value)
Determines whether the fill should be rotated with a shape.
|
equals, getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, hashCodepublic long getVersion()
Version.
Read-only long.
getVersion in class PVIObjectpublic final byte getFillType()
Returns or sets the fill type.
Read/write FillType.
getFillType in interface ILineFillFormatpublic final void setFillType(byte value)
Returns or sets the fill type.
Read/write FillType.
setFillType in interface ILineFillFormatpublic final byte getRotateWithShape()
Determines whether the fill should be rotated with a shape.
Read/write NullableBool.
getRotateWithShape in interface ILineFillFormatpublic final void setRotateWithShape(byte value)
Determines whether the fill should be rotated with a shape.
Read/write NullableBool.
setRotateWithShape in interface ILineFillFormatpublic final IColorFormat getSolidFillColor()
Returns the color of a solid fill.
Read-only IColorFormat.
getSolidFillColor in interface ILineFillFormatpublic final IGradientFormat getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormat.
getGradientFormat in interface ILineFillFormatpublic final IPatternFormat getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormat.
getPatternFormat in interface ILineFillFormatCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.