DocumentContainer module
- class DocumentContainer.DocumentContainer
Bases:
DocumentBaseA class representing a document container.
- property Count: int
Gets the count of child objects.
- Returns:
The count of child objects.
- Return type:
int
- GetIndex(entity: IDocumentObject) int
Gets the index of a document object.
- Parameters:
entity (IDocumentObject) – The document object.
- Returns:
The index of the document object.
- Return type:
int
