Package | Description |
---|---|
org.apache.fop.render.rtf.rtflib.rtfdoc |
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
|
Modifier and Type | Method and Description |
---|---|
RtfParagraph |
IRtfParagraphContainer.newParagraph()
Close current paragraph, if any, and start a new one with default
attributes.
|
RtfParagraph |
RtfListItem.newParagraph()
Close current paragraph if any and start a new one with default attributes
|
RtfParagraph |
RtfSection.newParagraph()
Close current paragraph if any and start a new one with default attributes
|
RtfParagraph |
RtfTableCell.newParagraph()
Start a new paragraph with default attributes after closing current
paragraph, list and table
|
RtfParagraph |
IRtfParagraphContainer.newParagraph(RtfAttributes attr)
Close current paragraph, if any, and start a new one with specified
attributes
|
RtfParagraph |
RtfListItem.newParagraph(RtfAttributes attrs)
Close current paragraph if any and start a new one
|
RtfParagraph |
RtfSection.newParagraph(RtfAttributes attrs)
Start a new paragraph after closing current paragraph, list and table
|
RtfParagraph |
RtfTableCell.newParagraph(RtfAttributes attrs)
Start a new paragraph after closing current current paragraph, list and table
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.