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 classTableBodyClass modelling thefo:table-bodyobject.classTableFooterClass modelling thefo:table-footerobject.classTableHeaderClass modelling thefo:table-headerobject.Fields in org.apache.fop.fo.flow.table declared as TablePart Modifier and Type Field Description protected TablePartCollapsingBorderResolver.Resolver. tablePartMethods in org.apache.fop.fo.flow.table that return TablePart Modifier and Type Method Description TablePartPrimaryGridUnit. getTablePart()Returns the fo:table-header/footer/body element containing this cell.(package private) abstract TablePartTableCellContainer. getTablePart()Returns the enclosing table-header/footer/body of this container.(package private) TablePartTablePart. getTablePart()Returns the enclosing table-header/footer/body of this container.(package private) TablePartTableRow. 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) voidFixedColRowGroupBuilder. endRow(TablePart part)Receives notification of the end of the current row, when the source contains no fo:table-row element.(package private) abstract voidRowGroupBuilder. endRow(TablePart part)Receives notification of the end of the current row, when the source contains no fo:table-row element.(package private) voidVariableColRowGroupBuilder. endRow(TablePart part)Receives notification of the end of the current row, when the source contains no fo:table-row element.voidBorderResolver. startPart(TablePart part)Receives notification of the start of a table-header/footer/body.(package private) voidCollapsingBorderResolver.Resolver. startPart(TablePart part)voidCollapsingBorderResolver. startPart(TablePart part)Receives notification of the start of a table-header/footer/body.voidSeparateBorderResolver. startPart(TablePart part)Receives notification of the start of a table-header/footer/body.(package private) voidFixedColRowGroupBuilder. startTablePart(TablePart part)Receives notification of the start of a table-header/footer/body.(package private) abstract voidRowGroupBuilder. startTablePart(TablePart part)Receives notification of the start of a table-header/footer/body.(package private) voidVariableColRowGroupBuilder. 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) TablePartTableContentPosition. getTablePart()Methods in org.apache.fop.layoutmgr.table with parameters of type TablePart Modifier and Type Method Description private voidTableContentLayoutManager. addHeaderFooterAreas(java.util.List elements, TablePart part, RowPainter painter, boolean lastOnPage)private voidTableContentLayoutManager. 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) voidRowPainter. 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 RtfAttributesTableAttributesConverter. convertTablePartAttributes(TablePart part)Converts table-only attributes to rtf attributes.private voidRTFHandler. endPart(TablePart tb)private voidRTFHandler. startPart(TablePart part)
-