Uses of Class
org.apache.poi.hwpf.usermodel.Range
Packages that use Range
Package
Description
-
Uses of Range in org.apache.poi.hwpf
Methods in org.apache.poi.hwpf that return RangeModifier and TypeMethodDescriptionHWPFDocument.getCommentsRange()
Returns theRange
which covers all annotations.HWPFDocument.getEndnoteRange()
Returns theRange
which covers all endnotes.HWPFDocument.getFootnoteRange()
Returns theRange
which covers all the Footnotes.HWPFDocument.getHeaderStoryRange()
Returns the range which covers all "Header Stories".HWPFDocument.getMainTextboxRange()
Returns theRange
which covers all textboxes.HWPFDocument.getOverallRange()
abstract Range
HWPFDocumentCore.getOverallRange()
Returns the range that covers all text in the file, including main text, footnotes, headers and commentsHWPFOldDocument.getOverallRange()
HWPFDocument.getRange()
Returns the range which covers the whole of the document, but excludes any headers and footers.abstract Range
HWPFDocumentCore.getRange()
Returns the range which covers the whole of the document, but excludes any headers and footers.HWPFOldDocument.getRange()
-
Uses of Range in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type RangeModifier and TypeMethodDescriptionprotected abstract void
AbstractWordConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) Wrap range into bookmark(s) and process it.protected void
WordToFoConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected void
WordToHtmlConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected void
WordToTextConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected boolean
AbstractWordConverter.processCharacters
(HWPFDocumentCore wordDocument, int currentTableLevel, Range range, Element block) protected void
AbstractWordConverter.processDeadField
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, int beginMark, int separatorMark, int endMark) protected void
AbstractWordConverter.processDocumentPart
(HWPFDocumentCore wordDocument, Range range) void
WordToHtmlConverter.processDocumentPart
(HWPFDocumentCore wordDocument, Range range) void
WordToTextConverter.processDocumentPart
(HWPFDocumentCore wordDocument, Range range) protected abstract void
AbstractWordConverter.processEndnoteAutonumbered
(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected void
WordToFoConverter.processEndnoteAutonumbered
(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected void
WordToHtmlConverter.processEndnoteAutonumbered
(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected void
WordToTextConverter.processEndnoteAutonumbered
(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected void
AbstractWordConverter.processField
(HWPFDocument wordDocument, Range parentRange, int currentTableLevel, Field field, Element currentBlock) protected abstract void
AbstractWordConverter.processFootnoteAutonumbered
(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected void
WordToFoConverter.processFootnoteAutonumbered
(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected void
WordToHtmlConverter.processFootnoteAutonumbered
(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected void
WordToTextConverter.processFootnoteAutonumbered
(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected abstract void
AbstractWordConverter.processHyperlink
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected void
WordToFoConverter.processHyperlink
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected void
WordToHtmlConverter.processHyperlink
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected void
WordToTextConverter.processHyperlink
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected void
WordToHtmlConverter.processNoteAutonumbered
(HWPFDocument doc, String type, int noteIndex, Element block, Range noteTextRange) protected abstract void
AbstractWordConverter.processPageref
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected void
WordToFoConverter.processPageref
(HWPFDocumentCore hwpfDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected void
WordToHtmlConverter.processPageref
(HWPFDocumentCore hwpfDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected void
WordToTextConverter.processPageref
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected void
AbstractWordConverter.processParagraphes
(HWPFDocumentCore wordDocument, Element flow, Range range, int currentTableLevel) protected int
AbstractWordConverter.tryDeadField
(HWPFDocumentCore wordDocument, Range range, int currentTableLevel, int beginMark, Element currentBlock) -
Uses of Range in org.apache.poi.hwpf.extractor
Methods in org.apache.poi.hwpf.extractor with parameters of type RangeModifier and TypeMethodDescriptionprotected static String[]
WordExtractor.getParagraphText
(Range r) -
Uses of Range in org.apache.poi.hwpf.usermodel
Subclasses of Range in org.apache.poi.hwpf.usermodelModifier and TypeClassDescriptionfinal class
This class represents a run of text that share common properties.final class
class
final class
final class
final class
final class
Methods in org.apache.poi.hwpf.usermodel that return RangeModifier and TypeMethodDescriptionField.firstSubrange
(Range parent) HeaderStories.getEndnoteContNoteSubrange()
HeaderStories.getEndnoteContSeparatorSubrange()
HeaderStories.getEndnoteSeparatorSubrange()
HeaderStories.getEvenFooterSubrange()
HeaderStories.getEvenHeaderSubrange()
HeaderStories.getFirstFooterSubrange()
HeaderStories.getFirstHeaderSubrange()
HeaderStories.getFootnoteContNoteSubrange()
HeaderStories.getFootnoteContSeparatorSubrange()
HeaderStories.getFootnoteSeparatorSubrange()
HeaderStories.getOddFooterSubrange()
HeaderStories.getOddHeaderSubrange()
HeaderStories.getRange()
Field.secondSubrange
(Range parent) Methods in org.apache.poi.hwpf.usermodel with parameters of type RangeModifier and TypeMethodDescriptionField.firstSubrange
(Range parent) Field.getMarkEndCharacterRun
(Range parent) Field.getMarkSeparatorCharacterRun
(Range parent) Field.getMarkStartCharacterRun
(Range parent) static Paragraph
Paragraph.newParagraph
(Range parent, PAPX papx) Field.secondSubrange
(Range parent) Constructors in org.apache.poi.hwpf.usermodel with parameters of type Range