com.spire.doc.interfaces
Interface ICompositeObject

All Superinterfaces:
IDocumentObject
All Known Subinterfaces:
IBody, IDocument, IParagraph, ISection, IStructureDocument, ITable, ITextBox
All Known Implementing Classes:
Body, Comment, Document, Footnote, HeaderFooter, OfficeMath, Paragraph, SDTContent, SDTInlineContent, Section, ShapeGroup, StructureDocumentTag, StructureDocumentTagCell, StructureDocumentTagInline, StructureDocumentTagRow, Table, TableCell, TableRow, TextBox

public interface ICompositeObject
extends IDocumentObject

Publishes base entity that can contains other entities.


Method Summary
 DocumentObjectCollection getChildObjects()
          Gets the child entities.
 
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject
deepClone, getDocument, getDocumentObjectType, getNextSibling, getOwner, getPreviousSibling, isComposite
 

Method Detail

getChildObjects

DocumentObjectCollection getChildObjects()
Gets the child entities.

Returns:
the child entities.