Class RevisionFormat
java.lang.Object
com.independentsoft.office.spreadsheet.revisions.RevisionFormat
The Class RevisionFormat.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the length.Gets the reference sequence.intGets the sheet id.intGets the start index.booleanChecks if is row column formatting change.booleanChecks if is style revision.voidsetLength(int length)Sets the length.voidsetReferenceSequence(String referenceSequence)Sets the reference sequence.voidsetRowColumnFormattingChange(boolean rowColumnFormattingChange)Sets the row column formatting change.voidsetSheetID(int sheetID)Sets the sheet id.voidsetStartIndex(int startIndex)Sets the start index.voidsetStyleRevision(boolean styleRevision)Sets the style revision.toString()
-
Constructor Details
-
RevisionFormat
public RevisionFormat()Instantiates a new revision format.
-
-
Method Details
-
clone
-
toString
-
getLength
public int getLength()Gets the length.- Returns:
- the length
-
setLength
public void setLength(int length)Sets the length.- Parameters:
length- the new length
-
getStartIndex
public int getStartIndex()Gets the start index.- Returns:
- the start index
-
setStartIndex
public void setStartIndex(int startIndex)Sets the start index.- Parameters:
startIndex- the new start index
-
getReferenceSequence
Gets the reference sequence.- Returns:
- the reference sequence
-
setReferenceSequence
Sets the reference sequence.- Parameters:
referenceSequence- the new reference sequence
-
isStyleRevision
public boolean isStyleRevision()Checks if is style revision.- Returns:
- true, if is style revision
-
setStyleRevision
public void setStyleRevision(boolean styleRevision)Sets the style revision.- Parameters:
styleRevision- the new style revision
-
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
-
isRowColumnFormattingChange
public boolean isRowColumnFormattingChange()Checks if is row column formatting change.- Returns:
- true, if is row column formatting change
-
setRowColumnFormattingChange
public void setRowColumnFormattingChange(boolean rowColumnFormattingChange)Sets the row column formatting change.- Parameters:
rowColumnFormattingChange- the new row column formatting change
-