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

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

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

Methods in org.eclipse.actf.model.dom.odf.office that return TextRange
 TextRange TextElement.select(long seltopx, long seltopy, long selendx, long selendy)
           
 

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

Methods in org.eclipse.actf.model.dom.odf.range that return TextRange
 TextRange TextRange.select(long seltopx, long seltopy, long selendx, long selendy)