Method | Description | |
---|---|---|
AddListener ( IEventListener listener ) : void | ||
ConvertRtfDocument ( Stream readerIn, |
||
GetConversionType ( ) : int | ||
GetCurrentDestination ( ) : |
||
GetDestination ( String destination ) : |
||
GetDocument ( ) : |
||
GetExtendedDestination ( ) : bool | ||
GetImportManager ( ) : iTextSharp.text.rtf.parser.RtfImportMgr | ||
GetLevel ( ) : int | ||
GetLogFile ( ) : String | ||
GetParserState ( ) : int | ||
GetRtfDocument ( ) : |
||
GetState ( ) : |
||
GetTokeniserState ( ) : int | ||
HandleCharacter ( int nextChar ) : int | ||
HandleCloseGroup ( ) : int | ||
HandleCtrlWord ( |
||
HandleOpenGroup ( ) : int | ||
ImportRtfDocument ( Stream readerIn, |
||
ImportRtfDocumentIntoElement ( IElement elem, Stream readerIn, |
||
ImportRtfFragment ( Stream readerIn, |
||
IsConvert ( ) : bool | ||
IsImport ( ) : bool | ||
IsImportFragment ( ) : bool | ||
IsImportFull ( ) : bool | ||
IsLogAppend ( ) : bool | ||
IsLogging ( ) : bool | ||
IsNewGroup ( ) : bool | ||
OutputDebug ( object doc, int groupLevel, String str ) : void | ||
RemoveListener ( IEventListener listener ) : void | ||
RtfParser ( |
||
SetCurrentDestination ( String destination ) : bool | ||
SetExtendedDestination ( bool value ) : bool | ||
SetLogAppend ( bool logAppend ) : void | ||
SetLogFile ( String logFile ) : void | ||
SetLogFile ( String logFile, bool logAppend ) : void | ||
SetLogging ( bool logging ) : void | ||
SetNewGroup ( bool value ) : bool | ||
SetParserState ( int newState ) : int | ||
SetTokeniserSkipBytes ( long numberOfBytesToSkip ) : void | ||
SetTokeniserState ( int value ) : int | ||
SetTokeniserStateBinary ( int binaryCount ) : void | ||
SetTokeniserStateBinary ( long binaryCount ) : void | ||
SetTokeniserStateNormal ( ) : void | ||
SetTokeniserStateSkipGroup ( ) : void | ||
Tokenise ( ) : void |
Method | Description | |
---|---|---|
Init_stats ( ) : void |
Method | Description | |
---|---|---|
HandleImportMappings ( RtfImportMappings importMappings ) : void | ||
Init ( int type, |
||
Init_Reader ( Stream readerIn ) : |
||
ParseChar ( int nextChar ) : int | ||
ParseCtrlWord ( |
public AddListener ( IEventListener listener ) : void | ||
listener | IEventListener | |
return | void |
public ConvertRtfDocument ( Stream readerIn, |
||
readerIn | Stream | |
doc | ||
return | void |
public GetCurrentDestination ( ) : |
||
return |
public GetDestination ( String destination ) : |
||
destination | String | |
return |
public GetImportManager ( ) : iTextSharp.text.rtf.parser.RtfImportMgr | ||
return | iTextSharp.text.rtf.parser.RtfImportMgr |
public GetRtfDocument ( ) : |
||
return |
public HandleCharacter ( int nextChar ) : int | ||
nextChar | int | |
return | int |
public HandleCtrlWord ( |
||
ctrlWordData | ||
return | int |
public ImportRtfDocument ( Stream readerIn, |
||
readerIn | Stream | |
rtfDoc | ||
return | void |
public ImportRtfDocumentIntoElement ( IElement elem, Stream readerIn, |
||
elem | IElement | |
readerIn | Stream | |
rtfDoc | ||
return | void |
public ImportRtfFragment ( Stream readerIn, |
||
readerIn | Stream | |
rtfDoc | ||
importMappings | RtfImportMappings | |
return | void |
public static OutputDebug ( object doc, int groupLevel, String str ) : void | ||
doc | object | |
groupLevel | int | |
str | String | |
return | void |
public RemoveListener ( IEventListener listener ) : void | ||
listener | IEventListener | |
return | void |
public RtfParser ( |
||
doc | ||
return | System |
public SetCurrentDestination ( String destination ) : bool | ||
destination | String | |
return | bool |
public SetExtendedDestination ( bool value ) : bool | ||
value | bool | |
return | bool |
public SetLogAppend ( bool logAppend ) : void | ||
logAppend | bool | |
return | void |
public SetLogFile ( String logFile, bool logAppend ) : void | ||
logFile | String | |
logAppend | bool | |
return | void |
public SetTokeniserSkipBytes ( long numberOfBytesToSkip ) : void | ||
numberOfBytesToSkip | long | |
return | void |
public SetTokeniserStateBinary ( int binaryCount ) : void | ||
binaryCount | int | |
return | void |
public SetTokeniserStateBinary ( long binaryCount ) : void | ||
binaryCount | long | |
return | void |