![]() |
ScroogeXHTML for Object Pascal 9.3
|
A class which stores paragraph properties. More...
Public Member Functions | |
TParagraphProperties () | |
Constructor. | |
TParagraphProperties | Clone () |
Creates a copy of the current paragraph properties instance. | |
CopyFrom (const TParagraphProperties PP) | |
Copies all properties from another TParagraphProperties instance. |
Public Attributes | |
TParagraphAlignment | Alignment |
Specifies the paragraph alignment. | |
string | BGColor |
Specifies the background color of the paragraph in hexadecimal format. | |
Boolean | Border |
Indicates whether the paragraph has a border. | |
TDirection | Direction |
Specifies the text direction of the paragraph (left-to-right or right-to-left). | |
Integer | FirstIndent |
Specifies the first-line indent of the paragraph in points. | |
Integer | LeftIndent |
Specifies the left indent of the paragraph in points. | |
Boolean | Numbered |
Indicates whether the paragraph is numbered. | |
TNumberingLevel | NumberingLevel |
Specifies the numbering level of the paragraph. | |
Integer | RightIndent |
Specifies the right indent of the paragraph in points. | |
Integer | SpaceAfter |
Specifies the space after the paragraph in points. | |
Integer | SpaceBefore |
Specifies the space before the paragraph in points. |
A class which stores paragraph properties.
TParagraphProperties::TParagraphProperties | ( | ) |
Constructor.
TParagraphProperties TParagraphProperties::Clone | ( | ) |
Creates a copy of the current paragraph properties instance.
TParagraphProperties::CopyFrom | ( | const TParagraphProperties | PP | ) |
Copies all properties from another TParagraphProperties instance.
PP | The source TParagraphProperties instance to copy from. |
TParagraphAlignment TParagraphProperties::Alignment |
Specifies the paragraph alignment.
string TParagraphProperties::BGColor |
Specifies the background color of the paragraph in hexadecimal format.
Boolean TParagraphProperties::Border |
Indicates whether the paragraph has a border.
TDirection TParagraphProperties::Direction |
Specifies the text direction of the paragraph (left-to-right or right-to-left).
Integer TParagraphProperties::FirstIndent |
Specifies the first-line indent of the paragraph in points.
Integer TParagraphProperties::LeftIndent |
Specifies the left indent of the paragraph in points.
Boolean TParagraphProperties::Numbered |
Indicates whether the paragraph is numbered.
TNumberingLevel TParagraphProperties::NumberingLevel |
Specifies the numbering level of the paragraph.
Integer TParagraphProperties::RightIndent |
Specifies the right indent of the paragraph in points.
Integer TParagraphProperties::SpaceAfter |
Specifies the space after the paragraph in points.
Integer TParagraphProperties::SpaceBefore |
Specifies the space before the paragraph in points.