public interface ILineFillFormatEffectiveData extends IFillParamSource
Immutable object which contains effective line filling properties.
ILineFormatEffectiveData
.
Modifier and Type | Method and Description |
---|---|
byte |
getFillType()
Returns the fill type.
|
IGradientFormatEffectiveData |
getGradientFormat()
Returns the gradient fill format.
|
IPatternFormatEffectiveData |
getPatternFormat()
Returns the pattern fill format.
|
boolean |
getRotateWithShape()
Determines whether the fill should be rotated with a shape.
|
java.lang.Integer |
getSolidFillColor()
Returns the color of a solid fill.
|
byte getFillType()
Returns the fill type.
Read-only FillType
.
java.lang.Integer getSolidFillColor()
Returns the color of a solid fill.
Read-only Integer
.
IGradientFormatEffectiveData getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormatEffectiveData
.
IPatternFormatEffectiveData getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormatEffectiveData
.
boolean getRotateWithShape()
Determines whether the fill should be rotated with a shape.
Read-only boolean
.