Class EmptyCell

java.lang.Object
de.zedlitz.opendocument.Cell
de.zedlitz.opendocument.EmptyCell

public class EmptyCell extends Cell
Author:
jzedlitz
  • Method Details

    • getContent

      public String getContent()
      Description copied from class: Cell
      Returns the content of the cell formatted for the locale of the file. For example in a German ods file the boolean value true will be returned as WAHR. In a French ods file it will be VRAI. And in an English ods file it will be TRUE.

      If you are looking for a language independent value you can use the getValue method.

      Overrides:
      getContent in class Cell
    • getValueType

      public String getValueType()
      Description copied from class: Cell
      Get the raw value of the value-type attribute. It should be present for every cell.
      Overrides:
      getValueType in class Cell
      Returns:
      Returns the valueType or null if not present.
    • getNumberColumnsRepeated

      public int getNumberColumnsRepeated()
      Overrides:
      getNumberColumnsRepeated in class Cell