public interface IFillFormat extends IFillParamSource
Represents a fill formatting options.
Modifier and Type | Method and Description |
---|---|
IFillFormatEffectiveData |
getEffective()
Gets effective fill formatting data with the inheritance applied.
|
byte |
getFillType()
Returns or sets the type of filling.
|
IGradientFormat |
getGradientFormat()
Returns the gradient fill format.
|
IPatternFormat |
getPatternFormat()
Returns the pattern fill format.
|
IPictureFillFormat |
getPictureFillFormat()
Returns the picture fill format.
|
byte |
getRotateWithShape()
Determines whether the fill should be rotated with shape.
|
IColorFormat |
getSolidFillColor()
Returns the fill color.
|
void |
setFillType(byte value)
Returns or sets the type of filling.
|
void |
setRotateWithShape(byte value)
Determines whether the fill should be rotated with shape.
|
byte getFillType()
Returns or sets the type of filling.
Read/write FillType
.
void setFillType(byte value)
Returns or sets the type of filling.
Read/write FillType
.
IColorFormat getSolidFillColor()
Returns the fill color.
Read-only IColorFormat
.
IGradientFormat getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormat
.
IPatternFormat getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormat
.
IPictureFillFormat getPictureFillFormat()
Returns the picture fill format.
Read-only IPictureFillFormat
.
byte getRotateWithShape()
Determines whether the fill should be rotated with shape.
Read/write NullableBool
.
void setRotateWithShape(byte value)
Determines whether the fill should be rotated with shape.
Read/write NullableBool
.
IFillFormatEffectiveData getEffective()
Gets effective fill formatting data with the inheritance applied.
IFillFormatEffectiveData
.