Package io.keikai.model
Interface SRevisionInsertDelete
- All Superinterfaces:
SRevision
- All Known Implementing Classes:
RevisionInsertDeleteImpl
A revision representing a row or column insert/delete (maps to rrc element).
- Since:
- 7.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the cell region affected by this insert/delete operation.booleanisInsert()Returns true if this is an insert operation, false if delete.Methods inherited from interface io.keikai.model.SRevision
getAuthor, getId, getSheetName, getTimestamp, getType
-
Method Details
-
getRegion
CellRegion getRegion()Returns the cell region affected by this insert/delete operation.- Returns:
- the cell region
-
isInsert
boolean isInsert()Returns true if this is an insert operation, false if delete.- Returns:
- true for insert, false for delete
-