Uses of Class
org.apache.poi.hwpf.usermodel.Range
-
Packages that use Range Package Description 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 Modifier and Type Method Description RangeHWPFDocument. getCommentsRange()Returns theRangewhich covers all annotations.RangeHWPFDocument. getEndnoteRange()Returns theRangewhich covers all endnotes.RangeHWPFDocument. getFootnoteRange()Returns theRangewhich covers all the Footnotes.RangeHWPFDocument. getHeaderStoryRange()Returns the range which covers all "Header Stories".RangeHWPFDocument. getMainTextboxRange()Returns theRangewhich covers all textboxes.RangeHWPFDocument. getOverallRange()abstract RangeHWPFDocumentCore. getOverallRange()Returns the range that covers all text in the file, including main text, footnotes, headers and commentsRangeHWPFOldDocument. getOverallRange()RangeHWPFDocument. 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.RangeHWPFOldDocument. getRange() -
Uses of Range in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type Range Modifier and Type Method Description protected 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.usermodel
Subclasses of Range in org.apache.poi.hwpf.usermodel Modifier and Type Class Description classCharacterRunThis class represents a run of text that share common properties.classListEntryclassParagraphclassSectionclassTableclassTableCellclassTableRowMethods in org.apache.poi.hwpf.usermodel that return Range Modifier and Type Method Description RangeField. firstSubrange(Range parent)RangeHeaderStories. getEndnoteContNoteSubrange()RangeHeaderStories. getEndnoteContSeparatorSubrange()RangeHeaderStories. getEndnoteSeparatorSubrange()RangeHeaderStories. getEvenFooterSubrange()RangeHeaderStories. getEvenHeaderSubrange()RangeHeaderStories. getFirstFooterSubrange()RangeHeaderStories. getFirstHeaderSubrange()RangeHeaderStories. getFootnoteContNoteSubrange()RangeHeaderStories. getFootnoteContSeparatorSubrange()RangeHeaderStories. getFootnoteSeparatorSubrange()RangeHeaderStories. getOddFooterSubrange()RangeHeaderStories. getOddHeaderSubrange()RangeHeaderStories. getRange()RangeField. secondSubrange(Range parent)Methods in org.apache.poi.hwpf.usermodel with parameters of type Range Modifier and Type Method Description RangeField. firstSubrange(Range parent)CharacterRunField. getMarkEndCharacterRun(Range parent)CharacterRunField. getMarkSeparatorCharacterRun(Range parent)CharacterRunField. getMarkStartCharacterRun(Range parent)static ParagraphParagraph. newParagraph(Range parent, PAPX papx)RangeField. secondSubrange(Range parent)Constructors in org.apache.poi.hwpf.usermodel with parameters of type Range Constructor Description Range(int start, int end, Range parent)Used to create Ranges that are children of other Ranges.Range(Range other)Section(SEPX sepx, Range parent)TableIterator(Range range)
-