![]() |
ScroogeXHTML for Object Pascal 8.5
|
A text formatter for HTML and XHTML output beautification. More...
Public Member Functions | |
TSxFormatter (const IMarginBuilding AMarginBuilder) | |
string | Add (const string AText) |
Add. | |
string | GetIndent () |
GetIndent. | |
string | GetIndent (const Integer Level) |
GetIndent. | |
string | Indent (const string AText) |
Indent. | |
string | UnIndent (const string AText) |
UnIndent. | |
Public Attributes | |
Integer | IndentLevel |
string | NewLine |
A text formatter for HTML and XHTML output beautification.
TSxFormatter::TSxFormatter | ( | const IMarginBuilding | AMarginBuilder | ) |
string TSxFormatter::Add | ( | const string | AText | ) |
Add.
Implements ISxFormatter.
string TSxFormatter::GetIndent | ( | ) |
GetIndent.
Implements ISxFormatter.
string TSxFormatter::GetIndent | ( | const Integer | Level | ) |
GetIndent.
Implements ISxFormatter.
string TSxFormatter::Indent | ( | const string | AText | ) |
string TSxFormatter::UnIndent | ( | const string | AText | ) |
Integer TSxFormatter::IndentLevel |
string TSxFormatter::NewLine |