Uses of Interface
org.apache.poi.hwpf.usermodel.OfficeDrawing
-
Packages that use OfficeDrawing Package Description org.apache.poi.hwpf.converter org.apache.poi.hwpf.usermodel -
-
Uses of OfficeDrawing in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type OfficeDrawing Modifier and Type Method Description protected abstract voidAbstractWordConverter. processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, String path, 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) -
Uses of OfficeDrawing in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return OfficeDrawing Modifier and Type Method Description OfficeDrawingOfficeDrawings. getOfficeDrawingAt(int characterPosition)OfficeDrawingOfficeDrawingsImpl. getOfficeDrawingAt(int characterPosition)Methods in org.apache.poi.hwpf.usermodel that return types with arguments of type OfficeDrawing Modifier and Type Method Description Collection<OfficeDrawing>OfficeDrawings. getOfficeDrawings()Collection<OfficeDrawing>OfficeDrawingsImpl. getOfficeDrawings()
-