Colibrio Reader Framework API - Cloud license
System
Light
Dark
Search…
Preparing search index...
colibrio-core-base
ITextNodeData
Interface ITextNodeData
Represents the content of a Text node in XML or HTML.
interface
ITextNodeData
{
data
:
string
;
nodeType
:
TEXT
;
}
Hierarchy (
View Summary
)
INodeData
ITextNodeData
Properties
data
data
:
string
The text content.
node
Type
nodeType
:
TEXT
Int
Properties
data
node
Type
Colibrio Reader Framework API - Cloud license
Loading...
Represents the content of a Text node in XML or HTML.