Package | Description |
---|---|
org.apache.poi.hwpf.dev | |
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.sprm | |
org.apache.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
protected void |
HWPFLister.dumpParagraphLevels(ListTables listTables,
ParagraphProperties paragraph) |
Modifier and Type | Method and Description |
---|---|
ParagraphProperties |
StyleDescription.getPAP()
Deprecated.
|
ParagraphProperties |
PAPX.getParagraphProperties(StyleSheet ss)
Deprecated.
|
ParagraphProperties |
StyleSheet.getParagraphStyle(int styleIndex)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ParagraphProperties |
ParagraphSprmUncompressor.uncompressPAP(ParagraphProperties parent,
byte[] grpprl,
int offset) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
ParagraphSprmCompressor.compressParagraphProperty(ParagraphProperties newPAP,
ParagraphProperties oldPAP) |
static ParagraphProperties |
ParagraphSprmUncompressor.uncompressPAP(ParagraphProperties parent,
byte[] grpprl,
int offset) |
Modifier and Type | Field and Description |
---|---|
protected ParagraphProperties |
Paragraph._props |
Modifier and Type | Method and Description |
---|---|
ParagraphProperties |
Paragraph.cloneProperties()
Clone the ParagraphProperties object associated with this
Paragraph, so that you can apply the same properties to
another Paragraph.
|
ParagraphProperties |
Paragraph.getProps() |
protected static ParagraphProperties |
Paragraph.newParagraph_applyStyleProperties(StyleSheet styleSheet,
PAPX papx,
ParagraphProperties properties) |
Modifier and Type | Method and Description |
---|---|
protected static ParagraphProperties |
Paragraph.newParagraph_applyStyleProperties(StyleSheet styleSheet,
PAPX papx,
ParagraphProperties properties) |
void |
HWPFList.setLevelParagraphProperties(int level,
ParagraphProperties pap)
Sets the paragraph properties for a particular level of the list.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.