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 void
AbstractWordConverter. 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 void
WordToHtmlConverter. processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, org.w3c.dom.Element block)
protected void
WordToTextConverter. processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, org.w3c.dom.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 OfficeDrawing
OfficeDrawings. getOfficeDrawingAt(int characterPosition)
OfficeDrawing
OfficeDrawingsImpl. getOfficeDrawingAt(int characterPosition)
Methods in org.apache.poi.hwpf.usermodel that return types with arguments of type OfficeDrawing Modifier and Type Method Description java.util.Collection<OfficeDrawing>
OfficeDrawings. getOfficeDrawings()
java.util.Collection<OfficeDrawing>
OfficeDrawingsImpl. getOfficeDrawings()
-