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

Packages that use ContentBaseElement
org.eclipse.actf.model.dom.odf.office This package contains interfaces of ODF office namespace. 
org.eclipse.actf.model.dom.odf.table This package contains interfaces of ODF table namespace. 
 

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()