Package io.keikai.model
Interface SRevisionFormat
- All Superinterfaces:
SRevision
- All Known Implementing Classes:
RevisionFormatImpl
A revision representing a format change (maps to rfmt element).
- Since:
- 7.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the cell region affected by this format change.Returns a textual description of the format change.Methods inherited from interface io.keikai.model.SRevision
getAuthor, getId, getSheetName, getTimestamp, getType
-
Method Details
-
getCellRegion
CellRegion getCellRegion()Returns the cell region affected by this format change.- Returns:
- the cell region
-
getDescription
String getDescription()Returns a textual description of the format change.- Returns:
- the description
-