Package | Description |
---|---|
org.zkoss.poi.hwpf.model | |
org.zkoss.poi.hwpf.sprm | |
org.zkoss.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
CharacterProperties |
CHPX.getCharacterProperties(StyleSheet ss,
short istd) |
CharacterProperties |
StyleSheet.getCharacterStyle(int styleIndex)
Deprecated.
|
CharacterProperties |
StyleDescription.getCHP()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CharacterProperties |
CharacterSprmUncompressor.uncompressCHP(CharacterProperties parent,
byte[] grpprl,
int offset)
Deprecated.
|
static CharacterProperties |
CharacterSprmUncompressor.uncompressCHP(StyleSheet styleSheet,
CharacterProperties parStyle,
byte[] grpprl,
int offset) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
CharacterSprmCompressor.compressCharacterProperty(CharacterProperties newCHP,
CharacterProperties oldCHP) |
static CharacterProperties |
CharacterSprmUncompressor.uncompressCHP(CharacterProperties parent,
byte[] grpprl,
int offset)
Deprecated.
|
static CharacterProperties |
CharacterSprmUncompressor.uncompressCHP(StyleSheet styleSheet,
CharacterProperties parStyle,
byte[] grpprl,
int offset) |
Modifier and Type | Method and Description |
---|---|
CharacterProperties |
CharacterProperties.clone() |
CharacterProperties |
CharacterRun.cloneProperties()
Deprecated.
This method shall not be public and should not be called from
high-level code
|
Modifier and Type | Method and Description |
---|---|
CharacterRun |
Range.insertAfter(java.lang.String text,
CharacterProperties props)
Deprecated.
User code should not work with
CharacterProperties |
CharacterRun |
Range.insertBefore(java.lang.String text,
CharacterProperties props)
Deprecated.
User code should not work with
CharacterProperties |
void |
HWPFList.setLevelNumberProperties(int level,
CharacterProperties chp)
Sets the character properties of the list numbers.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.