Interface TableData

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableDataImpl

public interface TableData extends Serializable
The Interface TableData.
  • Method Details

    • getTitle

      String getTitle()
      Gets the title.
      Returns:
      the title
    • setTitle

      void setTitle(String title)
      Sets the title.
      Parameters:
      title - the new title
    • getStyle

      String getStyle()
      Gets the style.
      Returns:
      the style
    • setStyle

      void setStyle(String style)
      Sets the style.
      Parameters:
      style - the new style
    • getColumn

      int getColumn()
      Gets the column.
      Returns:
      the column
    • setColumn

      void setColumn(int column)
      Sets the column.
      Parameters:
      column - the new column
    • getRow

      int getRow()
      Gets the row.
      Returns:
      the row
    • setRow

      void setRow(int row)
      Sets the row.
      Parameters:
      row - the new row
    • getBbox

      BBox getBbox()
      BBox Gets the bbox.
      Returns:
      the bbox
      See Also:
    • setBbox

      void setBbox(BBox bbox)
      BBox Sets the bbox.
      Parameters:
      bbox - the new bbox
      See Also:
    • getArea

      Area getArea()
      Area Gets the area.
      Returns:
      the area
      See Also:
    • setArea

      void setArea(Area area)
      Area Sets the area.
      Parameters:
      area - the new area
      See Also:
    • getParagraphs

      List<String> getParagraphs()
      Gets the paragraphs.
      Returns:
      the paragraphs
    • setParagraphs

      void setParagraphs(List<String> paragraphs)
      Sets the paragraphs.
      Parameters:
      paragraphs - the new paragraphs
    • getContent

      List<String> getContent()
      Gets the content.
      Returns:
      the content
    • setContent

      void setContent(List<String> content)
      Sets the content.
      Parameters:
      content - the new content