Uses of Interface
org.eclipse.actf.model.dom.odf.base.ContentBaseElement

Packages that use ContentBaseElement
org.eclipse.actf.model.dom.odf.office   
org.eclipse.actf.model.dom.odf.table   
 

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

Subinterfaces of ContentBaseElement in org.eclipse.actf.model.dom.odf.office
 interface DrawingElement
          Interface for <office:drawing> element.
 interface PresentationElement
          Interface for <office:presentation> element.
 interface SpreadSheetElement
          Interface for <office:spreadsheet> element.
 interface TextElement
          Interface for <office:text> element.
 

Methods in org.eclipse.actf.model.dom.odf.office that return ContentBaseElement
 ContentBaseElement BodyElement.getContent()
           
 

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

Methods in org.eclipse.actf.model.dom.odf.table that return ContentBaseElement
 ContentBaseElement TableElement.getContent()