Package | Description |
---|---|
org.apache.poi.hwpf | |
org.apache.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
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 |
HWPFDocument.getRange()
Returns the range which covers the whole of the
document, but excludes any headers and footers.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Range |
HeaderStories.getRange() |
Constructor and Description |
---|
Paragraph(PAPX papx,
Range parent) |
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 2016 The Apache Software Foundation or its licensors, as applicable.