ICompositeObject module

class ICompositeObject.ICompositeObject

Bases: IDocumentObject

Represents a composite object in a document.

ChildObjects

The collection of child objects.

Type:

DocumentObjectCollection

abstract property ChildObjects: DocumentObjectCollection

Gets the collection of child objects.

Returns:

The collection of child objects.

Return type:

DocumentObjectCollection