Uses of Class
org.apache.poi.hwpf.usermodel.Range

Packages that use Range
org.apache.poi.hwpf   
org.apache.poi.hwpf.usermodel   
 

Uses of Range in org.apache.poi.hwpf
 

Methods in org.apache.poi.hwpf that return Range
 Range HWPFDocument.getRange()
           
 

Uses of Range in org.apache.poi.hwpf.usermodel
 

Subclasses of Range in org.apache.poi.hwpf.usermodel
 class CharacterRun
          This class represents a run of text that share common properties.
 class DocumentPosition
           
 class ListEntry
           
 class Paragraph
           
 class Section
           
 class Table
           
 class TableCell
           
 class TableRow
           
 

Constructors in org.apache.poi.hwpf.usermodel with parameters of type Range
Paragraph(PAPX papx, Range parent)
           
Range(int startIdx, int endIdx, int idxType, Range parent)
          Constructor used to build a Range from indexes in one of its internal lists.
Range(int start, int end, Range parent)
          Used to create Ranges that are children of other Ranges.
Section(SEPX sepx, Range parent)
           
TableIterator(Range range)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.