public class CTZoomObjectProperties extends java.lang.Object implements Child
Java class for CT_ZoomObjectProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ZoomObjectProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="blipFill" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_BlipFillProperties"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties"/>
</sequence>
<attribute name="id" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Guid" />
<attribute name="returnToParent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="imageType" type="{http://schemas.microsoft.com/office/powerpoint/2016/6/main}ST_ZoomObjectImageType" default="preview" />
<attribute name="transitionDur" type="{http://schemas.microsoft.com/office/powerpoint/2010/main}ST_UniversalTimeOffset" />
<attribute name="showBg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBlipFillProperties |
blipFill |
protected java.lang.String |
id |
protected STZoomObjectImageType |
imageType |
protected java.lang.Boolean |
returnToParent |
protected java.lang.Boolean |
showBg |
protected CTShapeProperties |
spPr |
protected java.lang.String |
transitionDur |
| Constructor and Description |
|---|
CTZoomObjectProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBlipFillProperties |
getBlipFill()
Gets the value of the blipFill property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
STZoomObjectImageType |
getImageType()
Gets the value of the imageType property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
java.lang.String |
getTransitionDur()
Gets the value of the transitionDur property.
|
boolean |
isReturnToParent()
Gets the value of the returnToParent property.
|
boolean |
isShowBg()
Gets the value of the showBg property.
|
void |
setBlipFill(CTBlipFillProperties value)
Sets the value of the blipFill property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setImageType(STZoomObjectImageType value)
Sets the value of the imageType property.
|
void |
setParent(java.lang.Object parent) |
void |
setReturnToParent(java.lang.Boolean value)
Sets the value of the returnToParent property.
|
void |
setShowBg(java.lang.Boolean value)
Sets the value of the showBg property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTransitionDur(java.lang.String value)
Sets the value of the transitionDur property.
|
protected CTBlipFillProperties blipFill
protected CTShapeProperties spPr
protected java.lang.String id
protected java.lang.Boolean returnToParent
protected STZoomObjectImageType imageType
protected java.lang.String transitionDur
protected java.lang.Boolean showBg
public CTBlipFillProperties getBlipFill()
CTBlipFillPropertiespublic void setBlipFill(CTBlipFillProperties value)
value - allowed object is
CTBlipFillPropertiespublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isReturnToParent()
Booleanpublic void setReturnToParent(java.lang.Boolean value)
value - allowed object is
Booleanpublic STZoomObjectImageType getImageType()
STZoomObjectImageTypepublic void setImageType(STZoomObjectImageType value)
value - allowed object is
STZoomObjectImageTypepublic java.lang.String getTransitionDur()
Stringpublic void setTransitionDur(java.lang.String value)
value - allowed object is
Stringpublic boolean isShowBg()
Booleanpublic void setShowBg(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.