Package loci.poi.hssf.model
Class PictureShape
- java.lang.Object
-
- loci.poi.hssf.model.AbstractShape
-
- loci.poi.hssf.model.PictureShape
-
public class PictureShape extends AbstractShape
Represents a picture shape and creates all specific low level records.- Author:
- Glen Stampoultzis (glens at apache.org)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjRecord
getObjRecord()
EscherContainerRecord
getSpContainer()
-
Methods inherited from class loci.poi.hssf.model.AbstractShape
addStandardOptions, createAnchor, createShape
-
-
-
-
Method Detail
-
getSpContainer
public EscherContainerRecord getSpContainer()
- Specified by:
getSpContainer
in classAbstractShape
- Returns:
- The shape container and it's children that can represent this shape.
-
getObjRecord
public ObjRecord getObjRecord()
- Specified by:
getObjRecord
in classAbstractShape
- Returns:
- The object record that is associated with this shape.
-
-