Aspose::Cells::Revisions::RevisionAutoFormat class
Contents
[
Hide
]RevisionAutoFormat class
represents a revision record of information about a formatting change.
class RevisionAutoFormat : public Aspose::Cells::Revisions::Revision
Methods
Method | Description |
---|---|
GetCellArea() | Gets the location where the formatting was applied. |
GetId() | Gets the number of this revision. |
GetType() | Gets the type of the revision. |
GetWorksheet() | Gets the worksheet. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const RevisionAutoFormat& src) | operator= |
operator=(const Revision& src) | operator= |
Revision(Revision_Impl* impl) | Constructs from an implementation object. |
Revision(const Revision& src) | Copy constructor. |
RevisionAutoFormat(RevisionAutoFormat_Impl* impl) | Constructs from an implementation object. |
RevisionAutoFormat(const RevisionAutoFormat& src) | Copy constructor. |
RevisionAutoFormat(const Revision& src) | Constructs from a parent object. |
~Revision() | Destructor. |
~RevisionAutoFormat() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class Revision
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++