|
ScroogeXHTML for Delphi
6.7
|
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 | ( | ) |
Copy Self.
Referenced by TSxWriter::CloneParagraphProperties().
| TParagraphProperties::CopyFrom | ( | const TParagraphProperties | PP | ) |
Copy properties.
Referenced by TParagraphNode::SetParProperties().
| TParagraphAlignment TParagraphProperties::Alignment |
Paragraph alignment.
Referenced by TSxWriter::SetParagraphProperties().
| TDirection TParagraphProperties::Direction |
Paragraph direction (ltr/rtl).
Referenced by TSxWriter::SetParagraphProperties().
| Integer TParagraphProperties::FirstIndent |
Paragraph indent for first line.
Referenced by TSxWriter::SetParagraphProperties().
| Integer TParagraphProperties::LeftIndent |
Paragraph indent from left border.
Referenced by TSxWriter::SetParagraphProperties().
| Boolean TParagraphProperties::Numbered |
Paragraph numbering.
Referenced by TSxWriter::SetParagraphProperties().
| TNumberingLevel TParagraphProperties::NumberingLevel |
Paragraph numbering.
| Integer TParagraphProperties::RightIndent |
Paragraph indent from right border.
Referenced by TSxWriter::SetParagraphProperties().