Aspose::Cells::DxfCollection class
DxfCollection class
Represents the master differential formatting records.
class DxfCollection
Methods
Method | Description |
---|---|
DxfCollection(DxfCollection_Impl* impl) | Constructs from an implementation object. |
DxfCollection(const DxfCollection& src) | Copy constructor. |
Get(int32_t index) | Gets the element at the specified index. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const DxfCollection& src) | operator= |
~DxfCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++