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 |
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 |
|---|---|
String |
getPath() |
boolean |
isAutoPlay() |
void |
setAutoPlay(boolean flag) |
void |
setMovieIndex(int idx)
Assign a movie to this shape
|
getClipping, getPictureData, getPictureIndex, getPictureName, getShapeType, setPictureNamecreateHyperlink, getAdjustValue, getFillColor, getGeometry, getHyperlink, getLineBackgroundColor, getLineCap, getLineColor, getLineCompound, getLineDash, getLineDecoration, getLineHeadDecoration, getLineHeadLength, getLineHeadWidth, getLineTailDecoration, getLineTailLength, getLineTailWidth, getLineWidth, getPlaceholder, getPlaceholderDetails, getShadow, getShadowAngle, getShadowColor, getShadowDistance, getStrokeStyle, isPlaceholder, setFillColor, setLineBackgroundColor, setLineCap, setLineColor, setLineCompound, setLineDash, setLineHeadDecoration, setLineHeadLength, setLineHeadWidth, setLineTailDecoration, setLineTailLength, setLineTailWidth, setLineWidth, setPlaceholder, setStrokeStyledraw, getAnchor, getClientDataRecord, getEscherChild, getEscherChild, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getParent, getRotation, getShapeId, getShapeName, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType, setSheetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateHyperlink, getFillColor, getFillStyle, getGeometry, getHyperlink, getLineDecoration, getPlaceholder, getPlaceholderDetails, getShadow, getStrokeStyle, isPlaceholder, setFillColor, setPlaceholder, setShapeType, setStrokeStyledraw, getAnchor, getParent, getShapeId, getShapeName, getSheetgetAdjustValuegetAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, getSheet, 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 picturepublic void setMovieIndex(int idx)
idx - the index of the movieHSLFSlideShow.addMovie(String, int)public void setAutoPlay(boolean flag)
public boolean isAutoPlay()
public String getPath()
Copyright © 2010 - 2020 Adobe. All Rights Reserved