public abstract class TableFormatter extends DocumentPartFormatter<TableRow>
Provides the functionality to format the table.
Modifier | Constructor and Description |
---|---|
protected |
TableFormatter()
Initializes a new instance of the
TableFormatter class. |
Modifier and Type | Method and Description |
---|---|
abstract String |
closeTable()
Closes the current table.
|
TableColumnWidthCollection |
getColumnWidthCollection()
Gets a collection of the columns' widths.
|
formatText, getPreviousDocumentPartOptions, getPreviousItem, getText, getText, isEmpty, isFirstItem, reset
protected TableFormatter()
Initializes a new instance of the TableFormatter
class.
public TableColumnWidthCollection getColumnWidthCollection()
Gets a collection of the columns' widths.
public abstract String closeTable()
Closes the current table.
Copyright © 2019. All rights reserved.