Class CTPhotoAlbum

java.lang.Object
org.pptx4j.pml.CTPhotoAlbum
All Implemented Interfaces:
Child

public class CTPhotoAlbum
extends java.lang.Object
implements Child

Java class for CT_PhotoAlbum complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_PhotoAlbum">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="bw" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showCaptions" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="layout" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_PhotoAlbumLayout" default="fitToSlide" />
       <attribute name="frame" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_PhotoAlbumFrameShape" default="frameStyle1" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Boolean bw  
    protected CTExtensionList extLst  
    protected STPhotoAlbumFrameShape frame  
    protected java.lang.String layout  
    protected java.lang.Boolean showCaptions  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTPhotoAlbum()  
  • Method Summary

    Modifier and Type Method 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.
    CTExtensionList getExtLst()
    Gets the value of the extLst property.
    STPhotoAlbumFrameShape getFrame()
    Gets the value of the frame property.
    java.lang.String getLayout()
    Gets the value of the layout property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    boolean isBw()
    Gets the value of the bw property.
    boolean isShowCaptions()
    Gets the value of the showCaptions property.
    void setBw​(java.lang.Boolean value)
    Sets the value of the bw property.
    void setExtLst​(CTExtensionList value)
    Sets the value of the extLst property.
    void setFrame​(STPhotoAlbumFrameShape value)
    Sets the value of the frame property.
    void setLayout​(java.lang.String value)
    Sets the value of the layout property.
    void setParent​(java.lang.Object parent)  
    void setShowCaptions​(java.lang.Boolean value)
    Sets the value of the showCaptions property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • isBw

      public boolean isBw()
      Gets the value of the bw property.
      Returns:
      possible object is Boolean
    • setBw

      public void setBw​(java.lang.Boolean value)
      Sets the value of the bw property.
      Parameters:
      value - allowed object is Boolean
    • isShowCaptions

      public boolean isShowCaptions()
      Gets the value of the showCaptions property.
      Returns:
      possible object is Boolean
    • setShowCaptions

      public void setShowCaptions​(java.lang.Boolean value)
      Sets the value of the showCaptions property.
      Parameters:
      value - allowed object is Boolean
    • getLayout

      public java.lang.String getLayout()
      Gets the value of the layout property.
      Returns:
      possible object is String
    • setLayout

      public void setLayout​(java.lang.String value)
      Sets the value of the layout property.
      Parameters:
      value - allowed object is String
    • getFrame

      public STPhotoAlbumFrameShape getFrame()
      Gets the value of the frame property.
      Returns:
      possible object is STPhotoAlbumFrameShape
    • setFrame

      public void setFrame​(STPhotoAlbumFrameShape value)
      Sets the value of the frame property.
      Parameters:
      value - allowed object is STPhotoAlbumFrameShape
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.