ScroogeXHTML for Object Pascal 8.5
Loading...
Searching...
No Matches
TParagraphProperties Class Reference

A class which stores paragraph properties. More...

Inheritance diagram for TParagraphProperties:

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
 

Detailed Description

A class which stores paragraph properties.

Constructor & Destructor Documentation

◆ TParagraphProperties()

TParagraphProperties::TParagraphProperties ( )

Constructor.

Member Function Documentation

◆ Clone()

TParagraphProperties TParagraphProperties::Clone ( )

Copy Self.

◆ CopyFrom()

TParagraphProperties::CopyFrom ( const TParagraphProperties PP)

Copy properties.

Member Data Documentation

◆ Alignment

TParagraphAlignment TParagraphProperties::Alignment

Paragraph alignment.

◆ BGColor

string TParagraphProperties::BGColor

◆ Border

Boolean TParagraphProperties::Border

◆ Direction

TDirection TParagraphProperties::Direction

Paragraph direction (ltr/rtl).

◆ FirstIndent

Integer TParagraphProperties::FirstIndent

Paragraph indent for first line.

◆ LeftIndent

Integer TParagraphProperties::LeftIndent

Paragraph indent from left border.

◆ Numbered

Boolean TParagraphProperties::Numbered

Paragraph numbering.

◆ NumberingLevel

TNumberingLevel TParagraphProperties::NumberingLevel

Paragraph numbering.

◆ RightIndent

Integer TParagraphProperties::RightIndent

Paragraph indent from right border.

◆ SpaceAfter

Integer TParagraphProperties::SpaceAfter

◆ SpaceBefore

Integer TParagraphProperties::SpaceBefore