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

Packages that use Range
org.apache.poi.hwpf   
org.apache.poi.hwpf.extractor   
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.extractor
 

Methods in org.apache.poi.hwpf.extractor with parameters of type Range
protected static java.lang.String[] WordExtractor.getParagraphText(Range r)
           
 

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
Paragraph(PAPX papx, Range parent)
           
Paragraph(PAPX papx, Range parent, int start)
           
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 2011 The Apache Software Foundation or its licensors, as applicable.