|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XWPFDocument | |
---|---|
org.apache.poi.xwpf.extractor | |
org.apache.poi.xwpf.model | |
org.apache.poi.xwpf.usermodel |
Uses of XWPFDocument in org.apache.poi.xwpf.extractor |
---|
Constructors in org.apache.poi.xwpf.extractor with parameters of type XWPFDocument | |
---|---|
XWPFWordExtractor(XWPFDocument document)
|
Uses of XWPFDocument in org.apache.poi.xwpf.model |
---|
Constructors in org.apache.poi.xwpf.model with parameters of type XWPFDocument | |
---|---|
XWPFHeaderFooterPolicy(XWPFDocument doc)
Figures out the policy for the given document, and creates any header and footer objects as required. |
|
XWPFHeaderFooterPolicy(XWPFDocument doc,
CTSectPr sectPr)
Figures out the policy for the given document, and creates any header and footer objects as required. |
Uses of XWPFDocument in org.apache.poi.xwpf.usermodel |
---|
Fields in org.apache.poi.xwpf.usermodel declared as XWPFDocument | |
---|---|
protected XWPFDocument |
XWPFParagraph.document
|
Methods in org.apache.poi.xwpf.usermodel that return XWPFDocument | |
---|---|
XWPFDocument |
XWPFParagraph.getDocument()
|
Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFDocument | |
---|---|
XWPFFootnote(XWPFDocument document,
CTFtnEdn body)
|
|
XWPFParagraph(CTP prgrph,
XWPFDocument docRef)
|
|
XWPFTable(XWPFDocument doc,
CTTbl table)
|
|
XWPFTable(XWPFDocument doc,
CTTbl table,
int row,
int col)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |