Uses of Class
org.apache.fop.fo.flow.table.TablePart
-
Packages that use TablePart Package Description org.apache.fop.fo.flow.table org.apache.fop.layoutmgr.table Layout managers for tables.org.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of TablePart in org.apache.fop.fo.flow.table
Subclasses of TablePart in org.apache.fop.fo.flow.table Modifier and Type Class Description class
TableBody
Class modelling thefo:table-body
object.class
TableFooter
Class modelling thefo:table-footer
object.class
TableHeader
Class modelling thefo:table-header
object.Fields in org.apache.fop.fo.flow.table declared as TablePart Modifier and Type Field Description protected TablePart
CollapsingBorderResolver.Resolver. tablePart
Methods in org.apache.fop.fo.flow.table that return TablePart Modifier and Type Method Description TablePart
PrimaryGridUnit. getTablePart()
Returns the fo:table-header/footer/body element containing this cell.(package private) abstract TablePart
TableCellContainer. getTablePart()
Returns the enclosing table-header/footer/body of this container.(package private) TablePart
TablePart. getTablePart()
Returns the enclosing table-header/footer/body of this container.(package private) TablePart
TableRow. getTablePart()
Returns the enclosing table-header/footer/body of this container.Methods in org.apache.fop.fo.flow.table with parameters of type TablePart Modifier and Type Method Description (package private) void
FixedColRowGroupBuilder. endRow(TablePart part)
Receives notification of the end of the current row, when the source contains no fo:table-row element.(package private) abstract void
RowGroupBuilder. endRow(TablePart part)
Receives notification of the end of the current row, when the source contains no fo:table-row element.(package private) void
VariableColRowGroupBuilder. endRow(TablePart part)
Receives notification of the end of the current row, when the source contains no fo:table-row element.void
BorderResolver. startPart(TablePart part)
Receives notification of the start of a table-header/footer/body.(package private) void
CollapsingBorderResolver.Resolver. startPart(TablePart part)
void
CollapsingBorderResolver. startPart(TablePart part)
Receives notification of the start of a table-header/footer/body.void
SeparateBorderResolver. startPart(TablePart part)
Receives notification of the start of a table-header/footer/body.(package private) void
FixedColRowGroupBuilder. startTablePart(TablePart part)
Receives notification of the start of a table-header/footer/body.(package private) abstract void
RowGroupBuilder. startTablePart(TablePart part)
Receives notification of the start of a table-header/footer/body.(package private) void
VariableColRowGroupBuilder. startTablePart(TablePart part)
Receives notification of the start of a table-header/footer/body. -
Uses of TablePart in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table that return TablePart Modifier and Type Method Description (package private) TablePart
TableContentPosition. getTablePart()
Methods in org.apache.fop.layoutmgr.table with parameters of type TablePart Modifier and Type Method Description private void
TableContentLayoutManager. addHeaderFooterAreas(java.util.List elements, TablePart part, RowPainter painter, boolean lastOnPage)
private void
TableContentLayoutManager. addTablePartAreas(java.util.List positions, RowPainter painter, TablePart body, boolean isFirstPos, boolean isLastPos, boolean lastInBody, boolean lastOnPage)
Adds the areas corresponding to a single fo:table-header/footer/body element.(package private) void
RowPainter. startTablePart(TablePart tablePart)
-
Uses of TablePart in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type TablePart Modifier and Type Method Description (package private) static RtfAttributes
TableAttributesConverter. convertTablePartAttributes(TablePart part)
Converts table-only attributes to rtf attributes.private void
RTFHandler. endPart(TablePart tb)
private void
RTFHandler. startPart(TablePart part)
-