ScroogeXHTML for Delphi  6.9
TParagraphProperties Class Reference

A class which stores paragraph properties. More...

Inheritance diagram for TParagraphProperties:

Public Member Functions

 TParagraphProperties ()
 Constructor.
 
TParagraphProperties Clone ()
 Copy Self. More...
 
 CopyFrom (const TParagraphProperties PP)
 Copy properties. More...
 

Public Attributes

TParagraphAlignment Alignment
 Paragraph alignment. More...
 
TDirection Direction
 Paragraph direction (ltr/rtl). More...
 
Boolean Numbered
 Paragraph numbering. More...
 
TNumberingLevel NumberingLevel
 Paragraph numbering. More...
 
Integer LeftIndent
 Paragraph indent from left border. More...
 
Integer RightIndent
 Paragraph indent from right border. More...
 
Integer FirstIndent
 Paragraph indent for first line. More...
 

Detailed Description

A class which stores paragraph properties.

Member Function Documentation

TParagraphProperties TParagraphProperties::Clone ( )

Copy Self.

References CopyFrom().

Referenced by TSxWriter::CloneParagraphProperties().

TParagraphProperties::CopyFrom ( const TParagraphProperties  PP)

Member Data Documentation

TParagraphAlignment TParagraphProperties::Alignment

Paragraph alignment.

Referenced by CopyFrom(), TSxWriter::SetParagraphProperties(), and TParagraphProperties().

TDirection TParagraphProperties::Direction

Paragraph direction (ltr/rtl).

Referenced by CopyFrom(), and TSxWriter::SetParagraphProperties().

Integer TParagraphProperties::FirstIndent

Paragraph indent for first line.

Referenced by CopyFrom(), and TSxWriter::SetParagraphProperties().

Integer TParagraphProperties::LeftIndent

Paragraph indent from left border.

Referenced by CopyFrom(), and TSxWriter::SetParagraphProperties().

Boolean TParagraphProperties::Numbered

Paragraph numbering.

Referenced by CopyFrom(), and TSxWriter::SetParagraphProperties().

TNumberingLevel TParagraphProperties::NumberingLevel

Paragraph numbering.

Referenced by CopyFrom().

Integer TParagraphProperties::RightIndent

Paragraph indent from right border.

Referenced by CopyFrom(), and TSxWriter::SetParagraphProperties().