![]() |
ScroogeXHTML for Object Pascal 9.3
|
Writer methods. More...
Public Member Functions | |
AddChar (const AnsiChar Ch) | |
AddLevel () | |
AddLinebreak (const string Tag) | |
AddList () | |
AddListOverride () | |
TCharacterProperties | CloneCharacterProperties () |
TParagraphProperties | CloneParagraphProperties () |
string | GetDefaultFontName () |
TCharset | GetDocCharset () |
ISimpleDomDocument | GetDomDocument () |
TFontstyles | GetFontStyle () |
Boolean | GetHidden () |
Boolean | GetNumbered () |
TNumberingLevel | GetNumberingLevel () |
Boolean | GetParagraphHasStarPn () |
Boolean | GetSubscript () |
Boolean | GetSuperscript () |
Boolean | IsBulletList (const Int64 AValue) |
ResetCharacterAttributes () | |
ResetParagraphAttributes () | |
SetAlignment (const TParagraphAlignment Value) | |
SetAnchor (const string Value) | |
SetBGColor (const string Value) | |
SetCharacterProperties (const TCharacterProperties Value) | |
SetDefaultFontName (const string Value) | |
SetDirection (const TDirection Value) | |
SetDocCharset (const TCharset Value) | |
SetFieldExpression (const string Value) | |
SetFirstIndent (const Integer Value) | |
SetFontBGColor (const string Value) | |
SetFontCharSet (const TCharSet Value) | |
SetFontColor (const string Value) | |
SetFontHLColor (const string Value) | |
SetFontName (const string Value) | |
SetFontSize (const Integer Value) | |
SetFontStyle (const TFontstyles Value) | |
SetHidden (const Boolean Value) | |
SetLanguage (const string Value) | |
SetLeftIndent (const Integer Value) | |
SetLevelNfc (const Int64 AValue) | |
SetListId (const Int64 AValue) | |
SetListOverrideIndex (const Int64 AValue) | |
SetListTemplateId (const Int64 AValue) | |
SetNumbered (const Boolean Value) | |
SetNumberingLevel (const TNumberingLevel Value) | |
SetOverrideListId (const Int64 AValue) | |
SetParagraphBorder (const Boolean Value) | |
SetParagraphHasStarPn (const Boolean Value) | |
SetParagraphProperties (const TParagraphProperties Value) | |
SetParDirection (const TDirection Value) | |
SetRightIndent (const Integer Value) | |
SetSpaceAfter (const Integer Value) | |
SetSpaceBefore (const Integer Value) | |
SetSubscript (const Boolean Value) | |
SetSuperscript (const Boolean Value) | |
StoreTextProperties () |
Public Attributes | |
TParagraphAlignment | Alignment |
string | BGColor |
string | DefaultFontName |
TDirection | Direction |
TCharset | DocCharset |
ISimpleDomDocument | DomDocument |
Integer | FirstIndent |
string | FontBGColor |
TCharset | FontCharSet |
string | FontColor |
string | FontHLColor |
string | FontName |
Integer | FontSize |
TFontstyles | FontStyle |
Boolean | Hidden |
string | Language |
Integer | LeftIndent |
Boolean | Numbered |
TNumberingLevel | NumberingLevel |
Boolean | ParagraphBorder |
Boolean | ParagraphHasStarPn |
TDirection | ParDirection |
Integer | RightIndent |
Integer | SpaceAfter |
Integer | SpaceBefore |
Boolean | Subscript |
Boolean | Superscript |
Writer methods.
ISxWriter::AddChar | ( | const AnsiChar | Ch | ) |
Implemented in TSxWriter.
ISxWriter::AddLevel | ( | ) |
ISxWriter::AddLinebreak | ( | const string | Tag | ) |
Implemented in TSxWriter.
ISxWriter::AddList | ( | ) |
ISxWriter::AddListOverride | ( | ) |
TCharacterProperties ISxWriter::CloneCharacterProperties | ( | ) |
Implemented in TSxWriter.
TParagraphProperties ISxWriter::CloneParagraphProperties | ( | ) |
Implemented in TSxWriter.
string ISxWriter::GetDefaultFontName | ( | ) |
TCharset ISxWriter::GetDocCharset | ( | ) |
ISimpleDomDocument ISxWriter::GetDomDocument | ( | ) |
TFontstyles ISxWriter::GetFontStyle | ( | ) |
Boolean ISxWriter::GetHidden | ( | ) |
Boolean ISxWriter::GetNumbered | ( | ) |
TNumberingLevel ISxWriter::GetNumberingLevel | ( | ) |
Boolean ISxWriter::GetParagraphHasStarPn | ( | ) |
Boolean ISxWriter::GetSubscript | ( | ) |
Boolean ISxWriter::GetSuperscript | ( | ) |
Boolean ISxWriter::IsBulletList | ( | const Int64 | AValue | ) |
ISxWriter::ResetCharacterAttributes | ( | ) |
Implemented in TSxWriter.
ISxWriter::ResetParagraphAttributes | ( | ) |
Implemented in TSxWriter.
ISxWriter::SetAlignment | ( | const TParagraphAlignment | Value | ) |
ISxWriter::SetAnchor | ( | const string | Value | ) |
Implemented in TSxWriter.
ISxWriter::SetBGColor | ( | const string | Value | ) |
ISxWriter::SetCharacterProperties | ( | const TCharacterProperties | Value | ) |
Implemented in TSxWriter.
ISxWriter::SetDefaultFontName | ( | const string | Value | ) |
ISxWriter::SetDirection | ( | const TDirection | Value | ) |
ISxWriter::SetDocCharset | ( | const TCharset | Value | ) |
ISxWriter::SetFieldExpression | ( | const string | Value | ) |
Implemented in TSxWriter.
ISxWriter::SetFirstIndent | ( | const Integer | Value | ) |
ISxWriter::SetFontBGColor | ( | const string | Value | ) |
ISxWriter::SetFontCharSet | ( | const TCharSet | Value | ) |
ISxWriter::SetFontColor | ( | const string | Value | ) |
ISxWriter::SetFontHLColor | ( | const string | Value | ) |
ISxWriter::SetFontName | ( | const string | Value | ) |
ISxWriter::SetFontSize | ( | const Integer | Value | ) |
ISxWriter::SetFontStyle | ( | const TFontstyles | Value | ) |
ISxWriter::SetHidden | ( | const Boolean | Value | ) |
ISxWriter::SetLanguage | ( | const string | Value | ) |
ISxWriter::SetLeftIndent | ( | const Integer | Value | ) |
ISxWriter::SetLevelNfc | ( | const Int64 | AValue | ) |
ISxWriter::SetListId | ( | const Int64 | AValue | ) |
ISxWriter::SetListOverrideIndex | ( | const Int64 | AValue | ) |
ISxWriter::SetListTemplateId | ( | const Int64 | AValue | ) |
ISxWriter::SetNumbered | ( | const Boolean | Value | ) |
ISxWriter::SetNumberingLevel | ( | const TNumberingLevel | Value | ) |
ISxWriter::SetOverrideListId | ( | const Int64 | AValue | ) |
ISxWriter::SetParagraphBorder | ( | const Boolean | Value | ) |
ISxWriter::SetParagraphHasStarPn | ( | const Boolean | Value | ) |
ISxWriter::SetParagraphProperties | ( | const TParagraphProperties | Value | ) |
Implemented in TSxWriter.
ISxWriter::SetParDirection | ( | const TDirection | Value | ) |
ISxWriter::SetRightIndent | ( | const Integer | Value | ) |
ISxWriter::SetSpaceAfter | ( | const Integer | Value | ) |
ISxWriter::SetSpaceBefore | ( | const Integer | Value | ) |
ISxWriter::SetSubscript | ( | const Boolean | Value | ) |
ISxWriter::SetSuperscript | ( | const Boolean | Value | ) |
ISxWriter::StoreTextProperties | ( | ) |
Implemented in TSxWriter.
TParagraphAlignment ISxWriter::Alignment |
string ISxWriter::BGColor |
string ISxWriter::DefaultFontName |
TDirection ISxWriter::Direction |
TCharset ISxWriter::DocCharset |
ISimpleDomDocument ISxWriter::DomDocument |
Integer ISxWriter::FirstIndent |
string ISxWriter::FontBGColor |
TCharset ISxWriter::FontCharSet |
string ISxWriter::FontColor |
string ISxWriter::FontHLColor |
string ISxWriter::FontName |
Integer ISxWriter::FontSize |
TFontstyles ISxWriter::FontStyle |
string ISxWriter::Language |
Integer ISxWriter::LeftIndent |
Boolean ISxWriter::Numbered |
TNumberingLevel ISxWriter::NumberingLevel |
Boolean ISxWriter::ParagraphBorder |
Boolean ISxWriter::ParagraphHasStarPn |
TDirection ISxWriter::ParDirection |
Integer ISxWriter::RightIndent |
Integer ISxWriter::SpaceAfter |
Integer ISxWriter::SpaceBefore |
Boolean ISxWriter::Subscript |
Boolean ISxWriter::Superscript |