|
ScroogeXHTML for Object Pascal 9.0
|
A class which represents a paragraph and which consists of ISimpleDomTextNode objects. More...
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. | |
A class which represents a paragraph and which consists of ISimpleDomTextNode objects.
| TParagraphNode::TParagraphNode | ( | const TSimpleDomNode | AOwner | ) |
Create a new instance of the TParagraphNode class.
| TParagraphNode::~TParagraphNode | ( | ) |
| TParagraphNode::AddText | ( | ) |
Add a element to the paragraph if the current is not empty.
Implements ISimpleDomParagraph.
| TParagraphProperties TParagraphNode::GetProperties | ( | ) |
Get paragraph properties.
Implements ISimpleDomParagraph.
| TParagraphNode::SetParProperties | ( | const TParagraphProperties | PP | ) |
Set all paragraph properties.
Implements ISimpleDomParagraph.