Aspose::Cells::FontSourceBase class
FontSourceBase class
This is an abstract base class for the classes that allow the user to specify various font sources.
class FontSourceBase
Methods
Method | Description |
---|---|
FontSourceBase(FontSourceBase_Impl* impl) | Constructs from an implementation object. |
FontSourceBase(const FontSourceBase& src) | Copy constructor. |
virtual GetType() | Returns the type of the font source. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const FontSourceBase& src) | operator= |
~FontSourceBase() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++