FillFormat Class

FillFormat class

Encapsulates the object that represents fill formatting for a shape.


type FillFormat struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetFillTypeGets and sets fill type
SetFillTypeGets and sets fill type
GetTransparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
SetTransparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
GetGradientFillGets object.
GetTextureFillGets object.
GetSolidFillGets object.
GetPatternFillGets object.
GetGradientColorTypeReturns the gradient color type for the specified fill.
GetGradientStyleReturns the gradient style for the specified fill.
GetGradientColor1Returns the gradient color 1 for the specified fill.
GetGradientColor2Returns the gradient color 2 for the specified fill.
GetGradientDegreeReturns the gradient degree for the specified fill.Only applies for Excel 2007.
GetGradientVariantReturns the gradient variant for the specified fill.Only applies for Excel 2007.
GetPresetColorReturns the gradient preset color for the specified fill.
SetOneColorGradientSets the specified fill to a one-color gradient.Only applies for Excel 2007.
SetTwoColorGradient_Color_Color_GradientStyleType_IntSets the specified fill to a two-color gradient.Only applies for Excel 2007.
SetTwoColorGradient_Color_Double_Color_Double_GradientStyleType_IntSets the specified fill to a two-color gradient.Only applies for Excel 2007.
SetPresetColorGradientSets the specified fill to a preset-color gradient.Only applies for Excel 2007.
GetTextureRepresents the texture type for the specified fill.
SetTextureRepresents the texture type for the specified fill.
GetPatternRepresents an area’s display pattern.
SetPatternRepresents an area’s display pattern.
GetPictureFormatTypeGets and sets the picture format type.
SetPictureFormatTypeGets and sets the picture format type.
GetScaleGets and sets the picture format scale.
SetScaleGets and sets the picture format scale.
Equals
GetHashCodeGets the hash code.