| |
|
| java.lang.Object com.lowagie.text.rtf.RtfElement com.lowagie.text.rtf.style.RtfStylesheetList
RtfStylesheetList | public class RtfStylesheetList extends RtfElement implements RtfExtendedElement(Code) | | The RtfStylesheetList stores the RtfParagraphStyles that are used in the document.
version: $Id: RtfStylesheetList.java 2776 2007-05-23 20:01:40Z hallm $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Thomas Bickel (tmb99@inode.at) |
RtfStylesheetList | public RtfStylesheetList(RtfDocument doc)(Code) | | Constructs a new RtfStylesheetList for the RtfDocument.
Parameters: doc - The RtfDocument this RtfStylesheetList belongs to. |
getRtfParagraphStyle | public RtfParagraphStyle getRtfParagraphStyle(String styleName)(Code) | | Gets the RtfParagraphStyle with the given name. Makes sure that the defaults
have been loaded.
Parameters: styleName - The name of the RtfParagraphStyle to get. The RtfParagraphStyle with the given name or null. |
registerParagraphStyle | public void registerParagraphStyle(RtfParagraphStyle rtfParagraphStyle)(Code) | | Register a RtfParagraphStyle with this RtfStylesheetList.
Parameters: rtfParagraphStyle - The RtfParagraphStyle to add. |
|
|
|