ScroogeXHTML for Object Pascal 8.2
TParagraphProperties Class Reference

A class which stores paragraph properties. More...

Inherits TObject.

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.
 

Detailed Description

A class which stores paragraph properties.