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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
RtfParserState ( ) : System
RtfParserState ( RtfParserState orig ) : System

Method Details

RtfParserState() public méthode

public RtfParserState ( ) : System
Résultat System

RtfParserState() public méthode

public RtfParserState ( RtfParserState orig ) : System
orig RtfParserState
Résultat System

Property Details

ctrlWordHandler public_oe property

public Object ctrlWordHandler
Résultat Object

ctrlWordHandlers public_oe property

public Stack,System.Collections ctrlWordHandlers
Résultat System.Collections.Stack

destination public_oe property

public RtfDestination,iTextSharp.text.rtf.parser.destinations destination
Résultat iTextSharp.text.rtf.parser.destinations.RtfDestination

groupHandler public_oe property

public Object groupHandler
Résultat Object

isExtendedDestination public_oe property

public bool isExtendedDestination
Résultat bool

newGroup public_oe property

public bool newGroup
Résultat bool

parserState public_oe property

public int parserState
Résultat int

properties public_oe property

public RtfProperty,iTextSharp.text.rtf.parser.properties properties
Résultat iTextSharp.text.rtf.parser.properties.RtfProperty

text public_oe property

public StringBuilder text
Résultat StringBuilder

tokeniserState public_oe property

public int tokeniserState
Résultat int