Aspose::Cells::Revisions::RevisionFormat class

RevisionFormat class

Represents a revision record of information about a formatting change.

class RevisionFormat : public Aspose::Cells::Revisions::Revision

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also