|
ScroogeXHTML for Delphi
6.11
|
A class which stores paragraph properties. More...
Public Member Functions | |
| TParagraphProperties () | |
| Constructor. | |
| TParagraphProperties | Clone () |
| Copy Self. More... | |
| CopyFrom (const TParagraphProperties PP) | |
| Copy properties. More... | |
Public Attributes | |
| TParagraphAlignment | Alignment |
| Paragraph alignment. More... | |
| TDirection | Direction |
| Paragraph direction (ltr/rtl). More... | |
| Boolean | Numbered |
| Paragraph numbering. More... | |
| TNumberingLevel | NumberingLevel |
| Paragraph numbering. More... | |
| Integer | LeftIndent |
| Paragraph indent from left border. More... | |
| Integer | RightIndent |
| Paragraph indent from right border. More... | |
| Integer | FirstIndent |
| Paragraph indent for first line. More... | |
A class which stores paragraph properties.
| TParagraphProperties TParagraphProperties::Clone | ( | ) |
| TParagraphProperties::CopyFrom | ( | const TParagraphProperties | PP | ) |
Copy properties.
References Alignment, Direction, FirstIndent, LeftIndent, Numbered, NumberingLevel, and RightIndent.
Referenced by Clone(), and TParagraphNode::SetParProperties().
| TParagraphAlignment TParagraphProperties::Alignment |
Paragraph alignment.
Referenced by CopyFrom(), THTMLTranslator::IsXml(), and TSxWriter::SetParagraphProperties().
| TDirection TParagraphProperties::Direction |
Paragraph direction (ltr/rtl).
Referenced by CopyFrom(), and TSxWriter::SetParagraphProperties().
| Integer TParagraphProperties::FirstIndent |
Paragraph indent for first line.
Referenced by CopyFrom(), and TSxWriter::SetParagraphProperties().
| Integer TParagraphProperties::LeftIndent |
Paragraph indent from left border.
Referenced by CopyFrom(), and TSxWriter::SetParagraphProperties().
| Boolean TParagraphProperties::Numbered |
Paragraph numbering.
Referenced by CopyFrom(), TSxWriter::SetParagraphProperties(), and TSxOutputWriter::Write().
| TNumberingLevel TParagraphProperties::NumberingLevel |
Paragraph numbering.
Referenced by CopyFrom().
| Integer TParagraphProperties::RightIndent |
Paragraph indent from right border.
Referenced by CopyFrom(), and TSxWriter::SetParagraphProperties().