public final class ActiveXShape extends Picture
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_ACTIVEX_THUMBNAIL |
_escherContainer, _fill, _parent, _sheet, EMU_PER_CENTIMETER, EMU_PER_INCH, EMU_PER_POINT, logger, MASTER_DPI, PIXEL_DPI, POINT_DPI_clientData, _clientRecords, DEFAULT_LINE_WIDTH| Modifier | Constructor | Description |
|---|---|---|
|
ActiveXShape(int movieIdx,
int pictureIdx) |
Create a new
Picture |
protected |
ActiveXShape(EscherContainerRecord escherRecord,
Shape parent) |
Create a
Picture object |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
afterInsert(Sheet sheet) |
By default set the orininal image size
|
protected EscherContainerRecord |
createSpContainer(int idx,
boolean isChild) |
Create a new Placeholder and initialize internal structures
|
int |
getControlIndex() |
|
ExControl |
getExControl() |
Document-level container that specifies information about an ActiveX control
|
void |
setActiveXIndex(int idx) |
Assign a control to this shape
|
void |
setProperty(java.lang.String key,
java.lang.String value) |
Set a property of this ActiveX control
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdraw, getBlipClip, getEscherBSERecord, getPictureData, getPictureIndex, getPictureName, setDefaultSize, setPictureNamegetAnchor, getAnchor2D, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFlipHorizontal, getFlipVertical, getHyperlink, getOutline, getParent, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setRotation, setShapeId, setShapeType, setSheetcreateSpContainer, getClientDataRecord, getClientRecords, getFillColor, getLineColor, getLineDashing, getLineStyle, getLineWidth, getLogicalAnchor2D, setFillColor, setHyperlink, setLineColor, setLineDashing, setLineStyle, setLineWidth, updateClientDatapublic static final int DEFAULT_ACTIVEX_THUMBNAIL
public ActiveXShape(int movieIdx,
int pictureIdx)
PicturepictureIdx - the index of the pictureprotected ActiveXShape(EscherContainerRecord escherRecord, Shape parent)
Picture objectescherRecord - the EscherSpContainer record which holds information about
this picture in the Slideparent - the parent shape of this pictureprotected EscherContainerRecord createSpContainer(int idx, boolean isChild)
createSpContainer in class Pictureidx - the index of the picture which refers to EscherBSE container.EscherContainerRecord which holds shape datapublic void setActiveXIndex(int idx)
idx - the index of the movieSlideShow.addMovie(String, int)public int getControlIndex()
public void setProperty(java.lang.String key,
java.lang.String value)
key - value - public ExControl getExControl()
protected void afterInsert(Sheet sheet)
PictureafterInsert in class Picturesheet - - owning shapeCopyright 2018 The Apache Software Foundation or its licensors, as applicable.