RevisionFormat
Contents
[
Hide
]RevisionFormat class
Represents a revision record of information about a formatting change.
class RevisionFormat extends Revision;
Constructors
Name | Description |
---|---|
constructor(Revision) | Constructs from a parent object convertible to this. |
Methods
Method | Description |
---|---|
getType() | Gets the type of revision. |
getAreas() | The range to which this formatting was applied. |
getStyle() | Gets the applied style. |
isNull() | Checks whether the implementation object is null. |
getWorksheet() | Gets the worksheet. |
getId() | Gets the number of this revision. |
constructor(Revision)
Constructs from a parent object convertible to this.
constructor(obj: Revision);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | Revision | The parent object. |
getType()
Gets the type of revision.
getType() : RevisionType;
Returns
getAreas()
The range to which this formatting was applied.
getAreas() : CellArea[];
Returns
CellArea[]
getStyle()
Gets the applied style.
getStyle() : Style;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getWorksheet()
Gets the worksheet.
getWorksheet() : Worksheet;
Returns
getId()
Gets the number of this revision.
getId() : number;
Remarks
Zero means this revision does not contains id.