|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HWPFDocument | |
---|---|
org.apache.poi.hwpf.extractor | |
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.usermodel |
Uses of HWPFDocument in org.apache.poi.hwpf.extractor |
---|
Constructors in org.apache.poi.hwpf.extractor with parameters of type HWPFDocument | |
---|---|
WordExtractor(HWPFDocument doc)
Create a new Word Extractor |
Uses of HWPFDocument in org.apache.poi.hwpf.model |
---|
Constructors in org.apache.poi.hwpf.model with parameters of type HWPFDocument | |
---|---|
PicturesTable(HWPFDocument _document,
byte[] _dataStream,
byte[] _mainStream,
FSPATable fspa,
EscherRecordHolder dgg)
|
Uses of HWPFDocument in org.apache.poi.hwpf.usermodel |
---|
Fields in org.apache.poi.hwpf.usermodel declared as HWPFDocument | |
---|---|
protected HWPFDocument |
Range._doc
The document this range blongs to. |
Methods in org.apache.poi.hwpf.usermodel that return HWPFDocument | |
---|---|
protected HWPFDocument |
Range.getDocument()
|
Constructors in org.apache.poi.hwpf.usermodel with parameters of type HWPFDocument | |
---|---|
DocumentPosition(HWPFDocument doc,
int pos)
|
|
Range(int start,
int end,
HWPFDocument doc)
Used to construct a Range from a document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |