Public Member Functions | |
| TSxWriter (ISxWriterOptions Owner) | |
| get a new ScroogeXHTMLWriter instance | |
| ~TSxWriter () | |
| destroy the ScroogeXHTMLWriter instance | |
| AddChar (const AnsiChar ch) | |
| Add an Element to the last paragraph. | |
| StoreTextProperties () | |
| save all current text properties in the current ScroogeXHTMLDocText object | |
| StoreParagraphProperties () | |
| save all current paragraph properties in the current ScroogeXHTMLDocParagraph object | |
| ResetCharacterAttributes () | |
| set all character attributes to default values | |
| SetCharacterProperties (const TCharacterProperties Value) | |
| set all character properties | |
| ResetParagraphAttributes () | |
| set all paragraph properties to default values | |
| TCharacterProperties | CloneCharacterProperties () |
| get a clone of all paragraph properties | |
| TParagraphProperties | CloneParagraphProperties () |
| Get a clone of all paragraph properties. | |
| SetParagraphProperties (const TParagraphProperties Value) | |
| set all paragraph properties | |
Public Attributes | |
| AnsiString | DefaultFontName |
| default font name property | |
| TDirection | Direction |
| |
| AnsiString | FontBGColor |
| font background color property | |
| AnsiString | FontHLColor |
| font highlight color property | |
| AnsiString | FontColor |
| font color property | |
| AnsiString | FontName |
| font name property | |
| TCharset | FontCharSet |
| font character set property | |
| TFontstyles | FontStyle |
| font style property | |
| Integer | FontSize |
| font size property | |
| Boolean | IsHidden |
| font hidden property | |
| boolean | Subscript |
| subscript property | |
| boolean | Superscript |
| superscript property | |
| TNumberingLevel | NumberingLevel |
| Paragraph numbering level property. | |
| Boolean | NumberingStyle |
| Paragraph numbering style property. | |
| TParagraphAlignment | Alignment |
| Paragraph alignment property. | |
| TDirection | ParDirection |
| Paragraph text direction property. | |
| AnsiString | Language |
| Langauge property. | |
| Integer | LeftIndent |
| left indent property | |
| Integer | RightIndent |
| right indent property | |
| Integer | FirstIndent |
| first indent property | |
| TCharset | DocCharset |
| the character set used in the document | |
| ISimpleDomDocument | DomDocument |
| the output document structure | |
Class which writes text and properties to a TSimpleDomDocument instance.
| TSxWriter::AddChar | ( | const AnsiChar | ch | ) |
Add an Element to the last paragraph.
add a character to the output document
| AnsiString TSxWriter.DefaultFontName |
default font name property
SetDefaultFontName For writing
| AnsiString TSxWriter.FontBGColor |
font background color property
| AnsiString TSxWriter.FontHLColor |
font highlight color property
| AnsiString TSxWriter.FontColor |
font color property
| AnsiString TSxWriter.FontName |
font name property
| TCharset TSxWriter.FontCharSet |
font character set property
| TFontstyles TSxWriter.FontStyle |
font style property
SetFontStyle For writing
| Integer TSxWriter.FontSize |
font size property
| Boolean TSxWriter.IsHidden |
font hidden property
SetHidden For writing
| boolean TSxWriter.Subscript |
subscript property
SetSubscript For writing
| boolean TSxWriter.Superscript |
superscript property
SetSuperscript For writing
| TNumberingLevel TSxWriter.NumberingLevel |
Paragraph numbering level property.
SetNumberingLevel For writing
| Boolean TSxWriter.NumberingStyle |
Paragraph numbering style property.
SetNumberingStyle For writing
| TParagraphAlignment TSxWriter.Alignment |
Paragraph alignment property.
| TDirection TSxWriter.ParDirection |
Paragraph text direction property.
| AnsiString TSxWriter.Language |
Langauge property.
| Integer TSxWriter.LeftIndent |
left indent property
| Integer TSxWriter.RightIndent |
right indent property
| Integer TSxWriter.FirstIndent |
first indent property
| TCharset TSxWriter.DocCharset |
the character set used in the document
SetDocCharset For writing
| ISimpleDomDocument TSxWriter.DomDocument |
the output document structure
SetDomDocument For writing
1.5.4