public interface IFillFormatEffectiveData extends IFillParamSource
Immutable object which contains effective fill formatting properties.
IFillFormat
interface to return effective formatting values with inheritance applied.
Modifier and Type | Method and Description |
---|---|
byte |
getFillType()
Returns the type of filling.
|
IGradientFormatEffectiveData |
getGradientFormat()
Returns the gradient fill format.
|
IPatternFormatEffectiveData |
getPatternFormat()
Returns the pattern fill format.
|
IPictureFillFormatEffectiveData |
getPictureFillFormat()
Returns the picture fill format.
|
boolean |
getRotateWithShape()
Determines whether the fill should be rotated with shape.
|
java.lang.Integer |
getSolidFillColor()
Returns the fill color.
|
byte getFillType()
Returns the type of filling.
Read-only FillType
.
java.lang.Integer getSolidFillColor()
Returns the fill color.
Read-only Integer
.
IGradientFormatEffectiveData getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormatEffectiveData
.
IPatternFormatEffectiveData getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormatEffectiveData
.
IPictureFillFormatEffectiveData getPictureFillFormat()
Returns the picture fill format.
Read-only IPictureFillFormatEffectiveData
.
boolean getRotateWithShape()
Determines whether the fill should be rotated with shape.
Read-only boolean
.