Class TableDataImpl

  • All Implemented Interfaces:
    TableData, java.io.Serializable

    public class TableDataImpl
    extends java.lang.Object
    implements java.io.Serializable, TableData
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TableDataImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Area getArea()
      Area Gets the area.
      BBox getBbox()
      BBox Gets the bbox.
      int getColumn()
      Gets the column.
      java.util.List<java.lang.String> getContent()
      Gets the content.
      java.util.List<java.lang.String> getParagraphs()
      Gets the paragraphs.
      int getRow()
      Gets the row.
      java.lang.String getStyle()
      Gets the style.
      java.lang.String getTitle()
      Gets the title.
      void setArea​(Area area)
      Area Sets the area.
      void setBbox​(BBox bbox)
      BBox Sets the bbox.
      void setColumn​(int column)
      Sets the column.
      void setContent​(java.util.List<java.lang.String> content)
      Sets the content.
      void setParagraphs​(java.util.List<java.lang.String> paragraphs)
      Sets the paragraphs.
      void setRow​(int row)
      Sets the row.
      void setStyle​(java.lang.String style)
      Sets the style.
      void setTitle​(java.lang.String title)
      Sets the title.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableDataImpl

        public TableDataImpl()
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Description copied from interface: TableData
        Gets the title.
        Specified by:
        getTitle in interface TableData
        Returns:
        the title
      • setTitle

        public void setTitle​(java.lang.String title)
        Description copied from interface: TableData
        Sets the title.
        Specified by:
        setTitle in interface TableData
        Parameters:
        title - the new title
      • getStyle

        public java.lang.String getStyle()
        Description copied from interface: TableData
        Gets the style.
        Specified by:
        getStyle in interface TableData
        Returns:
        the style
      • setStyle

        public void setStyle​(java.lang.String style)
        Description copied from interface: TableData
        Sets the style.
        Specified by:
        setStyle in interface TableData
        Parameters:
        style - the new style
      • getColumn

        public int getColumn()
        Description copied from interface: TableData
        Gets the column.
        Specified by:
        getColumn in interface TableData
        Returns:
        the column
      • setColumn

        public void setColumn​(int column)
        Description copied from interface: TableData
        Sets the column.
        Specified by:
        setColumn in interface TableData
        Parameters:
        column - the new column
      • getRow

        public int getRow()
        Description copied from interface: TableData
        Gets the row.
        Specified by:
        getRow in interface TableData
        Returns:
        the row
      • setRow

        public void setRow​(int row)
        Description copied from interface: TableData
        Sets the row.
        Specified by:
        setRow in interface TableData
        Parameters:
        row - the new row
      • setBbox

        public void setBbox​(BBox bbox)
        Description copied from interface: TableData
        BBox Sets the bbox.
        Specified by:
        setBbox in interface TableData
        Parameters:
        bbox - the new bbox
        See Also:
        BBox
      • setArea

        public void setArea​(Area area)
        Description copied from interface: TableData
        Area Sets the area.
        Specified by:
        setArea in interface TableData
        Parameters:
        area - the new area
        See Also:
        Area
      • getParagraphs

        public java.util.List<java.lang.String> getParagraphs()
        Description copied from interface: TableData
        Gets the paragraphs.
        Specified by:
        getParagraphs in interface TableData
        Returns:
        the paragraphs
      • setParagraphs

        public void setParagraphs​(java.util.List<java.lang.String> paragraphs)
        Description copied from interface: TableData
        Sets the paragraphs.
        Specified by:
        setParagraphs in interface TableData
        Parameters:
        paragraphs - the new paragraphs
      • getContent

        public java.util.List<java.lang.String> getContent()
        Description copied from interface: TableData
        Gets the content.
        Specified by:
        getContent in interface TableData
        Returns:
        the content
      • setContent

        public void setContent​(java.util.List<java.lang.String> content)
        Description copied from interface: TableData
        Sets the content.
        Specified by:
        setContent in interface TableData
        Parameters:
        content - the new content