Public Member Functions | |
| TParagraphProperties () | |
| Constructor. | |
| TParagraphProperties | Clone () |
| Copy Self. | |
| CopyFrom (const TParagraphProperties PP) | |
| Copy properties. | |
Public Attributes | |
| TParagraphAlignment | Alignment |
| Paragraph alignment. | |
| TDirection | Direction |
| Paragraph direction (ltr/rtl). | |
| Boolean | Numbered |
| Paragraph numbering. | |
| TNumberingLevel | NumberingLevel |
| Paragraph numbering. | |
| Integer | LeftIndent |
| Paragraph indent from left border. | |
| Integer | RightIndent |
| Paragraph indent from right border. | |
| Integer | FirstIndent |
| Paragraph indent for first line. | |
| TParagraphProperties TParagraphProperties::Clone | ( | ) |
Copy Self.
| TParagraphProperties::CopyFrom | ( | const TParagraphProperties | PP | ) |
Copy properties.
| TParagraphAlignment TParagraphProperties.Alignment |
Paragraph alignment.
| TDirection TParagraphProperties.Direction |
Paragraph direction (ltr/rtl).
| Boolean TParagraphProperties.Numbered |
Paragraph numbering.
| TNumberingLevel TParagraphProperties.NumberingLevel |
Paragraph numbering.
| Integer TParagraphProperties.LeftIndent |
Paragraph indent from left border.
| Integer TParagraphProperties.RightIndent |
Paragraph indent from right border.
| Integer TParagraphProperties.FirstIndent |
Paragraph indent for first line.
1.5.4