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

Packages that use IContentRange
org.eclipse.actf.model.dom.odf.base This package contains interfaces of ODF DOM. 
org.eclipse.actf.model.dom.odf.range This package contains interfaces that specify ranges of ODF contents. 
 

Uses of IContentRange in org.eclipse.actf.model.dom.odf.base
 

Methods in org.eclipse.actf.model.dom.odf.base that return IContentRange
 IContentRange ContentBaseElement.createRange()
          Returns newly created range class.
 

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

Subinterfaces of IContentRange in org.eclipse.actf.model.dom.odf.range
 interface CellRange
           
 interface TableCellRange
           
 interface TextRange
           
 

Methods in org.eclipse.actf.model.dom.odf.range that return IContentRange
 IContentRange IContentCursor.getSelection()
           
 

Methods in org.eclipse.actf.model.dom.odf.range with parameters of type IContentRange
 void IContentCursor.focus(IContentRange range)