Class RevisionRowColumn
java.lang.Object
com.independentsoft.office.spreadsheet.revisions.RevisionRowColumn
The Class RevisionRowColumn.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the action.Gets the reference.Gets the revision cell changes.Gets the revision formats.intGets the revision id.intGets the sheet id.getUndos()Gets the undos.booleanChecks if is edge deleted.booleanChecks if is end of list.booleanChecks if is revision from rejection.booleanChecks if is revision undo rejected.voidsetAction(RowColumnActionType action)Sets the action.voidsetEdgeDeleted(boolean edgeDeleted)Sets the edge deleted.voidsetEndOfList(boolean endOfList)Sets the end of list.voidsetReference(String reference)Sets the reference.voidsetRevisionFromRejection(boolean revisionFromRejection)Sets the revision from rejection.voidsetRevisionID(int revisionID)Sets the revision id.voidsetRevisionUndoRejected(boolean revisionUndoRejected)Sets the revision undo rejected.voidsetSheetID(int sheetID)Sets the sheet id.toString()
-
Constructor Details
-
RevisionRowColumn
public RevisionRowColumn()Instantiates a new revision row column.
-
-
Method Details
-
clone
-
toString
-
getUndos
Gets the undos.- Returns:
- the undos
-
getRevisionCellChanges
Gets the revision cell changes.- Returns:
- the revision cell changes
-
getRevisionFormats
Gets the revision formats.- Returns:
- the revision formats
-
getAction
Gets the action.- Returns:
- the action
-
setAction
Sets the action.- Parameters:
action- the new action
-
isEdgeDeleted
public boolean isEdgeDeleted()Checks if is edge deleted.- Returns:
- true, if is edge deleted
-
setEdgeDeleted
public void setEdgeDeleted(boolean edgeDeleted)Sets the edge deleted.- Parameters:
edgeDeleted- the new edge deleted
-
isEndOfList
public boolean isEndOfList()Checks if is end of list.- Returns:
- true, if is end of list
-
setEndOfList
public void setEndOfList(boolean endOfList)Sets the end of list.- Parameters:
endOfList- the new end of list
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
isRevisionUndoRejected
public boolean isRevisionUndoRejected()Checks if is revision undo rejected.- Returns:
- true, if is revision undo rejected
-
setRevisionUndoRejected
public void setRevisionUndoRejected(boolean revisionUndoRejected)Sets the revision undo rejected.- Parameters:
revisionUndoRejected- the new revision undo rejected
-
getRevisionID
public int getRevisionID()Gets the revision id.- Returns:
- the revision id
-
setRevisionID
public void setRevisionID(int revisionID)Sets the revision id.- Parameters:
revisionID- the new revision id
-
getSheetID
public int getSheetID()Gets the sheet id.- Returns:
- the sheet id
-
setSheetID
public void setSheetID(int sheetID)Sets the sheet id.- Parameters:
sheetID- the new sheet id
-
isRevisionFromRejection
public boolean isRevisionFromRejection()Checks if is revision from rejection.- Returns:
- true, if is revision from rejection
-
setRevisionFromRejection
public void setRevisionFromRejection(boolean revisionFromRejection)Sets the revision from rejection.- Parameters:
revisionFromRejection- the new revision from rejection
-