Aspose::Cells::Drawing::PatternFill class
Contents
[
Hide
]PatternFill class
Encapsulates the object that represents pattern fill format.
class PatternFill
Methods
| Method | Description |
|---|---|
| GetBackgroundCellsColor() | Gets and sets the foreground CellsColor object. |
| GetBackgroundColor() | Gets or sets the background 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 Color. |
| GetForeTransparency() | Gets or sets the transparency of foreground color. |
| GetPattern() | Gets or sets the fill pattern type. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator 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 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 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++