MsoFillFormat
Contents
[
Hide
]MsoFillFormat class
Represents fill formatting for a shape.
Properties
| Name | Type | Description |
|---|---|---|
| ForeColor | Color | Gets and sets the fill fore color. |
| Transparency | Number | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
| BackColor | Color | Gets and sets the file back color. |
| ImageData | byte[] | Gets and sets the Texture and Picture fill data. |
| Texture | Number | Gets the texture fill type. The value of the property is TextureType integer constant. |
| IsVisible | boolean | Indicates whether there is fill. |
Methods
| Name | Description |
|---|---|
| setOneColorGradient | Sets the specified fill to a one-color gradient. |
MsoFillFormat.ForeColor property
Gets and sets the fill fore color.
Type: Color
MsoFillFormat.Transparency property
Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
Type: Number
MsoFillFormat.BackColor property
Gets and sets the file back color.
Type: Color
MsoFillFormat.ImageData property
Gets and sets the Texture and Picture fill data.
Type: byte[]
MsoFillFormat.Texture property
Gets the texture fill type. The value of the property is TextureType integer constant.
Type: Number
MsoFillFormat.IsVisible property
Indicates whether there is fill.
Type: boolean
setOneColorGradient(color, degree, style, variant)
Sets the specified fill to a one-color gradient.
| Parameter | Type | Description |
|---|---|---|
| color | Color | One gradient color. |
| degree | Number | The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light). |
| style | Number | A GradientStyleType value. Gradient shading style. |
| variant | Number | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. |