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

Packages that use Range
org.apache.poi.hwpf   
org.apache.poi.hwpf.converter   
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 annotations.
 Range HWPFDocument.getEndnoteRange()
          Returns the Range which covers all 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.getMainTextboxRange()
          Returns the Range which covers all textboxes.
 Range HWPFOldDocument.getOverallRange()
           
abstract  Range HWPFDocumentCore.getOverallRange()
          Returns the range that covers all text in the file, including main text, footnotes, headers and comments
 Range HWPFDocument.getOverallRange()
           
 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.converter
 

Methods in org.apache.poi.hwpf.converter with parameters of type Range
 void WordToTextConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range)
           
 void WordToHtmlConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range)
           
 

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 Field.firstSubrange(Range parent)
           
 Range HeaderStories.getEndnoteContNoteSubrange()
           
 Range HeaderStories.getEndnoteContSeparatorSubrange()
           
 Range HeaderStories.getEndnoteSeparatorSubrange()
           
 Range HeaderStories.getEvenFooterSubrange()
           
 Range HeaderStories.getEvenHeaderSubrange()
           
 Range HeaderStories.getFirstFooterSubrange()
           
 Range HeaderStories.getFirstHeaderSubrange()
           
 Range HeaderStories.getFootnoteContNoteSubrange()
           
 Range HeaderStories.getFootnoteContSeparatorSubrange()
           
 Range HeaderStories.getFootnoteSeparatorSubrange()
           
 Range HeaderStories.getOddFooterSubrange()
           
 Range HeaderStories.getOddHeaderSubrange()
           
 Range HeaderStories.getRange()
           
 Range Field.secondSubrange(Range parent)
           
 

Methods in org.apache.poi.hwpf.usermodel with parameters of type Range
 Range Field.firstSubrange(Range parent)
           
 CharacterRun Field.getMarkEndCharacterRun(Range parent)
           
 CharacterRun Field.getMarkSeparatorCharacterRun(Range parent)
           
 CharacterRun Field.getMarkStartCharacterRun(Range parent)
           
 Range Field.secondSubrange(Range parent)
           
 

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