Package | Description |
---|---|
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.sprm | |
org.apache.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
ParagraphProperties |
StyleDescription.getPAP() |
ParagraphProperties |
PAPX.getParagraphProperties(StyleSheet ss) |
ParagraphProperties |
StyleSheet.getParagraphStyle(int x) |
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.
|
Modifier and Type | Method and Description |
---|---|
Paragraph |
Range.insertAfter(ParagraphProperties props,
int styleIndex)
Inserts and empty paragraph into the end of this range.
|
ListEntry |
Range.insertAfter(ParagraphProperties props,
int listID,
int level,
int styleIndex)
Inserts a list into the beginning of this range.
|
protected Paragraph |
Range.insertAfter(ParagraphProperties props,
int styleIndex,
java.lang.String text)
Inserts a paragraph into the end of this range.
|
Paragraph |
Range.insertBefore(ParagraphProperties props,
int styleIndex)
Inserts and empty paragraph into the front of this range.
|
ListEntry |
Range.insertBefore(ParagraphProperties props,
int listID,
int level,
int styleIndex)
Inserts a list into the beginning of this range.
|
protected Paragraph |
Range.insertBefore(ParagraphProperties props,
int styleIndex,
java.lang.String text)
Inserts a paragraph into the front of this range.
|
void |
HWPFList.setLevelParagraphProperties(int level,
ParagraphProperties pap)
Sets the paragraph properties for a particular level of the list.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.