|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacterProperties | |
---|---|
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.sprm | |
org.apache.poi.hwpf.usermodel |
Uses of CharacterProperties in org.apache.poi.hwpf.model |
---|
Methods in org.apache.poi.hwpf.model that return CharacterProperties | |
---|---|
CharacterProperties |
CHPX.getCharacterProperties(StyleSheet ss,
short istd)
|
CharacterProperties |
StyleSheet.getCharacterStyle(int x)
|
CharacterProperties |
StyleDescription.getCHP()
|
Uses of CharacterProperties in org.apache.poi.hwpf.sprm |
---|
Methods in org.apache.poi.hwpf.sprm that return CharacterProperties | |
---|---|
static CharacterProperties |
CharacterSprmUncompressor.uncompressCHP(CharacterProperties parent,
byte[] grpprl,
int offset)
|
Methods in org.apache.poi.hwpf.sprm with parameters of type CharacterProperties | |
---|---|
static byte[] |
CharacterSprmCompressor.compressCharacterProperty(CharacterProperties newCHP,
CharacterProperties oldCHP)
|
static CharacterProperties |
CharacterSprmUncompressor.uncompressCHP(CharacterProperties parent,
byte[] grpprl,
int offset)
|
Uses of CharacterProperties in org.apache.poi.hwpf.usermodel |
---|
Methods in org.apache.poi.hwpf.usermodel that return CharacterProperties | |
---|---|
CharacterProperties |
CharacterRun.cloneProperties()
clone the CharacterProperties object associated with this characterRun so that you can apply it to another CharacterRun |
Methods in org.apache.poi.hwpf.usermodel with parameters of type CharacterProperties | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |