![]() |
ScroogeXHTML for Object Pascal 9.3
|
A class which represents a text block which has the same attributes. More...
Public Member Functions | |
TTextNode (const TSimpleDomNode AOwner) | |
Create a new instance of the TTextNode class. | |
~TTextNode () | |
Destructor for the TTextNode class. | |
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 |
Represents an anchor or bookmark for the text node. | |
Boolean | Encoded |
Indicates whether the text is already encoded. | |
string | FieldExpression |
Represents the field expression associated with the text node. |
A class which represents a text block which has the same attributes.
TTextNode::TTextNode | ( | const TSimpleDomNode | AOwner | ) |
Create a new instance of the TTextNode class.
AOwner | The owner node of this text node. |
TTextNode::~TTextNode | ( | ) |
Destructor for the TTextNode class.
Cleans up resources used by the text node.
TCharacterProperties TTextNode::GetTextProperties | ( | ) |
Get the text properties of the TTextNode object.
Implements ISimpleDomTextNode.
TTextNode::SetTextProperties | ( | const TCharacterProperties | CP | ) |
Set all text properties of the TTextNode object.
CP | The text properties to set. |
Implements ISimpleDomTextNode.
string TTextNode::Anchor |
Boolean TTextNode::Encoded |
Indicates whether the text is already encoded.
string TTextNode::FieldExpression |
Represents the field expression associated with the text node.