FillFormat
FillFormat class
Represents a fill formatting options.
getEffective
| Name | Description |
|---|---|
| getEffective () | Gets effective fill formatting data with the inheritance applied. |
Returns: FillFormatEffectiveData
getFillType
| Name | Description |
|---|---|
| getFillType () | Returns or sets the type of filling. Read/write FillType. |
Returns: byte
getGradientFormat
| Name | Description |
|---|---|
| getGradientFormat () | Returns the gradient fill format. Read-only IGradientFormat. |
Returns: GradientFormat
getPatternFormat
| Name | Description |
|---|---|
| getPatternFormat () | Returns the pattern fill format. Read-only IPatternFormat. |
Returns: PatternFormat
getPictureFillFormat
| Name | Description |
|---|---|
| getPictureFillFormat () | Returns the picture fill format. Read-only IPictureFillFormat. |
Returns: PictureFillFormat
getRotateWithShape
| Name | Description |
|---|---|
| getRotateWithShape () | Determines whether the fill should be rotated with shape. Read/write NullableBool. |
Returns: byte
getSolidFillColor
| Name | Description |
|---|---|
| getSolidFillColor () | Returns the fill color. Read-only IColorFormat. |
Returns: ColorFormat
getVersion
| Name | Description |
|---|---|
| getVersion () |
Returns: long
setFillType
| Name | Description |
|---|---|
| setFillType (byte) | Returns or sets the type of filling. Read/write FillType. |
Returns: void
setRotateWithShape
| Name | Description |
|---|---|
| setRotateWithShape (byte) | Determines whether the fill should be rotated with shape. Read/write NullableBool. |
Returns: void