MsoFillFormat Class

MsoFillFormat class

Represents fill formatting for a shape.


type MsoFillFormat struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetForeColorGets and sets the fill fore color.
SetForeColorGets and sets the fill fore color.
GetTransparencyReturns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
SetTransparencyReturns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
GetBackColorGets and sets the file back color.
SetBackColorGets and sets the file back color.
GetImageDataGets and sets the Texture and Picture fill data.
SetImageDataGets and sets the Texture and Picture fill data.
SetOneColorGradientSets the specified fill to a one-color gradient.
GetTextureGets the texture fill type.
IsVisibleIndicates whether there is fill.
SetIsVisibleIndicates whether there is fill.