Click or drag to resize

ExpandedText Class

Contains the expansion results of a static text for a specific context.
Inheritance Hierarchy

Namespace:  MFiles.VAF.Placeholders
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public class ExpandedText : ExpandedPlaceholderTemplateNode

The ExpandedText type exposes the following members.

Constructors
  NameDescription
Public methodExpandedText
Constructor.
Top
Properties
  NameDescription
Public propertyChildren
The expanded child nodes.
(Inherited from ExpandedPlaceholderTemplateNode.)
Public propertyContext
The context of the expansion.
(Inherited from ExpandedPlaceholderTemplateNode.)
Public propertyIssues
Issues encountered during expansion of this node and it's children.
(Inherited from ExpandedPlaceholderTemplateNode.)
Public propertySource
The segment that was expanded.
(Inherited from ExpandedPlaceholderTemplateNode.)
Public propertyText
The textual result of the expansion.
(Overrides ExpandedPlaceholderTemplateNodeText.)
Top
Methods
Fields
  NameDescription
Protected fieldchildren
The expanded child nodes.
(Inherited from ExpandedPlaceholderTemplateNode.)
Top
See Also