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