|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.model.Shape org.apache.poi.hslf.model.SimpleShape org.apache.poi.hslf.model.Picture org.apache.poi.hslf.model.OLEShape
public class OLEShape
A shape representing embedded OLE obejct.
Field Summary | |
---|---|
protected ExEmbed |
_exEmbed
|
Fields inherited from class org.apache.poi.hslf.model.Picture |
---|
DIB, EMF, JPEG, PICT, PNG, WMF |
Fields inherited from class org.apache.poi.hslf.model.Shape |
---|
_escherContainer, _fill, _parent, _sheet, EMU_PER_CENTIMETER, EMU_PER_INCH, EMU_PER_POINT, logger, MASTER_DPI, PIXEL_DPI, POINT_DPI |
Constructor Summary | |
---|---|
protected |
OLEShape(EscherContainerRecord escherRecord,
Shape parent)
Create a OLEShape object |
|
OLEShape(int idx)
Create a new OLEShape |
|
OLEShape(int idx,
Shape parent)
Create a new OLEShape |
Method Summary | |
---|---|
ExEmbed |
getExEmbed()
Return the record container for this embedded object. |
java.lang.String |
getFullName()
Returns the full name of the embedded object, e.g. |
java.lang.String |
getInstanceName()
Returns the instance name of the embedded object, e.g. |
ObjectData |
getObjectData()
Returns unique identifier for the OLE object. |
int |
getObjectID()
Returns unique identifier for the OLE object. |
java.lang.String |
getProgID()
Returns the ProgID that stores the OLE Programmatic Identifier. |
Methods inherited from class org.apache.poi.hslf.model.Picture |
---|
afterInsert, createSpContainer, draw, getEscherBSERecord, getPictureData, getPictureIndex, getPictureName, setDefaultSize, setPictureName |
Methods inherited from class org.apache.poi.hslf.model.SimpleShape |
---|
createSpContainer, getClientDataRecord, getFillColor, getFlipHorizontal, getFlipVertical, getLineColor, getLineDashing, getLineStyle, getLineWidth, getLogicalAnchor2D, getRotation, setFillColor, setLineColor, setLineDashing, setLineStyle, setLineWidth |
Methods inherited from class org.apache.poi.hslf.model.Shape |
---|
getAnchor, getAnchor2D, getColor, getEscherChild, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getHyperlink, getOutline, getParent, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setShapeId, setShapeType, setSheet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ExEmbed _exEmbed
Constructor Detail |
---|
public OLEShape(int idx)
OLEShape
idx
- the index of the picturepublic OLEShape(int idx, Shape parent)
OLEShape
idx
- the index of the pictureparent
- the parent shapeprotected OLEShape(EscherContainerRecord escherRecord, Shape parent)
OLEShape
object
escherRecord
- the EscherSpContainer
record which holds information about
this picture in the Slide
parent
- the parent shape of this pictureMethod Detail |
---|
public int getObjectID()
public ObjectData getObjectData()
public ExEmbed getExEmbed()
It contains: 1. ExEmbedAtom.(4045) 2. ExOleObjAtom (4035) 3. CString (4026), Instance MenuName (1) used for menus and the Links dialog box. 4. CString (4026), Instance ProgID (2) that stores the OLE Programmatic Identifier. A ProgID is a string that uniquely identifies a given object. 5. CString (4026), Instance ClipboardName (3) that appears in the paste special dialog. 6. MetaFile( 4033), optional
public java.lang.String getInstanceName()
public java.lang.String getFullName()
public java.lang.String getProgID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |