Package | Description |
---|---|
org.zkoss.poi.hwpf.dev | |
org.zkoss.poi.hwpf.model | |
org.zkoss.poi.hwpf.sprm | |
org.zkoss.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.
|
protected static ParagraphProperties |
Paragraph.newParagraph_applyStyleProperties(StyleSheet styleSheet,
PAPX papx,
ParagraphProperties properties) |
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.