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 | Description |
---|---|---|
protected void |
HWPFLister.dumpParagraphLevels(ListTables listTables,
ParagraphProperties paragraph) |
Modifier and Type | Method | Description |
---|---|---|
ParagraphProperties |
StyleDescription.getPAP() |
Deprecated.
|
ParagraphProperties |
PAPX.getParagraphProperties(StyleSheet ss) |
Deprecated.
|
ParagraphProperties |
StyleSheet.getParagraphStyle(int styleIndex) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static ParagraphProperties |
ParagraphSprmUncompressor.uncompressPAP(ParagraphProperties parent,
byte[] grpprl,
int offset) |
Modifier and Type | Method | Description |
---|---|---|
static byte[] |
ParagraphSprmCompressor.compressParagraphProperty(ParagraphProperties newPAP,
ParagraphProperties oldPAP) |
|
static ParagraphProperties |
ParagraphSprmUncompressor.uncompressPAP(ParagraphProperties parent,
byte[] grpprl,
int offset) |
Modifier and Type | Field | Description |
---|---|---|
protected ParagraphProperties |
Paragraph._props |
Modifier and Type | Method | Description |
---|---|---|
ParagraphProperties |
Paragraph.cloneProperties() |
Clone the ParagraphProperties object associated with this
Paragraph, so that you can apply the same properties to
another Paragraph.
|
protected static ParagraphProperties |
Paragraph.newParagraph_applyStyleProperties(StyleSheet styleSheet,
PAPX papx,
ParagraphProperties properties) |
Modifier and Type | Method | Description |
---|---|---|
Paragraph |
Range.insertAfter(ParagraphProperties props,
int styleIndex) |
Deprecated.
Use code shall not work with
ParagraphProperties |
ListEntry |
Range.insertAfter(ParagraphProperties props,
int listID,
int level,
int styleIndex) |
Deprecated.
Use code shall not work with
ParagraphProperties |
protected Paragraph |
Range.insertAfter(ParagraphProperties props,
int styleIndex,
java.lang.String text) |
Deprecated.
Use code shall not work with
ParagraphProperties |
Paragraph |
Range.insertBefore(ParagraphProperties props,
int styleIndex) |
Deprecated.
Use code shall not work with
ParagraphProperties |
ListEntry |
Range.insertBefore(ParagraphProperties props,
int listID,
int level,
int styleIndex) |
Deprecated.
Use code shall not work with
ParagraphProperties |
protected Paragraph |
Range.insertBefore(ParagraphProperties props,
int styleIndex,
java.lang.String text) |
Deprecated.
Use code shall not work with
ParagraphProperties |
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.