Package | Description |
---|---|
com.lowagie.text.rtf.document | |
com.lowagie.text.rtf.style | |
com.lowagie.text.rtf.text |
Modifier and Type | Method and Description |
---|---|
RtfParagraphStyle |
RtfDocumentHeader.getRtfParagraphStyle(String styleName)
Gets the RtfParagraphStyle with the given style name.
|
Modifier and Type | Method and Description |
---|---|
void |
RtfDocumentSettings.registerParagraphStyle(RtfParagraphStyle rtfParagraphStyle)
Registers the RtfParagraphStyle for further use in the document.
|
void |
RtfDocumentHeader.registerParagraphStyle(RtfParagraphStyle rtfParagraphStyle)
Registers the RtfParagraphStyle for further use in the document.
|
Modifier and Type | Field and Description |
---|---|
static RtfParagraphStyle |
RtfParagraphStyle.STYLE_HEADING_1
The style for level 1 headings.
|
static RtfParagraphStyle |
RtfParagraphStyle.STYLE_HEADING_2
The style for level 2 headings.
|
static RtfParagraphStyle |
RtfParagraphStyle.STYLE_HEADING_3
The style for level 3 headings.
|
static RtfParagraphStyle |
RtfParagraphStyle.STYLE_NORMAL
The NORMAL/STANDARD style.
|
Modifier and Type | Method and Description |
---|---|
RtfParagraphStyle |
RtfStylesheetList.getRtfParagraphStyle(String styleName)
Gets the RtfParagraphStyle with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
RtfStylesheetList.registerParagraphStyle(RtfParagraphStyle rtfParagraphStyle)
Register a RtfParagraphStyle with this RtfStylesheetList.
|
Constructor and Description |
---|
RtfParagraphStyle(RtfDocument doc,
RtfParagraphStyle style)
Constructs a RtfParagraphStyle from another RtfParagraphStyle.
|
Modifier and Type | Field and Description |
---|---|
protected RtfParagraphStyle |
RtfParagraph.paragraphStyle
An optional RtfParagraphStyle to use for styling.
|
Copyright © 2015. All rights reserved.