Interface TableData

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    TableDataImpl

    public interface TableData
    extends java.io.Serializable
    The Interface TableData.
    • Method Detail

      • getTitle

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

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

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

        void setStyle​(java.lang.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:
        BBox
      • setBbox

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

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

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

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

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

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

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