Interface TableData
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TableDataImpl
The Interface TableData.
-
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.
-
Method Details
-
getTitle
String getTitle()Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-
getStyle
String getStyle()Gets the style.- Returns:
- the style
-
setStyle
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()BBoxGets the bbox.- Returns:
- the bbox
- See Also:
-
setBbox
BBoxSets the bbox.- Parameters:
bbox- the new bbox- See Also:
-
getArea
Area getArea()AreaGets the area.- Returns:
- the area
- See Also:
-
setArea
AreaSets the area.- Parameters:
area- the new area- See Also:
-
getParagraphs
Gets the paragraphs.- Returns:
- the paragraphs
-
setParagraphs
Sets the paragraphs.- Parameters:
paragraphs- the new paragraphs
-
getContent
Gets the content.- Returns:
- the content
-
setContent
Sets the content.- Parameters:
content- the new content
-