MsoFillFormatHelper Class

MsoFillFormatHelper class

Represents fill formatting for a shape.


type MsoFillFormatHelper 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.
GetForeColorTransparencyReturns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
SetForeColorTransparencyReturns or sets the degree of fore color 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.
SetOneColorGradientSets the specified fill to a one-color gradient.
GetTextureGets the texture fill type.
IsVisibleIndicates whether there is fill.
SetIsVisibleIndicates whether there is fill.