Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfParagraph
Packages that use RtfParagraph
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of RtfParagraph in org.apache.fop.render.rtf.rtflib.rtfdoc
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfParagraphModifier and TypeMethodDescriptionIRtfParagraphContainer.newParagraph()Close current paragraph, if any, and start a new one with default attributes.IRtfParagraphContainer.newParagraph(RtfAttributes attr) Close current paragraph, if any, and start a new one with specified attributesRtfListItem.newParagraph()Close current paragraph if any and start a new one with default attributesRtfListItem.newParagraph(RtfAttributes attrs) Close current paragraph if any and start a new oneRtfSection.newParagraph()Close current paragraph if any and start a new one with default attributesRtfSection.newParagraph(RtfAttributes attrs) Start a new paragraph after closing current paragraph, list and tableRtfTableCell.newParagraph()Start a new paragraph with default attributes after closing current paragraph, list and tableRtfTableCell.newParagraph(RtfAttributes attrs) Start a new paragraph after closing current current paragraph, list and table