Method | Description | |
---|---|---|
Add ( IRtfBasicElement element ) : void | ||
FilterSpecialChar ( Stream outp, String str, bool useHex, bool softLineBreaks ) : void | ||
GetAutogenerateTOCEntries ( ) : bool | ||
GetDocumentHeader ( ) : |
||
GetDocumentSettings ( ) : |
||
GetLastElementWritten ( ) : IRtfBasicElement | ||
GetMapper ( ) : |
||
GetRandomInt ( ) : int | ||
Open ( ) : void | ||
OutputDebugLinebreak ( Stream result ) : void | ||
RtfDocument ( ) : System | ||
SetAutogenerateTOCEntries ( bool autogenerate ) : void | ||
WriteContent ( Stream outp ) : void | ||
WriteDocument ( Stream outs ) : void |
Method | Description | |
---|---|---|
SubMatch ( String str, int soff, byte m ) : bool |
public Add ( IRtfBasicElement element ) : void | ||
element | IRtfBasicElement | |
return | void |
public FilterSpecialChar ( Stream outp, String str, bool useHex, bool softLineBreaks ) : void | ||
outp | Stream | |
str | String | |
useHex | bool | |
softLineBreaks | bool | |
return | void |
public GetDocumentHeader ( ) : |
||
return |
public GetDocumentSettings ( ) : |
||
return |
public GetLastElementWritten ( ) : IRtfBasicElement | ||
return | IRtfBasicElement |
public OutputDebugLinebreak ( Stream result ) : void | ||
result | Stream | |
return | void |
public SetAutogenerateTOCEntries ( bool autogenerate ) : void | ||
autogenerate | bool | |
return | void |