java.lang.Object
org.pptx4j.com.microsoft.schemas.office.powerpoint.x201606.main.CTZoomObjectProperties
All Implemented Interfaces:
Child

public class CTZoomObjectProperties extends 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 Details

  • Constructor Details

    • CTZoomObjectProperties

      public CTZoomObjectProperties()
  • Method Details

    • getBlipFill

      public CTBlipFillProperties getBlipFill()
      Gets the value of the blipFill property.
      Returns:
      possible object is CTBlipFillProperties
    • setBlipFill

      public void setBlipFill(CTBlipFillProperties value)
      Sets the value of the blipFill property.
      Parameters:
      value - allowed object is CTBlipFillProperties
    • getSpPr

      public CTShapeProperties getSpPr()
      Gets the value of the spPr property.
      Returns:
      possible object is CTShapeProperties
    • setSpPr

      public void setSpPr(CTShapeProperties value)
      Sets the value of the spPr property.
      Parameters:
      value - allowed object is CTShapeProperties
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isReturnToParent

      public boolean isReturnToParent()
      Gets the value of the returnToParent property.
      Returns:
      possible object is Boolean
    • setReturnToParent

      public void setReturnToParent(Boolean value)
      Sets the value of the returnToParent property.
      Parameters:
      value - allowed object is Boolean
    • getImageType

      public STZoomObjectImageType getImageType()
      Gets the value of the imageType property.
      Returns:
      possible object is STZoomObjectImageType
    • setImageType

      public void setImageType(STZoomObjectImageType value)
      Sets the value of the imageType property.
      Parameters:
      value - allowed object is STZoomObjectImageType
    • getTransitionDur

      public String getTransitionDur()
      Gets the value of the transitionDur property.
      Returns:
      possible object is String
    • setTransitionDur

      public void setTransitionDur(String value)
      Sets the value of the transitionDur property.
      Parameters:
      value - allowed object is String
    • isShowBg

      public boolean isShowBg()
      Gets the value of the showBg property.
      Returns:
      possible object is Boolean
    • setShowBg

      public void setShowBg(Boolean value)
      Sets the value of the showBg property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.