com.lowagie.text.rtf.parser.destinations
public class RtfDestinationStylesheetTable extends RtfDestination
RtfDestinationStylesheetTable handles data destined for the
Stylesheet Table destination
Since: 2.1.0
| Field Summary | |
|---|---|
| int | AutoSpaceBetweenDBCEnglish
auto spacing betwee DBC and English |
| int | AutoSpaceBetweenDBCNumbers
auto spacing betwee DBC and numbers |
| int | adustRightIndent
Automatically adjust right indentation when docunent grid is defined |
| int | alignment
Alignment - page 85
\qc, \qj, \ql, \qr, \qd, \qkN, \qt |
| String | elementName |
| int | firstLineIndent
First line indentation. |
| RtfImportMgr | importHeader
The RtfImportHeader to add color mappings to. |
| int | justificationPercentage
Percentage of line occupied by Kashida justification (0 o? |
| int | leftIndent
Left indentation |
| int | mirrorIndent
Mirror indents? |
| int | noCharacterWrapping
No Character wrapping |
| int | noOverflowPeriodComma
No overflow period and comma |
| int | noWordWrapping
No Word wrapping |
| int | overrideWidowControl
Override orphan/widow control. |
| int | rightIndent
Right indentation |
| RtfParagraphStyle | rtfParagraphStyleRtfParagraphStyle object for setting styleshee values
as they are parsed from the input. |
| String | styleName |
| int | styleNr
RTF Style number from stylesheet table. |
| int | styleType
What kind of style is this, Paragraph or Character or Table |
| String | type |
| Constructor Summary | |
|---|---|
| RtfDestinationStylesheetTable() | |
| RtfDestinationStylesheetTable(RtfParser parser, String type) | |
| Method Summary | |
|---|---|
| boolean | closeDestination() |
| void | createNewStyle() |
| int | getAdustRightIndent()
Get the right indent adjustment value |
| int | getAlignment()
Get the alignment value. |
| int | getAutoSpaceBetweenDBCEnglish()
Get the auto space between DBC and English indicator.
|
| int | getAutoSpaceBetweenDBCNumbers()
Get the auto space between DBC and Numbers indicator. |
| int | getFirstLineIndent()
Get the first line indent value.
|
| int | getIndent()
Get the left indent value |
| int | getJustificationPercentage()
Get the justification percentage. |
| int | getLeftIndent()
Get the left indent value |
| int | getMirrorIndent()
Get the value indicating if document has mirrored indents.
|
| int | getNoCharacterWrapping()
Get no character wrapping indicator.
|
| int | getNoOverflowPeriodComma()
Get the no overflow period comma indicator.
|
| int | getNoWordWrapping()
Get the no word wrapping indicator.
|
| int | getOverrideWidowControl()
Get the ovirride widow control value.
|
| int | getRightIndent()
Get the right indent value.
|
| int | getStyleNr()
Get this style number.
|
| int | getStyleType()
Get this style type.
|
| boolean | handleCharacter(int ch) |
| boolean | handleCloseGroup() |
| boolean | handleControlWord(RtfCtrlWordData ctrlWordData) |
| boolean | handleOpenGroup() |
| boolean | handleOpeningSubGroup() |
| void | setAdustRightIndent(int adustRightIndent)
Set the right indent adjustment value |
| int | setAlignment(int alignment)
Set the alignment value from the parsed value. |
| void | setAutoSpaceBetweenDBCEnglish(int autoSpaceBetweenDBCEnglish)
Set the auto space between DBC and English indicator.
|
| void | setAutoSpaceBetweenDBCNumbers(int autoSpaceBetweenDBCNumbers)
Set the auto space between DBC and Numbers indicator. |
| void | setElementName(String value) |
| void | setFirstLineIndent(int firstLineIndent)
Set the first line indent value. |
| void | setIndent(int indent)
Set the left indent value from the value parsed. |
| int | setJustificationPercentage(int percent)
Set the justification percentage from parsed value. |
| void | setLeftIndent(int leftIndent)
Set the left indent value |
| void | setMirrorIndent(int mirrorIndent)
Set the mirrored indent value from the parsed value.
|
| void | setNoCharacterWrapping(int noCharacterWrapping)
Set the no character wrapping indicator from parsed value
|
| void | setNoOverflowPeriodComma(int noOverflowPeriodComma)
Set the no overflow period comma indicator from the parsed value.
|
| void | setNoWordWrapping(int noWordWrapping)
Set the no word wrapping indicator from the parsed value.
|
| void | setOverrideWidowControl(int overrideWidowControl)
Set the override widow control.
|
| void | setParser(RtfParser parser) |
| void | setRightIndent(int rightIndent)
Set the right indent value.
|
| void | setStyleNr(int styleNr)
Set this style number from the parsed value.
|
| void | setStyleType(int styleType)
Set the style type.
|
| void | setToDefaults() |
| void | setType(String value) |
RtfParagraphStyle object for setting styleshee values
as they are parsed from the input.Returns: the adustRightIndent value
Returns: The alignment value.
Returns: the autoSpaceBetweenDBCEnglish
Returns: the autoSpaceBetweenDBCNumbers
Returns: the firstLineIndent
Returns: the left indent
Returns: The justification percentage value.
Returns: the leftIndent
Returns: the mirrorIndent
Returns: the noCharacterWrapping
Returns: the noOverflowPeriodComma
Returns: the noWordWrapping
Returns: the overrideWidowControl
Returns: the rightIndent
Returns: the styleNr
Returns: the styleType
Parameters: adustRightIndent the adustRightIndent to set
Parameters: alignment The alignment value.
Returns: The alignment value.
Parameters: autoSpaceBetweenDBCEnglish the autoSpaceBetweenDBCEnglish to set
Parameters: autoSpaceBetweenDBCNumbers the autoSpaceBetweenDBCNumbers to set
Parameters: firstLineIndent the firstLineIndent to set
Parameters: indent the left indent value.
Parameters: percent The justification percentage
Returns: The justification percentage
Parameters: leftIndent the leftIndent to set
Parameters: mirrorIndent the mirrorIndent to set
Parameters: noCharacterWrapping the noCharacterWrapping to set
Parameters: noOverflowPeriodComma the noOverflowPeriodComma to set
Parameters: noWordWrapping the noWordWrapping to set
Parameters: overrideWidowControl the overrideWidowControl to set
Parameters: rightIndent the rightIndent to set
Parameters: styleNr the styleNr to set
Parameters: styleType the styleType to set