Package | Description |
---|---|
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.usermodel |
Modifier and Type | Field | Description |
---|---|---|
protected java.util.ArrayList<PAPX> |
PAPBinTable._paragraphs |
Modifier and Type | Method | Description |
---|---|---|
PAPX |
PAPFormattedDiskPage.getPAPX(int index) |
Gets the PAPX at index.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PAPX> |
PAPFormattedDiskPage.getPAPXs() |
|
java.util.ArrayList<PAPX> |
PAPBinTable.getParagraphs() |
Modifier and Type | Method | Description |
---|---|---|
void |
PAPFormattedDiskPage.fill(java.util.List<PAPX> filler) |
Fills the queue for writing.
|
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<PAPX> |
Range._paragraphs |
All paragraphs that belong to the document this Range belongs to.
|
Modifier and Type | Method | Description |
---|---|---|
protected static ParagraphProperties |
Paragraph.newParagraph_applyStyleProperties(StyleSheet styleSheet,
PAPX papx,
ParagraphProperties properties) |
Constructor | Description |
---|---|
Paragraph(PAPX papx,
Range parent) |
Deprecated.
|
Paragraph(PAPX papx,
Range parent,
int start) |
Deprecated.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.