ScroogeXHTML for Delphi  6.7
 All Classes Functions Variables Pages
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.

Referenced by TSxWriter::CloneParagraphProperties().

TParagraphProperties::CopyFrom ( const TParagraphProperties  PP)

Copy properties.

Referenced by TParagraphNode::SetParProperties().

Member Data Documentation

TParagraphAlignment TParagraphProperties::Alignment

Paragraph alignment.

Referenced by TSxWriter::SetParagraphProperties().

TDirection TParagraphProperties::Direction

Paragraph direction (ltr/rtl).

Referenced by TSxWriter::SetParagraphProperties().

Integer TParagraphProperties::FirstIndent

Paragraph indent for first line.

Referenced by TSxWriter::SetParagraphProperties().

Integer TParagraphProperties::LeftIndent

Paragraph indent from left border.

Referenced by TSxWriter::SetParagraphProperties().

Boolean TParagraphProperties::Numbered

Paragraph numbering.

Referenced by TSxWriter::SetParagraphProperties().

TNumberingLevel TParagraphProperties::NumberingLevel

Paragraph numbering.

Integer TParagraphProperties::RightIndent

Paragraph indent from right border.

Referenced by TSxWriter::SetParagraphProperties().