C# Class iTextSharp.text.rtf.parser.RtfParserState

Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Properties

Property Type Description
ctrlWordHandler Object
ctrlWordHandlers System.Collections.Stack
destination iTextSharp.text.rtf.parser.destinations.RtfDestination
groupHandler Object
isExtendedDestination bool
newGroup bool
parserState int
properties iTextSharp.text.rtf.parser.properties.RtfProperty
text StringBuilder
tokeniserState int

Public Methods

Method Description
RtfParserState ( ) : System
RtfParserState ( RtfParserState orig ) : System

Method Details

RtfParserState() public method

public RtfParserState ( ) : System
return System

RtfParserState() public method

public RtfParserState ( RtfParserState orig ) : System
orig RtfParserState
return System

Property Details

ctrlWordHandler public property

public Object ctrlWordHandler
return Object

ctrlWordHandlers public property

public Stack,System.Collections ctrlWordHandlers
return System.Collections.Stack

destination public property

public RtfDestination,iTextSharp.text.rtf.parser.destinations destination
return iTextSharp.text.rtf.parser.destinations.RtfDestination

groupHandler public property

public Object groupHandler
return Object

isExtendedDestination public property

public bool isExtendedDestination
return bool

newGroup public property

public bool newGroup
return bool

parserState public property

public int parserState
return int

properties public property

public RtfProperty,iTextSharp.text.rtf.parser.properties properties
return iTextSharp.text.rtf.parser.properties.RtfProperty

text public property

public StringBuilder text
return StringBuilder

tokeniserState public property

public int tokeniserState
return int