ScroogeXHTML for Object Pascal 9.0
Loading...
Searching...
No Matches
TParagraphNode Class Reference

A class which represents a paragraph and which consists of ISimpleDomTextNode objects. More...

Inheritance diagram for TParagraphNode:
ISimpleDomParagraph

Public Member Functions

 TParagraphNode (const TSimpleDomNode AOwner)
 Create a new instance of the TParagraphNode class.
 
 ~TParagraphNode ()
 
 AddText ()
 Add a element to the paragraph if the current is not empty.
 
TParagraphProperties GetProperties ()
 Get paragraph properties.
 
 SetParProperties (const TParagraphProperties PP)
 Set all paragraph properties.
 

Detailed Description

A class which represents a paragraph and which consists of ISimpleDomTextNode objects.

Constructor & Destructor Documentation

◆ TParagraphNode()

TParagraphNode::TParagraphNode ( const TSimpleDomNode AOwner)

Create a new instance of the TParagraphNode class.

◆ ~TParagraphNode()

TParagraphNode::~TParagraphNode ( )

Member Function Documentation

◆ AddText()

TParagraphNode::AddText ( )

Add a element to the paragraph if the current is not empty.

Implements ISimpleDomParagraph.

◆ GetProperties()

TParagraphProperties TParagraphNode::GetProperties ( )

Get paragraph properties.

Implements ISimpleDomParagraph.

◆ SetParProperties()

TParagraphNode::SetParProperties ( const TParagraphProperties PP)

Set all paragraph properties.

Implements ISimpleDomParagraph.