Package org.pptx4j.pml
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.Booleanbwprotected CTExtensionListextLstprotected STPhotoAlbumFrameShapeframeprotected java.lang.Stringlayoutprotected java.lang.BooleanshowCaptions -
Constructor Summary
Constructors Constructor Description CTPhotoAlbum() -
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.CTExtensionListgetExtLst()Gets the value of the extLst property.STPhotoAlbumFrameShapegetFrame()Gets the value of the frame property.java.lang.StringgetLayout()Gets the value of the layout property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.booleanisBw()Gets the value of the bw property.booleanisShowCaptions()Gets the value of the showCaptions property.voidsetBw(java.lang.Boolean value)Sets the value of the bw property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFrame(STPhotoAlbumFrameShape value)Sets the value of the frame property.voidsetLayout(java.lang.String value)Sets the value of the layout property.voidsetParent(java.lang.Object parent)voidsetShowCaptions(java.lang.Boolean value)Sets the value of the showCaptions property.
-
Field Details
-
extLst
-
bw
protected java.lang.Boolean bw -
showCaptions
protected java.lang.Boolean showCaptions -
layout
protected java.lang.String layout -
frame
-
-
Constructor Details
-
CTPhotoAlbum
public CTPhotoAlbum()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
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 isBoolean
-
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 isBoolean
-
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 isString
-
getFrame
Gets the value of the frame property.- Returns:
- possible object is
STPhotoAlbumFrameShape
-
setFrame
Sets the value of the frame property.- Parameters:
value- allowed object isSTPhotoAlbumFrameShape
-
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.
-