java.lang.Object
name.jurgenei.gradle.ooxml.canonical.Cell

public class Cell extends Object
Canonical table cell text payload.
  • Constructor Details

    • Cell

      public Cell()
    • Cell

      public Cell(String text)
      Creates a cell with text content.
      Parameters:
      text - cell text.
  • Method Details

    • getText

      public String getText()
      Returns:
      cell text content.
    • getMath

      public List<Element> getMath()
    • addText

      public void addText(String text)
    • addMath

      public void addMath(Element mathElement)
    • hasContent

      public boolean hasContent()