Uses of Class
org.apache.poi.hwpf.usermodel.CharacterRun
Packages that use CharacterRun
Package
Description
-
Uses of CharacterRun in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type CharacterRunModifier and TypeMethodDescriptionstatic voidWordToHtmlUtils.addCharactersProperties(CharacterRun characterRun, StringBuilder style) protected FontReplacer.TripletAbstractWordConverter.getCharacterRunTriplet(CharacterRun characterRun) protected abstract voidAbstractWordConverter.outputCharacters(Element block, CharacterRun characterRun, String text) protected voidWordToFoConverter.outputCharacters(Element block, CharacterRun characterRun, String text) protected voidWordToHtmlConverter.outputCharacters(Element pElement, CharacterRun characterRun, String text) protected voidWordToTextConverter.outputCharacters(Element block, CharacterRun characterRun, String text) protected abstract voidAbstractWordConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, String path, Element block) protected voidAbstractWordConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, Element block) protected voidWordToFoConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, String path, Element block) protected voidWordToHtmlConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, String path, Element block) protected voidWordToTextConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, String path, Element block) protected voidAbstractWordConverter.processDropDownList(Element block, CharacterRun characterRun, String[] values, int defaultIndex) protected voidWordToHtmlConverter.processDropDownList(Element block, CharacterRun characterRun, String[] values, int defaultIndex) protected abstract voidAbstractWordConverter.processLineBreak(Element block, CharacterRun characterRun) protected voidWordToFoConverter.processLineBreak(Element block, CharacterRun characterRun) protected voidWordToHtmlConverter.processLineBreak(Element block, CharacterRun characterRun) protected voidWordToTextConverter.processLineBreak(Element block, CharacterRun characterRun) protected voidAbstractWordConverter.processNoteAnchor(HWPFDocument doc, CharacterRun characterRun, Element block) protected voidAbstractWordConverter.processSymbol(HWPFDocument doc, CharacterRun characterRun, Element block) static voidWordToFoUtils.setCharactersProperties(CharacterRun characterRun, Element inline) static voidWordToFoUtils.setLanguage(CharacterRun characterRun, Element inline) -
Uses of CharacterRun in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model with parameters of type CharacterRunModifier and TypeMethodDescriptionPicturesTable.extractPicture(CharacterRun run, boolean fillBytes) Returns picture object tied to specified CharacterRunbooleanPicturesTable.hasEscherPicture(CharacterRun run) booleanPicturesTable.hasHorizontalLine(CharacterRun run) determines whether specified CharacterRun contains reference to a picturebooleanPicturesTable.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 CharacterRunModifier and TypeMethodDescriptionRange.getCharacterRun(int index) Gets the character run at index.Field.getMarkEndCharacterRun(Range parent) Field.getMarkSeparatorCharacterRun(Range parent) Field.getMarkStartCharacterRun(Range parent) Range.insertAfter(String text) Inserts text onto the end of this rangeRange.insertBefore(String text) Inserts text into the front of this range.Methods in org.apache.poi.hwpf.usermodel with parameters of type CharacterRunModifier and TypeMethodDescriptionPictureRunMapper.getFor(CharacterRun cr) Get the Picture for this run, if anybooleanPictureRunMapper.hasPicture(CharacterRun cr) Does this run have a Picture in it?