Package org.apache.poi.hwpf.usermodel
Class OfficeDrawingsImpl
- java.lang.Object
 - 
- org.apache.poi.hwpf.usermodel.OfficeDrawingsImpl
 
 
- 
- All Implemented Interfaces:
 OfficeDrawings
public class OfficeDrawingsImpl extends java.lang.Object implements OfficeDrawings
 
- 
- 
Constructor Summary
Constructors Constructor Description OfficeDrawingsImpl(FSPATable fspaTable, EscherRecordHolder escherRecordHolder, byte[] mainStream) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OfficeDrawinggetOfficeDrawingAt(int characterPosition)java.util.Collection<OfficeDrawing>getOfficeDrawings() 
 - 
 
- 
- 
Constructor Detail
- 
OfficeDrawingsImpl
public OfficeDrawingsImpl(FSPATable fspaTable, EscherRecordHolder escherRecordHolder, byte[] mainStream)
 
 - 
 
- 
Method Detail
- 
getOfficeDrawingAt
public OfficeDrawing getOfficeDrawingAt(int characterPosition)
- Specified by:
 getOfficeDrawingAtin interfaceOfficeDrawings
 
- 
getOfficeDrawings
public java.util.Collection<OfficeDrawing> getOfficeDrawings()
- Specified by:
 getOfficeDrawingsin interfaceOfficeDrawings
 
 - 
 
 -