BookmarkLevel
ChildObjects Property
|
Gets the child objects.
Namespace:
Spire.Doc.Documents.Rendering
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public List<BookmarkLevel> ChildObjects { get; }
Public ReadOnly Property ChildObjects As List(Of BookmarkLevel)
Get
public:
property List<BookmarkLevel^>^ ChildObjects {
List<BookmarkLevel^>^ get ();
}
member ChildObjects : List<BookmarkLevel> with get
Property Value
Type:
List
BookmarkLevel
See Also