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

Exibir arquivo 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_oe property

public Object ctrlWordHandler
return Object

ctrlWordHandlers public_oe property

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

destination public_oe property

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

groupHandler public_oe property

public Object groupHandler
return Object

isExtendedDestination public_oe property

public bool isExtendedDestination
return bool

newGroup public_oe property

public bool newGroup
return bool

parserState public_oe property

public int parserState
return int

properties public_oe property

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

text public_oe property

public StringBuilder text
return StringBuilder

tokeniserState public_oe property

public int tokeniserState
return int