Uses of Class
com.lowagie.text.rtf.parser.RtfParserState
-
Packages that use RtfParserState Package Description com.lowagie.text.rtf.parser -
-
Uses of RtfParserState in com.lowagie.text.rtf.parser
Fields in com.lowagie.text.rtf.parser declared as RtfParserState Modifier and Type Field Description private RtfParserState
RtfParser. currentState
The current parser state.Fields in com.lowagie.text.rtf.parser with type parameters of type RtfParserState Modifier and Type Field Description private java.util.ArrayDeque<RtfParserState>
RtfParser. stackState
Stack for saving states for groupsMethods in com.lowagie.text.rtf.parser that return RtfParserState Modifier and Type Method Description RtfParserState
RtfParser. getState()
Get the state of the parser.Constructors in com.lowagie.text.rtf.parser with parameters of type RtfParserState Constructor Description RtfParserState(RtfParserState orig)
Copy constructor
-