com.aspose.cells.RevisionRenameSheet.html Maven / Gradle / Ivy
RevisionRenameSheet
com.aspose.cells
Class RevisionRenameSheet
java.lang.Object
Revision
com.aspose.cells.RevisionRenameSheet
public class RevisionRenameSheet
- extends Revision
Property Getters/Setters Summary | ||
---|---|---|
int | getId() | → inherited from Revision
|
Gets the number of this revision. | ||
java.lang.String | getNewName() | |
Gets the new name of the worksheet. | ||
java.lang.String | getOldName() | |
Gets the old name of the worksheet. | ||
int | getType() | |
Represents the type of the revision. The value of the property is RevisionType integer constant. | ||
Worksheet | getWorksheet() | → inherited from Revision
|
Gets the worksheet. |
Property Getters/Setters Detail |
---|
getType | |
public int getType() |
Represents the type of the revision. The value of the property is RevisionType integer constant.
getOldName | |
public java.lang.String getOldName() |
Gets the old name of the worksheet.
getNewName | |
public java.lang.String getNewName() |
Gets the new name of the worksheet.
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() |
Gets the worksheet.
getId | → inherited from Revision
|
public int getId() |
Gets the number of this revision. Zero means this revision does not contains id.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.