public final class MovieShape extends HSLFPictureShape
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MOVIE_THUMBNAIL |
static int |
MOVIE_AVI |
static int |
MOVIE_MPEG |
_clientData, _clientRecords, DEFAULT_LINE_WIDTH| Constructor and Description |
|---|
MovieShape(EscherContainerRecord escherRecord,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a
Picture object |
MovieShape(int movieIdx,
HSLFPictureData pictureData)
Create a new
Picture |
MovieShape(int movieIdx,
HSLFPictureData pictureData,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new
Picture |
| Modifier and Type | Method and Description |
|---|---|
protected EscherContainerRecord |
createSpContainer(int idx,
boolean isChild)
Create a new Placeholder and initialize internal structures
|
java.lang.String |
getPath() |
boolean |
isAutoPlay() |
void |
setAutoPlay(boolean flag) |
void |
setMovieIndex(int idx)
Assign a movie to this shape
|
afterInsert, getClipping, getEscherBSERecord, getPictureData, getPictureIndex, getPictureName, setPictureNamecreateSpContainer, getAdjustValue, getClientDataRecord, getClientRecords, getFillColor, getGeometry, getLineColor, getLineCompound, getLineDashing, getLineDecoration, getLineWidth, getShadow, getShadowAngle, getShadowColor, getShadowDistance, getStrokeStyle, setFillColor, setHyperlink, setLineColor, setLineCompound, setLineDashing, setLineWidth, updateClientDatadraw, getAnchor, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getHyperlink, getParent, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, isPlaceholder, moveTo, setAnchor, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType, setSheetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFillStyle, getGeometry, getLineDecoration, getShadow, getShapeType, getStrokeStyle, isPlaceholdergetAdjustValuegetAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, setAnchor, setFlipHorizontal, setFlipVertical, setRotationpublic static final int DEFAULT_MOVIE_THUMBNAIL
public static final int MOVIE_MPEG
public static final int MOVIE_AVI
public MovieShape(int movieIdx,
HSLFPictureData pictureData)
PicturepictureData - the picture datapublic MovieShape(int movieIdx,
HSLFPictureData pictureData,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
PicturepictureData - the picture dataparent - the parent shapepublic MovieShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> 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 HSLFPictureShapeidx - the index of the picture which refers to EscherBSE container.EscherContainerRecord which holds shape datapublic void setMovieIndex(int idx)
idx - the index of the movieHSLFSlideShow.addMovie(String, int)public void setAutoPlay(boolean flag)
public boolean isAutoPlay()
public java.lang.String getPath()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.