|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PAPX | |
---|---|
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.usermodel |
Uses of PAPX in org.apache.poi.hwpf.model |
---|
Fields in org.apache.poi.hwpf.model with type parameters of type PAPX | |
---|---|
protected java.util.ArrayList<PAPX> |
PAPBinTable._paragraphs
|
Methods in org.apache.poi.hwpf.model that return PAPX | |
---|---|
PAPX |
PAPFormattedDiskPage.getPAPX(int index)
Gets the PAPX at index. |
Methods in org.apache.poi.hwpf.model that return types with arguments of type PAPX | |
---|---|
java.util.List<PAPX> |
PAPFormattedDiskPage.getPAPXs()
|
java.util.ArrayList<PAPX> |
PAPBinTable.getParagraphs()
|
Method parameters in org.apache.poi.hwpf.model with type arguments of type PAPX | |
---|---|
void |
PAPFormattedDiskPage.fill(java.util.List<PAPX> filler)
Fills the queue for writing. |
Uses of PAPX in org.apache.poi.hwpf.usermodel |
---|
Fields in org.apache.poi.hwpf.usermodel with type parameters of type PAPX | |
---|---|
protected java.util.List<PAPX> |
Range._paragraphs
All paragraphs that belong to the document this Range belongs to. |
Methods in org.apache.poi.hwpf.usermodel with parameters of type PAPX | |
---|---|
protected static ParagraphProperties |
Paragraph.newParagraph_applyStyleProperties(StyleSheet styleSheet,
PAPX papx,
ParagraphProperties properties)
|
Constructors in org.apache.poi.hwpf.usermodel with parameters of type PAPX | |
---|---|
Paragraph(PAPX papx,
Range parent)
Deprecated. |
|
Paragraph(PAPX papx,
Range parent,
int start)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |