|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacterRun | |
---|---|
org.apache.poi.hwpf.converter | |
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.usermodel |
Uses of CharacterRun in org.apache.poi.hwpf.converter |
---|
Methods in org.apache.poi.hwpf.converter with parameters of type CharacterRun | |
---|---|
static void |
WordToHtmlUtils.addCharactersProperties(CharacterRun characterRun,
java.lang.StringBuilder style)
|
protected FontReplacer.Triplet |
AbstractWordConverter.getCharacterRunTriplet(CharacterRun characterRun)
|
protected void |
WordToTextConverter.outputCharacters(org.w3c.dom.Element block,
CharacterRun characterRun,
java.lang.String text)
|
protected void |
WordToHtmlConverter.outputCharacters(org.w3c.dom.Element pElement,
CharacterRun characterRun,
java.lang.String text)
|
protected void |
WordToFoConverter.outputCharacters(org.w3c.dom.Element block,
CharacterRun characterRun,
java.lang.String text)
|
protected abstract void |
AbstractWordConverter.outputCharacters(org.w3c.dom.Element block,
CharacterRun characterRun,
java.lang.String text)
|
protected void |
AbstractWordConverter.processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
org.w3c.dom.Element block)
|
protected void |
WordToTextConverter.processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
OfficeDrawing officeDrawing,
java.lang.String path,
org.w3c.dom.Element block)
|
protected void |
WordToHtmlConverter.processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
OfficeDrawing officeDrawing,
java.lang.String path,
org.w3c.dom.Element block)
|
protected void |
WordToFoConverter.processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
OfficeDrawing officeDrawing,
java.lang.String path,
org.w3c.dom.Element block)
|
protected abstract void |
AbstractWordConverter.processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
OfficeDrawing officeDrawing,
java.lang.String path,
org.w3c.dom.Element block)
|
protected void |
WordToTextConverter.processLineBreak(org.w3c.dom.Element block,
CharacterRun characterRun)
|
protected void |
WordToHtmlConverter.processLineBreak(org.w3c.dom.Element block,
CharacterRun characterRun)
|
protected void |
WordToFoConverter.processLineBreak(org.w3c.dom.Element block,
CharacterRun characterRun)
|
protected abstract void |
AbstractWordConverter.processLineBreak(org.w3c.dom.Element block,
CharacterRun characterRun)
|
protected void |
AbstractWordConverter.processNoteAnchor(HWPFDocument doc,
CharacterRun characterRun,
org.w3c.dom.Element block)
|
static void |
WordToFoUtils.setCharactersProperties(CharacterRun characterRun,
org.w3c.dom.Element inline)
|
static void |
WordToFoUtils.setLanguage(CharacterRun characterRun,
org.w3c.dom.Element inline)
|
Uses of CharacterRun in org.apache.poi.hwpf.model |
---|
Methods in org.apache.poi.hwpf.model with parameters of type CharacterRun | |
---|---|
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 |
Uses of CharacterRun in org.apache.poi.hwpf.usermodel |
---|
Methods in org.apache.poi.hwpf.usermodel that return CharacterRun | |
---|---|
CharacterRun |
Range.getCharacterRun(int index)
Gets the character run at index. |
CharacterRun |
Field.getMarkEndCharacterRun(Range parent)
|
CharacterRun |
Field.getMarkSeparatorCharacterRun(Range parent)
|
CharacterRun |
Field.getMarkStartCharacterRun(Range parent)
|
CharacterRun |
Range.insertAfter(java.lang.String text)
Inserts text onto the end of this range |
CharacterRun |
Range.insertAfter(java.lang.String text,
CharacterProperties props)
Deprecated. User code should not work with CharacterProperties |
CharacterRun |
Range.insertBefore(java.lang.String text)
Inserts text into the front of this range. |
CharacterRun |
Range.insertBefore(java.lang.String text,
CharacterProperties props)
Deprecated. User code should not work with CharacterProperties |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |