TextBox
ChildObjects Property
|
Gets the child entities.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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
ICompositeObject
ChildObjects
See Also