Package | Description |
---|---|
com.lowagie.text.rtf.parser | |
com.lowagie.text.rtf.parser.ctrlwords | |
com.lowagie.text.rtf.parser.destinations | |
com.lowagie.text.rtf.parser.properties |
Modifier and Type | Method and Description |
---|---|
int |
RtfParser.handleCtrlWord(RtfCtrlWordData ctrlWordData)
Handles control word tokens.
|
Modifier and Type | Field and Description |
---|---|
protected RtfCtrlWordData |
RtfCtrlWordHandler.ctrlWordData
The control word as parsed by the parser.
|
Modifier and Type | Method and Description |
---|---|
RtfCtrlWordData |
RtfCtrlWordListener.afterCtrlWord(RtfCtrlWordData ctrlWordData) |
RtfCtrlWordData |
RtfCtrlWordListener.beforeCtrlWord(RtfCtrlWordData ctrlWordData) |
RtfCtrlWordData |
RtfCtrlWordListener.onCtrlWord(RtfCtrlWordData ctrlWordData) |
Modifier and Type | Method and Description |
---|---|
RtfCtrlWordData |
RtfCtrlWordListener.afterCtrlWord(RtfCtrlWordData ctrlWordData) |
RtfCtrlWordData |
RtfCtrlWordListener.beforeCtrlWord(RtfCtrlWordData ctrlWordData) |
boolean |
RtfCtrlWordHandler.handleControlword(RtfCtrlWordData ctrlWordDataIn)
The primary control word handler method.
|
int |
RtfCtrlWordMgr.handleKeyword(RtfCtrlWordData ctrlWordData,
int groupLevel)
Internal to control word manager class.
|
RtfCtrlWordData |
RtfCtrlWordListener.onCtrlWord(RtfCtrlWordData ctrlWordData) |
Modifier and Type | Field and Description |
---|---|
protected RtfCtrlWordData |
RtfDestination.lastCtrlWord
The last control word handled by this destination
|
Modifier and Type | Method and Description |
---|---|
RtfCtrlWordData |
RtfDestinationListener.afterCtrlWord(RtfCtrlWordData ctrlWordData) |
protected RtfCtrlWordData |
RtfDestination.afterCtrlWord(RtfCtrlWordData ctrlWordData) |
RtfCtrlWordData |
RtfDestinationListener.beforeCtrlWord(RtfCtrlWordData ctrlWordData) |
protected RtfCtrlWordData |
RtfDestination.beforeCtrlWord(RtfCtrlWordData ctrlWordData) |
RtfCtrlWordData |
RtfDestinationListener.onCtrlWord(RtfCtrlWordData ctrlWordData) |
protected RtfCtrlWordData |
RtfDestination.onCtrlWord(RtfCtrlWordData ctrlWordData) |
Modifier and Type | Method and Description |
---|---|
RtfCtrlWordData |
RtfDestinationListener.afterCtrlWord(RtfCtrlWordData ctrlWordData) |
protected RtfCtrlWordData |
RtfDestination.afterCtrlWord(RtfCtrlWordData ctrlWordData) |
RtfCtrlWordData |
RtfDestinationListener.beforeCtrlWord(RtfCtrlWordData ctrlWordData) |
protected RtfCtrlWordData |
RtfDestination.beforeCtrlWord(RtfCtrlWordData ctrlWordData) |
boolean |
RtfDestinationStylesheetTable.handleControlWord(RtfCtrlWordData ctrlWordData) |
boolean |
RtfDestinationShppict.handleControlWord(RtfCtrlWordData ctrlWordData) |
boolean |
RtfDestinationNull.handleControlWord(RtfCtrlWordData ctrlWordData) |
boolean |
RtfDestinationListTable.handleControlWord(RtfCtrlWordData ctrlWordData) |
boolean |
RtfDestinationInfo.handleControlWord(RtfCtrlWordData ctrlWordData) |
boolean |
RtfDestinationFontTable.handleControlWord(RtfCtrlWordData ctrlWordData) |
boolean |
RtfDestinationDocument.handleControlWord(RtfCtrlWordData ctrlWordData) |
boolean |
RtfDestinationColorTable.handleControlWord(RtfCtrlWordData ctrlWordData) |
abstract boolean |
RtfDestination.handleControlWord(RtfCtrlWordData ctrlWordData)
Handle control word for this destination
|
RtfCtrlWordData |
RtfDestinationListener.onCtrlWord(RtfCtrlWordData ctrlWordData) |
protected RtfCtrlWordData |
RtfDestination.onCtrlWord(RtfCtrlWordData ctrlWordData) |
Modifier and Type | Method and Description |
---|---|
boolean |
RtfProperty.setProperty(RtfCtrlWordData ctrlWordData)
Set the value of the property identified by the parameter.
|
boolean |
RtfProperty.toggleProperty(RtfCtrlWordData ctrlWordData)
Toggle the value of the property identified by the
RtfCtrlWordData.specialHandler parameter. |
Copyright © 2015. All rights reserved.