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