C# Class RtfDomParser.RTFDocumentWriter

RTF document writer
Afficher le fichier Open project: SourceCodeBackup/RtfDomParser

Méthodes publiques

Méthode 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 ( DocumentFormatInfo info ) : void
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 ( DocumentFormatInfo info ) : void

write write paragraph

WriteStartString ( DocumentFormatInfo info ) : void

start write formatted text

This function must assort with WriteEndString strict

WriteString ( string strText, DocumentFormatInfo info ) : void

write formatted string

WriteText ( string strText ) : void

write plain text

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Open() public méthode

public Open ( System writer ) : bool
writer System
Résultat bool

Open() public méthode

public Open ( string strFileName ) : bool
strFileName string
Résultat bool

RTFDocumentWriter() public méthode

initialize instance
public RTFDocumentWriter ( ) : System
Résultat System

RTFDocumentWriter() public méthode

public RTFDocumentWriter ( System writer ) : System
writer System
Résultat System

RTFDocumentWriter() public méthode

public RTFDocumentWriter ( string strFileName ) : System
strFileName string
Résultat System

WriteBorderLineDashStyle() public méthode

public WriteBorderLineDashStyle ( System style ) : void
style System
Résultat void

WriteEndBookmark() public méthode

end write bookmark
public WriteEndBookmark ( string strName ) : void
strName string bookmark name
Résultat void

WriteEndDocument() public méthode

end write document
public WriteEndDocument ( ) : void
Résultat void

WriteEndFooter() public méthode

end write end footer
public WriteEndFooter ( ) : void
Résultat void

WriteEndGroup() public méthode

public WriteEndGroup ( ) : void
Résultat void

WriteEndHeader() public méthode

end write header
public WriteEndHeader ( ) : void
Résultat void

WriteEndParagraph() public méthode

end write paragraph
public WriteEndParagraph ( ) : void
Résultat void

WriteEndString() public méthode

end write string
public WriteEndString ( ) : void
Résultat void

WriteEndString() public méthode

public WriteEndString ( DocumentFormatInfo info ) : void
info DocumentFormatInfo
Résultat void

WriteFont() public méthode

write font format
public WriteFont ( System font ) : void
font System font
Résultat void

WriteImage() public méthode

write image
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
Résultat void

WriteKeyword() public méthode

write rtf keyword
public WriteKeyword ( string Keyword ) : void
Keyword string keyword
Résultat void

WriteKeyword() public méthode

public WriteKeyword ( string keyWord, bool Ext ) : void
keyWord string
Ext bool
Résultat void

WriteLineBreak() public méthode

write a line break
public WriteLineBreak ( ) : void
Résultat void

WriteRaw() public méthode

public WriteRaw ( string txt ) : void
txt string
Résultat void

WriteStartBookmark() public méthode

start write bookmark
public WriteStartBookmark ( string strName ) : void
strName string bookmark name
Résultat void

WriteStartDocument() public méthode

start write document
public WriteStartDocument ( ) : void
Résultat void

WriteStartFooter() public méthode

start write footer
public WriteStartFooter ( ) : void
Résultat void

WriteStartGroup() public méthode

public WriteStartGroup ( ) : void
Résultat void

WriteStartHeader() public méthode

start write header
public WriteStartHeader ( ) : void
Résultat void

WriteStartParagraph() public méthode

public WriteStartParagraph ( ) : void
Résultat void

WriteStartParagraph() public méthode

write write paragraph
public WriteStartParagraph ( DocumentFormatInfo info ) : void
info DocumentFormatInfo format
Résultat void

WriteStartString() public méthode

start write formatted text
This function must assort with WriteEndString strict
public WriteStartString ( DocumentFormatInfo info ) : void
info DocumentFormatInfo format
Résultat void

WriteString() public méthode

write formatted string
public WriteString ( string strText, DocumentFormatInfo info ) : void
strText string text
info DocumentFormatInfo format
Résultat void

WriteText() public méthode

write plain text
public WriteText ( string strText ) : void
strText string text
Résultat void