FillFormat Class
Contents
[
Hide
]FillFormat class
Encapsulates the object that represents fill formatting for a shape.
type FillFormat struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetFillType | Gets and sets fill type |
| SetFillType | Gets and sets fill type |
| GetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
| SetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
| GetGradientFill | Gets GradientFill object. |
| GetTextureFill | Gets TextureFill object. |
| GetSolidFill | Gets SolidFill object. |
| GetPatternFill | Gets PatternFill object. |
| GetGradientColorType | Returns the gradient color type for the specified fill. |
| GetGradientStyle | Returns the gradient style for the specified fill. |
| GetGradientColor1 | Returns the gradient color 1 for the specified fill. |
| GetGradientColor2 | Returns the gradient color 2 for the specified fill. |
| GetGradientDegree | Returns the gradient degree for the specified fill.Only applies for Excel 2007. |
| GetGradientVariant | Returns the gradient variant for the specified fill.Only applies for Excel 2007. |
| GetPresetColor | Returns the gradient preset color for the specified fill. |
| SetOneColorGradient | Sets the specified fill to a one-color gradient.Only applies for Excel 2007. |
| SetTwoColorGradient_Color_Color_GradientStyleType_Int | Sets the specified fill to a two-color gradient.Only applies for Excel 2007. |
| SetTwoColorGradient_Color_Double_Color_Double_GradientStyleType_Int | Sets the specified fill to a two-color gradient.Only applies for Excel 2007. |
| SetPresetColorGradient | Sets the specified fill to a preset-color gradient.Only applies for Excel 2007. |
| GetTexture | Represents the texture type for the specified fill. |
| SetTexture | Represents the texture type for the specified fill. |
| GetPattern | Represents an area’s display pattern. |
| SetPattern | Represents an area’s display pattern. |
| GetPictureFormatType | Gets and sets the picture format type. |
| SetPictureFormatType | Gets and sets the picture format type. |
| GetScale | Gets and sets the picture format scale. |
| SetScale | Gets and sets the picture format scale. |
| GetImageData | Gets and sets the picture image data. |
| SetImageData | Gets and sets the picture image data. |
| Equals | |
| GetHashCode | Gets the hash code. |