Aspose::Cells::Drawing::NoneFill class
NoneFill class
Represents no fill.
class NoneFill
Methods
Method | Description |
---|---|
IsNull() const | Checks whether the implementation object is nullptr. |
NoneFill(NoneFill_Impl* impl) | Constructs from an implementation object. |
NoneFill(const NoneFill& src) | Copy constructor. |
explicit operator bool() const | operator bool() |
operator=(const NoneFill& src) | operator= |
~NoneFill() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++