Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTable
Packages that use RtfTable
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of RtfTable in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfTableModifier and TypeFieldDescriptionprivate RtfTable
RtfAfterBeforeBase.table
private RtfTable
RtfSection.table
private RtfTable
RtfTableCell.table
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTableModifier and TypeMethodDescriptionRtfTableRow.getTable()
IRtfTableContainer.newTable
(ITableColumnsInfo tc) Close current table, if any, and start a new oneIRtfTableContainer.newTable
(RtfAttributes attrs, ITableColumnsInfo tc) Close current table, if any, and start a new oneRtfAfterBeforeBase.newTable
(ITableColumnsInfo tc) close current table if any and start a new oneRtfAfterBeforeBase.newTable
(RtfAttributes attrs, ITableColumnsInfo tc) close current table if any and start a new oneRtfSection.newTable
(ITableColumnsInfo tc) Start a new table after closing current paragraph, list and tableRtfSection.newTable
(RtfAttributes attrs, ITableColumnsInfo tc) Start a new table after closing current paragraph, list and tableRtfTableCell.newTable
(ITableColumnsInfo tc) Start a new nested table after closing current paragraph, list and tableRtfTableCell.newTable
(RtfAttributes attrs, ITableColumnsInfo tc) Start a new nested table after closing current paragraph, list and tableMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfTableModifier and TypeMethodDescription(package private) int
Add all cells of given Table to this set for later rendering in extra rowsprivate void
RtfTableRow.adjustBorderProperties
(RtfTable parentTable) Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfTableModifierConstructorDescription(package private)
RtfTableRow
(RtfTable parent, Writer w, int idNum) Create an RTF element as a child of given container(package private)
RtfTableRow
(RtfTable parent, Writer w, RtfAttributes attrs, int idNum) Create an RTF element as a child of given container