TemplateNode Properties |
The TemplateNode type exposes the following members.
Name | Description | |
---|---|---|
CharNumber |
Gets/sets the character number in the LineNumber within the template on which the node text starts.
| |
FieldKey |
Gets the Key referenced by this node.
This is generally only meaningful on nodes where IsFieldReference is true.
One exception to this is for Template nodes where the FieldKey
is the node's inner template name.
| |
IsFieldReference |
Gets whether or not this node is a field reference that requires resolution.
| |
LineNumber |
Gets/sets the line number within the template on which the node text starts.
The CharNumber identifies the starting character within that line.
| |
NameValues |
Gets any name/value pairs associated with this node. Currently this applies to Template nodes only.
When applying an inner template replacement on a template, the inner template is expanded using the outer template's name/value pairs
PLUS any note-specific name/value pairs (with the node-specific values taking precedence).
|