Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfParagraphBreak
-
Packages that use RtfParagraphBreak Package Description org.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents. -
-
Uses of RtfParagraphBreak in org.apache.fop.render.rtf.rtflib.rtfdoc
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfParagraphBreak Modifier and Type Method Description RtfParagraphBreak
RtfTextrun. addParagraphBreak()
Inserts paragraph break before all close group marks.Methods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfParagraphBreak Modifier and Type Method Description void
RtfTableCell. setLastParagraph(RtfParagraphBreak parBreak, int breakDepth)
The table cell decides whether or not a newly added paragraph break will be used to write the cell-end control word.
-