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 theRangewhich covers all annotations.HWPFDocument.getEndnoteRange()Returns theRangewhich covers all endnotes.HWPFDocument.getFootnoteRange()Returns theRangewhich covers all the Footnotes.HWPFDocument.getHeaderStoryRange()Returns the range which covers all "Header Stories".HWPFDocument.getMainTextboxRange()Returns theRangewhich covers all textboxes.HWPFDocument.getOverallRange()abstract RangeHWPFDocumentCore.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 RangeHWPFDocumentCore.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 voidAbstractWordConverter.processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) Wrap range into bookmark(s) and process it.protected voidWordToFoConverter.processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected voidWordToHtmlConverter.processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected voidWordToTextConverter.processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected booleanAbstractWordConverter.processCharacters(HWPFDocumentCore wordDocument, int currentTableLevel, Range range, Element block) protected voidAbstractWordConverter.processDeadField(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, int beginMark, int separatorMark, int endMark) protected voidAbstractWordConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range) voidWordToHtmlConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range) voidWordToTextConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range) protected abstract voidAbstractWordConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected voidWordToFoConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected voidWordToHtmlConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected voidWordToTextConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected voidAbstractWordConverter.processField(HWPFDocument wordDocument, Range parentRange, int currentTableLevel, Field field, Element currentBlock) protected abstract voidAbstractWordConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected voidWordToFoConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected voidWordToHtmlConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected voidWordToTextConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected abstract voidAbstractWordConverter.processHyperlink(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected voidWordToFoConverter.processHyperlink(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected voidWordToHtmlConverter.processHyperlink(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected voidWordToTextConverter.processHyperlink(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected voidWordToHtmlConverter.processNoteAutonumbered(HWPFDocument doc, String type, int noteIndex, Element block, Range noteTextRange) protected abstract voidAbstractWordConverter.processPageref(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected voidWordToFoConverter.processPageref(HWPFDocumentCore hwpfDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected voidWordToHtmlConverter.processPageref(HWPFDocumentCore hwpfDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected voidWordToTextConverter.processPageref(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected voidAbstractWordConverter.processParagraphes(HWPFDocumentCore wordDocument, Element flow, Range range, int currentTableLevel) protected intAbstractWordConverter.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 classThis class represents a run of text that share common properties.final classclassfinal classfinal classfinal classfinal classMethods 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 ParagraphParagraph.newParagraph(Range parent, PAPX papx) Field.secondSubrange(Range parent) Constructors in org.apache.poi.hwpf.usermodel with parameters of type Range