ScroogeXHTML for Object Pascal 8.5
Loading...
Searching...
No Matches
TTextNode Class Reference

A class which represents a text block which has the same attributes. More...

Inheritance diagram for TTextNode:
ISimpleDomTextNode

Public Member Functions

 TTextNode (const TSimpleDomNode AOwner)
 create a new instance of the TTextNode class
 
 ~TTextNode ()
 
TCharacterProperties GetTextProperties ()
 get the text properties of the TTextNode object
 
 SetTextProperties (const TCharacterProperties CP)
 set all text properties of the TTextNode object
 

Public Attributes

string Anchor
 anchor / bookmark
 
Boolean Encoded
 True = already encoded.
 
string FieldExpression
 field expression
 

Detailed Description

A class which represents a text block which has the same attributes.

Constructor & Destructor Documentation

◆ TTextNode()

TTextNode::TTextNode ( const TSimpleDomNode AOwner)

create a new instance of the TTextNode class

◆ ~TTextNode()

TTextNode::~TTextNode ( )

Member Function Documentation

◆ GetTextProperties()

TCharacterProperties TTextNode::GetTextProperties ( )

get the text properties of the TTextNode object

Implements ISimpleDomTextNode.

◆ SetTextProperties()

TTextNode::SetTextProperties ( const TCharacterProperties CP)

set all text properties of the TTextNode object

Implements ISimpleDomTextNode.

Member Data Documentation

◆ Anchor

string TTextNode::Anchor

anchor / bookmark

See also
GetAnchor For reading
SetAnchor For writing

◆ Encoded

Boolean TTextNode::Encoded

True = already encoded.

See also
GetEncoded For reading
SetEncoded For writing

◆ FieldExpression

string TTextNode::FieldExpression

field expression

See also
GetFieldExpression For reading
SetFieldExpression For writing