ScroogeXHTML for Object Pascal 9.2
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.

See also
FAlignment For reading
SetAlignment For writing

◆ BGColor

string TParagraphProperties::BGColor
See also
FBGColor For reading
SetBGColor For writing

◆ Border

Boolean TParagraphProperties::Border
See also
FBorder For reading
SetBorder For writing

◆ Direction

TDirection TParagraphProperties::Direction

Paragraph direction (ltr/rtl).

See also
FDirection For reading
SetDirection For writing

◆ FirstIndent

Integer TParagraphProperties::FirstIndent

Paragraph indent for first line.

See also
FFirstIndent For reading
SetFirstIndent For writing

◆ LeftIndent

Integer TParagraphProperties::LeftIndent

Paragraph indent from left border.

See also
FLeftIndent For reading
SetLeftIndent For writing

◆ Numbered

Boolean TParagraphProperties::Numbered

Paragraph numbering.

See also
FNumbered For reading
SetNumbered For writing

◆ NumberingLevel

TNumberingLevel TParagraphProperties::NumberingLevel

Paragraph numbering.

See also
FNumberingLevel For reading
SetNumberingLevel For writing

◆ RightIndent

Integer TParagraphProperties::RightIndent

Paragraph indent from right border.

See also
FRightIndent For reading
SetRightIndent For writing

◆ SpaceAfter

Integer TParagraphProperties::SpaceAfter
See also
FSpaceAfter For reading
SetSpaceAfter For writing

◆ SpaceBefore

Integer TParagraphProperties::SpaceBefore
See also
FSpaceBefore For reading
SetSpaceBefore For writing