LineFillFormat
Inheritance: java.lang.Object, com.aspose.slides.PVIObject
All Implemented Interfaces: com.aspose.slides.ILineFillFormat
public final class LineFillFormat extends PVIObject implements ILineFillFormat
Represents properties for lines filling.
Methods
Method | Description |
---|---|
getVersion() | |
getFillType() | Returns or sets the fill type. |
setFillType(byte value) | Returns or sets the fill type. |
getRotateWithShape() | Determines whether the fill should be rotated with a shape. |
setRotateWithShape(byte value) | Determines whether the fill should be rotated with a shape. |
getSolidFillColor() | Returns the color of a solid fill. |
getGradientFormat() | Returns the gradient fill format. |
getPatternFormat() | Returns the pattern fill format. |
getVersion()
public long getVersion()
Version. Read-only long.
Returns: long
getFillType()
public final byte getFillType()
Returns or sets the fill type. Read/write FillType.
Returns: byte
setFillType(byte value)
public final void setFillType(byte value)
Returns or sets the fill type. Read/write FillType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte |
getRotateWithShape()
public final byte getRotateWithShape()
Determines whether the fill should be rotated with a shape. Read/write NullableBool.
Returns: byte
setRotateWithShape(byte value)
public final void setRotateWithShape(byte value)
Determines whether the fill should be rotated with a shape. Read/write NullableBool.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte |
getSolidFillColor()
public final IColorFormat getSolidFillColor()
Returns the color of a solid fill. Read-only IColorFormat.
Returns: IColorFormat
getGradientFormat()
public final IGradientFormat getGradientFormat()
Returns the gradient fill format. Read-only IGradientFormat.
Returns: IGradientFormat
getPatternFormat()
public final IPatternFormat getPatternFormat()
Returns the pattern fill format. Read-only IPatternFormat.
Returns: IPatternFormat