Class StructureTree
Represents the root of the structure elements tree of the document.
Inheritance
System.Object
StructureTree
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class StructureTree
Properties
ChildElements
Gets the collection of child elements in the structure tree.
Declaration
public StructureElementsCollection ChildElements { get; }
Property Value
StructureElementsCollection
|