Package | Description |
---|---|
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
Picture |
PicturesTable.extractPicture(CharacterRun run,
boolean fillBytes)
Returns picture object tied to specified CharacterRun
|
boolean |
PicturesTable.hasEscherPicture(CharacterRun run) |
boolean |
PicturesTable.hasHorizontalLine(CharacterRun run)
determines whether specified CharacterRun contains reference to a picture
|
boolean |
PicturesTable.hasPicture(CharacterRun run)
determines whether specified CharacterRun contains reference to a picture
|
Modifier and Type | Method and Description |
---|---|
CharacterRun |
Range.getCharacterRun(int index)
Gets the character run at index.
|
CharacterRun |
Range.insertAfter(java.lang.String text)
Inserts text onto the end of this range
|
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)
Inserts text into the front of this range.
|
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.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.