Package | Description |
---|---|
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.sprm | |
org.apache.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
CharacterProperties |
CHPX.getCharacterProperties(StyleSheet ss,
short istd) |
CharacterProperties |
StyleSheet.getCharacterStyle(int x) |
CharacterProperties |
StyleDescription.getCHP() |
Modifier and Type | Method and Description |
---|---|
static CharacterProperties |
CharacterSprmUncompressor.uncompressCHP(CharacterProperties parent,
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) |
Modifier and Type | Method and Description |
---|---|
CharacterProperties |
CharacterRun.cloneProperties()
clone the CharacterProperties object associated with this
characterRun so that you can apply it to another CharacterRun
|
Modifier and Type | Method and Description |
---|---|
CharacterRun |
Range.insertAfter(java.lang.String text,
CharacterProperties props)
Inserts text onto the end of this range and gives that text the
CharacterProperties specified in props.
|
CharacterRun |
Range.insertBefore(java.lang.String text,
CharacterProperties props)
Inserts text into the front of this range and it gives that text the
CharacterProperties specified in props.
|
void |
HWPFList.setLevelNumberProperties(int level,
CharacterProperties chp)
Sets the character properties of the list numbers.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.