Method | Description | |
---|---|---|
Close ( ) : void | ||
Open ( System writer ) : bool | ||
Open ( string strFileName ) : bool | ||
RTFDocumentWriter ( ) : System |
initialize instance
|
|
RTFDocumentWriter ( System writer ) : System | ||
RTFDocumentWriter ( string strFileName ) : System | ||
WriteBorderLineDashStyle ( System style ) : void | ||
WriteEndBookmark ( string strName ) : void |
end write bookmark
|
|
WriteEndDocument ( ) : void |
end write document
|
|
WriteEndFooter ( ) : void |
end write end footer
|
|
WriteEndGroup ( ) : void | ||
WriteEndHeader ( ) : void |
end write header
|
|
WriteEndParagraph ( ) : void |
end write paragraph
|
|
WriteEndString ( ) : void |
end write string
|
|
WriteEndString ( |
||
WriteFont ( System font ) : void |
write font format
|
|
WriteImage ( System img, int width, int height, byte ImageData ) : void |
write image
|
|
WriteKeyword ( string Keyword ) : void |
write rtf keyword
|
|
WriteKeyword ( string keyWord, bool Ext ) : void | ||
WriteLineBreak ( ) : void |
write a line break
|
|
WriteRaw ( string txt ) : void | ||
WriteStartBookmark ( string strName ) : void |
start write bookmark
|
|
WriteStartDocument ( ) : void |
start write document
|
|
WriteStartFooter ( ) : void |
start write footer
|
|
WriteStartGroup ( ) : void | ||
WriteStartHeader ( ) : void |
start write header
|
|
WriteStartParagraph ( ) : void | ||
WriteStartParagraph ( |
write write paragraph
|
|
WriteStartString ( |
start write formatted text This function must assort with WriteEndString strict |
|
WriteString ( string strText, |
write formatted string
|
|
WriteText ( string strText ) : void |
write plain text
|
public RTFDocumentWriter ( System writer ) : System | ||
writer | System | |
return | System |
public RTFDocumentWriter ( string strFileName ) : System | ||
strFileName | string | |
return | System |
public WriteBorderLineDashStyle ( System style ) : void | ||
style | System | |
return | void |
public WriteEndBookmark ( string strName ) : void | ||
strName | string | bookmark name |
return | void |
public WriteEndString ( |
||
info | ||
return | void |
public WriteImage ( System img, int width, int height, byte ImageData ) : void | ||
img | System | image |
width | int | pixel width |
height | int | pixel height |
ImageData | byte | image binary data |
return | void |
public WriteKeyword ( string Keyword ) : void | ||
Keyword | string | keyword |
return | void |
public WriteKeyword ( string keyWord, bool Ext ) : void | ||
keyWord | string | |
Ext | bool | |
return | void |
public WriteStartBookmark ( string strName ) : void | ||
strName | string | bookmark name |
return | void |
public WriteStartParagraph ( |
||
info | format | |
return | void |
public WriteStartString ( |
||
info | format | |
return | void |
public WriteString ( string strText, |
||
strText | string | text |
info | format | |
return | void |
public WriteText ( string strText ) : void | ||
strText | string | text |
return | void |