| 
StructureDocumentTag
ChildObjects Property
  | 
 Gets the child entities.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public override DocumentObjectCollection ChildObjects { get; }
 
Public Overrides ReadOnly Property ChildObjects As DocumentObjectCollection
	Get
 
public:
virtual property DocumentObjectCollection^ ChildObjects {
	DocumentObjectCollection^ get () override;
}
 
abstract ChildObjects : DocumentObjectCollection with get
override ChildObjects : DocumentObjectCollection with get
 
 
 
Property Value
 
 Type:
 
DocumentObjectCollection
 
 The child entities.
 
Implements
 
ICompositeObject
ChildObjects
 
 
 See Also
See Also