MsoFillFormatHelper Class
Contents
[
Hide
]MsoFillFormatHelper class
Represents fill formatting for a shape.
type MsoFillFormatHelper struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetForeColor | Gets and sets the fill fore color. |
| SetForeColor | Gets and sets the fill fore color. |
| GetForeColorTransparency | Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
| SetForeColorTransparency | Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
| GetBackColor | Gets and sets the file back color. |
| SetBackColor | Gets and sets the file back color. |
| GetImageData | Gets and sets the Texture and Picture fill data. |
| SetImageData | Gets and sets the Texture and Picture fill data. |
| SetOneColorGradient | Sets the specified fill to a one-color gradient. |
| GetTexture | Gets the texture fill type. |
| IsVisible | Indicates whether there is fill. |
| SetIsVisible | Indicates whether there is fill. |