Class TableDataImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.TableDataImpl
- All Implemented Interfaces:
TableData,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()AreaGets the area.getBbox()BBoxGets the bbox.intGets the column.Gets the content.Gets the paragraphs.intgetRow()Gets the row.getStyle()Gets the style.getTitle()Gets the title.voidAreaSets the area.voidBBoxSets the bbox.voidsetColumn(int column) Sets the column.voidsetContent(List<String> content) Sets the content.voidsetParagraphs(List<String> paragraphs) Sets the paragraphs.voidsetRow(int row) Sets the row.voidSets the style.voidSets the title.
-
Constructor Details
-
TableDataImpl
public TableDataImpl()
-
-
Method Details
-
getTitle
Description copied from interface:TableDataGets the title. -
setTitle
Description copied from interface:TableDataSets the title. -
getStyle
Description copied from interface:TableDataGets the style. -
setStyle
Description copied from interface:TableDataSets the style. -
getColumn
public int getColumn()Description copied from interface:TableDataGets the column. -
setColumn
public void setColumn(int column) Description copied from interface:TableDataSets the column. -
getRow
public int getRow()Description copied from interface:TableDataGets the row. -
setRow
public void setRow(int row) Description copied from interface:TableDataSets the row. -
getBbox
Description copied from interface:TableDataBBoxGets the bbox. -
setBbox
Description copied from interface:TableDataBBoxSets the bbox. -
getArea
Description copied from interface:TableDataAreaGets the area. -
setArea
Description copied from interface:TableDataAreaSets the area. -
getParagraphs
Description copied from interface:TableDataGets the paragraphs.- Specified by:
getParagraphsin interfaceTableData- Returns:
- the paragraphs
-
setParagraphs
Description copied from interface:TableDataSets the paragraphs.- Specified by:
setParagraphsin interfaceTableData- Parameters:
paragraphs- the new paragraphs
-
getContent
Description copied from interface:TableDataGets the content.- Specified by:
getContentin interfaceTableData- Returns:
- the content
-
setContent
Description copied from interface:TableDataSets the content.- Specified by:
setContentin interfaceTableData- Parameters:
content- the new content
-