Aspose::Cells::Drawing::MsoFillFormatHelper class
Contents
[
Hide
]MsoFillFormatHelper class
Represents fill formatting for a shape.
class MsoFillFormatHelper
Methods
Method | Description |
---|---|
GetBackColor() | Gets and sets the file back color. |
GetForeColor() | Gets and sets the fill fore color. |
GetForeColorTransparency() | Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
GetImageData() | Gets and sets the Texture and Picture fill data. |
GetTexture() | Gets the texture fill type. |
IsNull() const | Checks whether the implementation object is nullptr. |
IsVisible() | Indicates whether there is fill. |
MsoFillFormatHelper(MsoFillFormatHelper_Impl* impl) | Constructs from an implementation object. |
MsoFillFormatHelper(const MsoFillFormatHelper& src) | Copy constructor. |
explicit operator bool() const | operator bool() |
operator=(const MsoFillFormatHelper& src) | operator= |
SetBackColor(const Aspose::Cells::Color& value) | Gets and sets the file back color. |
SetForeColor(const Aspose::Cells::Color& value) | Gets and sets the fill fore color. |
SetForeColorTransparency(double value) | Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
SetImageData(const Vector <uint8_t>& value) | Gets and sets the Texture and Picture fill data. |
SetIsVisible(bool value) | Indicates whether there is fill. |
SetOneColorGradient(const Aspose::Cells::Color& color, double degree, GradientStyleType style, int32_t variant) | Sets the specified fill to a one-color gradient. |
~MsoFillFormatHelper() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++