Package de.zedlitz.opendocument
Class EmptyCell
java.lang.Object
de.zedlitz.opendocument.Cell
de.zedlitz.opendocument.EmptyCell
- Author:
- jzedlitz
-
Field Summary
Fields inherited from class de.zedlitz.opendocument.Cell
TYPE_UNDEFINED -
Method Summary
Modifier and TypeMethodDescriptionReturns the content of the cell formatted for the locale of the file.intGet the raw value of thevalue-typeattribute.Methods inherited from class de.zedlitz.opendocument.Cell
asBoolean, asDate, asDateTime, asTime, getAddress, getBooleanValue, getColumnIndex, getCurrency, getDateValue, getLanguageIndependentContent, getTimeValue, getValue, isDateTime, toString
-
Method Details
-
getContent
Description copied from class:CellReturns the content of the cell formatted for the locale of the file. For example in a German ods file the boolean valuetruewill be returned asWAHR. In a French ods file it will beVRAI. And in an English ods file it will beTRUE.If you are looking for a language independent value you can use the getValue method.
- Overrides:
getContentin classCell
-
getValueType
Description copied from class:CellGet the raw value of thevalue-typeattribute. It should be present for every cell.- Overrides:
getValueTypein classCell- Returns:
- Returns the valueType or
nullif not present.
-
getNumberColumnsRepeated
public int getNumberColumnsRepeated()- Overrides:
getNumberColumnsRepeatedin classCell
-