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.getCommentsRange()
          Returns the range which covers all the Endnotes.
 Range HWPFDocument.getEndnoteRange()
          Returns the range which covers all the Endnotes.
 Range HWPFDocument.getFootnoteRange()
          Returns the range which covers all the Footnotes.
 Range HWPFDocument.getHeaderStoryRange()
          Returns the range which covers all "Header Stories".
 Range HWPFDocument.getOverallRange()
          Returns the range that covers all text in the file, including main text, footnotes, headers and comments
 Range HWPFOldDocument.getRange()
           
abstract  Range HWPFDocumentCore.getRange()
          Returns the range which covers the whole of the document, but excludes any headers and footers.
 Range HWPFDocument.getRange()
          Returns the range which covers the whole of the document, but excludes any headers and footers.
 

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
           
 

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

Constructors in org.apache.poi.hwpf.usermodel with parameters of type Range
Section(SEPX sepx, Range parent)
           
TableIterator(Range range)