Uses of Interface
org.eclipse.actf.model.dom.odf.range.ITextElementContainer

Packages that use ITextElementContainer
org.eclipse.actf.model.dom.odf.office This package contains interfaces of ODF office namespace. 
org.eclipse.actf.model.dom.odf.presentation This package contains interfaces of ODF presentation namespace. 
org.eclipse.actf.model.dom.odf.range This package contains interfaces that specify ranges of ODF contents. 
org.eclipse.actf.model.dom.odf.table This package contains interfaces of ODF table namespace. 
org.eclipse.actf.model.dom.odf.text This package contains interfaces of ODF text namespace. 
 

Uses of ITextElementContainer in org.eclipse.actf.model.dom.odf.office
 

Subinterfaces of ITextElementContainer in org.eclipse.actf.model.dom.odf.office
 interface TextElement
          Interface for <office:text> element.
 

Uses of ITextElementContainer in org.eclipse.actf.model.dom.odf.presentation
 

Subinterfaces of ITextElementContainer in org.eclipse.actf.model.dom.odf.presentation
 interface NotesElement
          Interface for <presentation:notes> element.
 

Uses of ITextElementContainer in org.eclipse.actf.model.dom.odf.range
 

Subinterfaces of ITextElementContainer in org.eclipse.actf.model.dom.odf.range
 interface TextRange
           
 

Methods in org.eclipse.actf.model.dom.odf.range that return types with arguments of type ITextElementContainer
 Iterator<ITextElementContainer> ITextElementContainer.getChildIterator()
           
 

Uses of ITextElementContainer in org.eclipse.actf.model.dom.odf.table
 

Subinterfaces of ITextElementContainer in org.eclipse.actf.model.dom.odf.table
 interface CoveredTableCellElement
          Interface for <table:covered-table-cell> element.
 interface TableCellElement
          Interface for <table:table-cell> element.
 interface TableElement
          Interface for <table:table> element.
 interface TableRowElement
          Interface for <table:table-row> element.
 

Uses of ITextElementContainer in org.eclipse.actf.model.dom.odf.text
 

Subinterfaces of ITextElementContainer in org.eclipse.actf.model.dom.odf.text
 interface AElement
          Interface for <text:a> element.
 interface AlphabeticalIndexElement
          Interface for <text:alphabetical-index> element.
 interface HElement
          Interface for <text:h> element.
 interface IndexBodyElement
          Interface for <text:index-body> element.
 interface IndexTitleElement
          Interface for <text:index-title> element.
 interface ListElement
          Interface for <text:list> element.
 interface ListHeaderElement
          Interface for <text:list-header> element.
 interface ListItemElement
          Interface for <text:list-item> element.
 interface PElement
          Interface for <text:p> element.
 interface SectionElement
          Interface for <text:section> element.
 interface TableOfContentElement
          Interface for <text:table-of-content> element.