Class InputCell
java.lang.Object
com.independentsoft.office.spreadsheet.InputCell
The Class InputCell.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the number format id.Gets the reference.getValue()Gets the value.booleanChecks if is deleted.booleanisUndone()Checks if is undone.voidsetDeleted(boolean deleted)Sets the deleted.voidsetNumberFormatID(int numberFormatID)Sets the number format id.voidsetReference(String reference)Sets the reference.voidsetUndone(boolean undone)Sets the undone.voidSets the value.toString()
-
Constructor Details
-
InputCell
public InputCell()Instantiates a new input cell.
-
-
Method Details
-
clone
-
toString
-
isDeleted
public boolean isDeleted()Checks if is deleted.- Returns:
- true, if is deleted
-
setDeleted
public void setDeleted(boolean deleted)Sets the deleted.- Parameters:
deleted- the new deleted
-
getNumberFormatID
public int getNumberFormatID()Gets the number format id.- Returns:
- the number format id
-
setNumberFormatID
public void setNumberFormatID(int numberFormatID)Sets the number format id.- Parameters:
numberFormatID- the new number format id
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
isUndone
public boolean isUndone()Checks if is undone.- Returns:
- true, if is undone
-
setUndone
public void setUndone(boolean undone)Sets the undone.- Parameters:
undone- the new undone
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-