public class ZoomObject extends ShapeBase
Modifier and Type | Class and Description |
---|---|
static class |
ZoomObject.ImageTypeEnum
Image type of a zoom object.
|
ShapeBase.TypeEnum
Constructor and Description |
---|
ZoomObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ResourceUri |
getImage()
Internal image link for zoom object
|
ZoomObject.ImageTypeEnum |
getImageType()
Image type of a zoom object.
|
Double |
getTransitionDuration()
Duration of the transition between Zoom and slide.
|
int |
hashCode() |
ZoomObject |
image(ResourceUri image) |
ZoomObject |
imageType(ZoomObject.ImageTypeEnum imageType) |
Boolean |
isReturnToParent()
Navigation behavior in slideshow.
|
Boolean |
isShowBackground()
Specifies whether the Zoom will use the background of the destination slide.
|
ZoomObject |
returnToParent(Boolean returnToParent) |
void |
setImage(ResourceUri image) |
void |
setImageType(ZoomObject.ImageTypeEnum imageType) |
void |
setReturnToParent(Boolean returnToParent) |
void |
setShowBackground(Boolean showBackground) |
void |
setTransitionDuration(Double transitionDuration) |
ZoomObject |
showBackground(Boolean showBackground) |
String |
toString() |
ZoomObject |
transitionDuration(Double transitionDuration) |
alternativeText, alternativeTextTitle, effectFormat, fillFormat, getAlternativeText, getAlternativeTextTitle, getEffectFormat, getFillFormat, getHeight, getHyperlinkClick, getHyperlinkMouseOver, getLineFormat, getName, getThreeDFormat, getType, getWidth, getX, getY, getZorderPosition, height, hidden, hyperlinkClick, hyperlinkMouseOver, isHidden, lineFormat, name, setAlternativeText, setAlternativeTextTitle, setEffectFormat, setFillFormat, setHeight, setHidden, setHyperlinkClick, setHyperlinkMouseOver, setLineFormat, setName, setThreeDFormat, setType, setWidth, setX, setY, setZorderPosition, threeDFormat, width, x, y, zorderPosition
getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public ZoomObject imageType(ZoomObject.ImageTypeEnum imageType)
public ZoomObject.ImageTypeEnum getImageType()
public void setImageType(ZoomObject.ImageTypeEnum imageType)
public ZoomObject returnToParent(Boolean returnToParent)
public Boolean isReturnToParent()
public void setReturnToParent(Boolean returnToParent)
public ZoomObject showBackground(Boolean showBackground)
public Boolean isShowBackground()
public void setShowBackground(Boolean showBackground)
public ZoomObject image(ResourceUri image)
public ResourceUri getImage()
public void setImage(ResourceUri image)
public ZoomObject transitionDuration(Double transitionDuration)
public Double getTransitionDuration()
public void setTransitionDuration(Double transitionDuration)
Copyright © 2023. All rights reserved.