Aspose::Cells::Drawing::PatternFill class

PatternFill class

Encapsulates the object that represents pattern fill format.

class PatternFill

Methods

MethodDescription
GetBackgroundCellsColor()Gets and sets the foreground CellsColor object.
GetBackgroundColor()Gets or sets the background System.Drawing.Color of the Area.
GetBackTransparency()Gets or sets the transparency of background color.
GetForegroundCellsColor()Gets and sets the foreground CellsColor object.
GetForegroundColor()Gets or sets the foreground System.Drawing.Color.
GetForeTransparency()Gets or sets the transparency of foreground color.
GetPattern()Gets or sets the fill pattern type.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PatternFill& src)operator=
PatternFill(PatternFill_Impl* impl)Constructs from an implementation object.
PatternFill(const PatternFill& src)Copy constructor.
SetBackgroundCellsColor(const CellsColor& value)Gets and sets the foreground CellsColor object.
SetBackgroundColor(const Aspose::Cells::Color& value)Gets or sets the background System.Drawing.Color of the Area.
SetBackTransparency(double value)Gets or sets the transparency of background color.
SetForegroundCellsColor(const CellsColor& value)Gets and sets the foreground CellsColor object.
SetForegroundColor(const Aspose::Cells::Color& value)Gets or sets the foreground System.Drawing.Color.
SetForeTransparency(double value)Gets or sets the transparency of foreground color.
SetPattern(FillPattern value)Gets or sets the fill pattern type.
~PatternFill()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also