Class CTZoomObjectProperties
java.lang.Object
org.pptx4j.com.microsoft.schemas.office.powerpoint.x201606.main.CTZoomObjectProperties
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTBlipFillPropertiesblipFillprotected java.lang.Stringidprotected STZoomObjectImageTypeimageTypeprotected java.lang.BooleanreturnToParentprotected java.lang.BooleanshowBgprotected CTShapePropertiesspPrprotected java.lang.StringtransitionDur -
Constructor Summary
Constructors Constructor Description CTZoomObjectProperties() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTBlipFillPropertiesgetBlipFill()Gets the value of the blipFill property.java.lang.StringgetId()Gets the value of the id property.STZoomObjectImageTypegetImageType()Gets the value of the imageType property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTShapePropertiesgetSpPr()Gets the value of the spPr property.java.lang.StringgetTransitionDur()Gets the value of the transitionDur property.booleanisReturnToParent()Gets the value of the returnToParent property.booleanisShowBg()Gets the value of the showBg property.voidsetBlipFill(CTBlipFillProperties value)Sets the value of the blipFill property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetImageType(STZoomObjectImageType value)Sets the value of the imageType property.voidsetParent(java.lang.Object parent)voidsetReturnToParent(java.lang.Boolean value)Sets the value of the returnToParent property.voidsetShowBg(java.lang.Boolean value)Sets the value of the showBg property.voidsetSpPr(CTShapeProperties value)Sets the value of the spPr property.voidsetTransitionDur(java.lang.String value)Sets the value of the transitionDur property.
-
Field Details
-
blipFill
-
spPr
-
id
protected java.lang.String id -
returnToParent
protected java.lang.Boolean returnToParent -
imageType
-
transitionDur
protected java.lang.String transitionDur -
showBg
protected java.lang.Boolean showBg
-
-
Constructor Details
-
CTZoomObjectProperties
public CTZoomObjectProperties()
-
-
Method Details
-
getBlipFill
Gets the value of the blipFill property.- Returns:
- possible object is
CTBlipFillProperties
-
setBlipFill
Sets the value of the blipFill property.- Parameters:
value- allowed object isCTBlipFillProperties
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getId
public java.lang.String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
isReturnToParent
public boolean isReturnToParent()Gets the value of the returnToParent property.- Returns:
- possible object is
Boolean
-
setReturnToParent
public void setReturnToParent(java.lang.Boolean value)Sets the value of the returnToParent property.- Parameters:
value- allowed object isBoolean
-
getImageType
Gets the value of the imageType property.- Returns:
- possible object is
STZoomObjectImageType
-
setImageType
Sets the value of the imageType property.- Parameters:
value- allowed object isSTZoomObjectImageType
-
getTransitionDur
public java.lang.String getTransitionDur()Gets the value of the transitionDur property.- Returns:
- possible object is
String
-
setTransitionDur
public void setTransitionDur(java.lang.String value)Sets the value of the transitionDur property.- Parameters:
value- allowed object isString
-
isShowBg
public boolean isShowBg()Gets the value of the showBg property.- Returns:
- possible object is
Boolean
-
setShowBg
public void setShowBg(java.lang.Boolean value)Sets the value of the showBg property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-