Class RevisionSet
java.lang.Object
com.independentsoft.office.spreadsheet.revisions.RevisionSet
The Class RevisionSet.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new revision set.RevisionSet(byte[] buffer)Instantiates a new revision set. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the revision auto formats.Gets the revision cell changes.Gets the revision cell comments.Gets the revision cell moves.Gets the revision custom views.Gets the revision defined names.Gets the revision formats.Gets the revision insert sheets.Gets the revision merge conflicts.Gets the revision query tables.Gets the revision row columns.Gets the revision sheet names.toString()
-
Constructor Details
-
RevisionSet
public RevisionSet()Instantiates a new revision set. -
RevisionSet
Instantiates a new revision set.- Parameters:
buffer- the buffer- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getRevisionAutoFormats
Gets the revision auto formats.- Returns:
- the revision auto formats
-
getRevisionCellChanges
Gets the revision cell changes.- Returns:
- the revision cell changes
-
getRevisionMergeConflicts
Gets the revision merge conflicts.- Returns:
- the revision merge conflicts
-
getRevisionCellComments
Gets the revision cell comments.- Returns:
- the revision cell comments
-
getRevisionCustomViews
Gets the revision custom views.- Returns:
- the revision custom views
-
getRevisionDefinedNames
Gets the revision defined names.- Returns:
- the revision defined names
-
getRevisionFormats
Gets the revision formats.- Returns:
- the revision formats
-
getRevisionInsertSheets
Gets the revision insert sheets.- Returns:
- the revision insert sheets
-
getRevisionCellMoves
Gets the revision cell moves.- Returns:
- the revision cell moves
-
getRevisionQueryTables
Gets the revision query tables.- Returns:
- the revision query tables
-
getRevisionRowColumns
Gets the revision row columns.- Returns:
- the revision row columns
-
getRevisionSheetNames
Gets the revision sheet names.- Returns:
- the revision sheet names
-