Package | Description |
---|---|
org.zkoss.poi.hwpf.converter | |
org.zkoss.poi.hwpf.model | |
org.zkoss.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
static void |
WordToHtmlUtils.addCharactersProperties(CharacterRun characterRun,
StringBuilder style) |
protected FontReplacer.Triplet |
AbstractWordConverter.getCharacterRunTriplet(CharacterRun characterRun) |
protected void |
WordToTextConverter.outputCharacters(Element block,
CharacterRun characterRun,
String text) |
protected void |
WordToHtmlConverter.outputCharacters(Element pElement,
CharacterRun characterRun,
String text) |
protected void |
WordToFoConverter.outputCharacters(Element block,
CharacterRun characterRun,
String text) |
protected abstract void |
AbstractWordConverter.outputCharacters(Element block,
CharacterRun characterRun,
String text) |
protected void |
AbstractWordConverter.processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
Element block) |
protected void |
WordToTextConverter.processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
OfficeDrawing officeDrawing,
String path,
Element block) |
protected void |
WordToHtmlConverter.processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
OfficeDrawing officeDrawing,
String path,
Element block) |
protected void |
WordToFoConverter.processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
OfficeDrawing officeDrawing,
String path,
Element block) |
protected abstract void |
AbstractWordConverter.processDrawnObject(HWPFDocument doc,
CharacterRun characterRun,
OfficeDrawing officeDrawing,
String path,
Element block) |
protected void |
WordToHtmlConverter.processDropDownList(Element block,
CharacterRun characterRun,
String[] values,
int defaultIndex) |
protected void |
AbstractWordConverter.processDropDownList(Element block,
CharacterRun characterRun,
String[] values,
int defaultIndex) |
protected void |
WordToTextConverter.processLineBreak(Element block,
CharacterRun characterRun) |
protected void |
WordToHtmlConverter.processLineBreak(Element block,
CharacterRun characterRun) |
protected void |
WordToFoConverter.processLineBreak(Element block,
CharacterRun characterRun) |
protected abstract void |
AbstractWordConverter.processLineBreak(Element block,
CharacterRun characterRun) |
protected void |
AbstractWordConverter.processNoteAnchor(HWPFDocument doc,
CharacterRun characterRun,
Element block) |
protected void |
AbstractWordConverter.processSymbol(HWPFDocument doc,
CharacterRun characterRun,
Element block) |
static void |
WordToFoUtils.setCharactersProperties(CharacterRun characterRun,
Element inline) |
static void |
WordToFoUtils.setLanguage(CharacterRun characterRun,
Element inline) |
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 |
Field.getMarkEndCharacterRun(Range parent) |
CharacterRun |
Field.getMarkSeparatorCharacterRun(Range parent) |
CharacterRun |
Field.getMarkStartCharacterRun(Range parent) |
CharacterRun |
Range.insertAfter(String text)
Inserts text onto the end of this range
|
CharacterRun |
Range.insertAfter(String text,
CharacterProperties props)
Deprecated.
User code should not work with
CharacterProperties |
CharacterRun |
Range.insertBefore(String text)
Inserts text into the front of this range.
|
CharacterRun |
Range.insertBefore(String text,
CharacterProperties props)
Deprecated.
User code should not work with
CharacterProperties |
Copyright © 2020. All rights reserved.