Class OldCellData
java.lang.Object
com.independentsoft.office.spreadsheet.revisions.OldCellData
The Class OldCellData.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the cell type.Gets the formula.intGets the metadata index.Gets the reference.Gets the rich text inline.intGets the style index.getValue()Gets the value.intGets the value metadata index.booleanChecks if is show phonetic.voidsetCellType(CellType cellType)Sets the cell type.voidsetFormula(Formula formula)Sets the formula.voidsetMetadataIndex(int metadataIndex)Sets the metadata index.voidsetReference(String reference)Sets the reference.voidsetRichTextInline(RichTextInline richTextInline)Sets the rich text inline.voidsetShowPhonetic(boolean showPhonetic)Sets the show phonetic.voidsetStyleIndex(int styleIndex)Sets the style index.voidSets the value.voidsetValueMetadataIndex(int valueMetadataIndex)Sets the value metadata index.toString()
-
Constructor Details
-
OldCellData
public OldCellData()Instantiates a new old cell data.
-
-
Method Details
-
clone
-
toString
-
getFormula
Gets the formula.- Returns:
- the formula
-
setFormula
Sets the formula.- Parameters:
formula- the new formula
-
getRichTextInline
Gets the rich text inline.- Returns:
- the rich text inline
-
setRichTextInline
Sets the rich text inline.- Parameters:
richTextInline- the new rich text inline
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getMetadataIndex
public int getMetadataIndex()Gets the metadata index.- Returns:
- the metadata index
-
setMetadataIndex
public void setMetadataIndex(int metadataIndex)Sets the metadata index.- Parameters:
metadataIndex- the new metadata index
-
isShowPhonetic
public boolean isShowPhonetic()Checks if is show phonetic.- Returns:
- true, if is show phonetic
-
setShowPhonetic
public void setShowPhonetic(boolean showPhonetic)Sets the show phonetic.- Parameters:
showPhonetic- the new show phonetic
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
getStyleIndex
public int getStyleIndex()Gets the style index.- Returns:
- the style index
-
setStyleIndex
public void setStyleIndex(int styleIndex)Sets the style index.- Parameters:
styleIndex- the new style index
-
getCellType
Gets the cell type.- Returns:
- the cell type
-
setCellType
Sets the cell type.- Parameters:
cellType- the new cell type
-
getValueMetadataIndex
public int getValueMetadataIndex()Gets the value metadata index.- Returns:
- the value metadata index
-
setValueMetadataIndex
public void setValueMetadataIndex(int valueMetadataIndex)Sets the value metadata index.- Parameters:
valueMetadataIndex- the new value metadata index
-