Class CTZoomObjectProperties
java.lang.Object
org.pptx4j.com.microsoft.schemas.office.powerpoint.x201606.main.CTZoomObjectProperties
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTBlipFillPropertiesprotected Stringprotected STZoomObjectImageTypeprotected Booleanprotected Booleanprotected CTShapePropertiesprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the blipFill property.getId()Gets the value of the id property.Gets the value of the imageType property.Gets the parent object in the object tree representing the unmarshalled xml document.getSpPr()Gets the value of the spPr property.Gets the value of the transitionDur property.booleanGets the value of the returnToParent property.booleanisShowBg()Gets the value of the showBg property.voidsetBlipFill(CTBlipFillProperties value) Sets the value of the blipFill property.voidSets the value of the id property.voidSets the value of the imageType property.voidvoidsetReturnToParent(Boolean value) Sets the value of the returnToParent property.voidSets the value of the showBg property.voidsetSpPr(CTShapeProperties value) Sets the value of the spPr property.voidsetTransitionDur(String value) Sets the value of the transitionDur property.
-
Field Details
-
blipFill
-
spPr
-
id
-
returnToParent
-
imageType
-
transitionDur
-
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
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
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
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
Gets the value of the transitionDur property.- Returns:
- possible object is
String
-
setTransitionDur
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
Sets the value of the showBg property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-