public interface ILineFillFormat extends IFillParamSource
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.
|
void |
setFillType(byte value)
Returns or sets the fill type.
|
void |
setRotateWithShape(byte value)
Determines whether the fill should be rotated with a shape.
|
byte getFillType()
Returns or sets the fill type.
Read/write FillType
.
void setFillType(byte value)
Returns or sets the fill type.
Read/write FillType
.
IColorFormat getSolidFillColor()
Returns the color of a solid fill.
Read-only IColorFormat
.
IGradientFormat getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormat
.
IPatternFormat getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormat
.
byte getRotateWithShape()
Determines whether the fill should be rotated with a shape.
Read/write NullableBool
.
void setRotateWithShape(byte value)
Determines whether the fill should be rotated with a shape.
Read/write NullableBool
.