![]() |
ScroogeXHTML for Object Pascal 8.5
|
A class which stores paragraph properties. More...
Public Member Functions | |
TParagraphProperties () | |
Constructor. | |
TParagraphProperties | Clone () |
Copy Self. | |
CopyFrom (const TParagraphProperties PP) | |
Copy properties. | |
Public Attributes | |
TParagraphAlignment | Alignment |
Paragraph alignment. | |
string | BGColor |
Boolean | Border |
TDirection | Direction |
Paragraph direction (ltr/rtl). | |
Integer | FirstIndent |
Paragraph indent for first line. | |
Integer | LeftIndent |
Paragraph indent from left border. | |
Boolean | Numbered |
Paragraph numbering. | |
TNumberingLevel | NumberingLevel |
Paragraph numbering. | |
Integer | RightIndent |
Paragraph indent from right border. | |
Integer | SpaceAfter |
Integer | SpaceBefore |
A class which stores paragraph properties.
TParagraphProperties::TParagraphProperties | ( | ) |
Constructor.
TParagraphProperties TParagraphProperties::Clone | ( | ) |
Copy Self.
TParagraphProperties::CopyFrom | ( | const TParagraphProperties | PP | ) |
Copy properties.
TParagraphAlignment TParagraphProperties::Alignment |
Paragraph alignment.
string TParagraphProperties::BGColor |
Boolean TParagraphProperties::Border |
TDirection TParagraphProperties::Direction |
Paragraph direction (ltr/rtl).
Integer TParagraphProperties::FirstIndent |
Paragraph indent for first line.
Integer TParagraphProperties::LeftIndent |
Paragraph indent from left border.
Boolean TParagraphProperties::Numbered |
Paragraph numbering.
TNumberingLevel TParagraphProperties::NumberingLevel |
Paragraph numbering.
Integer TParagraphProperties::RightIndent |
Paragraph indent from right border.
Integer TParagraphProperties::SpaceAfter |
Integer TParagraphProperties::SpaceBefore |