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