Package org.apache.poi.hwpf.usermodel
Interface OfficeDrawings
-
- All Known Implementing Classes:
OfficeDrawingsImpl
public interface OfficeDrawings
User-friendly interface to access document part's office drawings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeDrawing
getOfficeDrawingAt(int characterPosition)
java.util.Collection<OfficeDrawing>
getOfficeDrawings()
-
-
-
Method Detail
-
getOfficeDrawingAt
OfficeDrawing getOfficeDrawingAt(int characterPosition)
-
getOfficeDrawings
java.util.Collection<OfficeDrawing> getOfficeDrawings()
-
-