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