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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
bw |
protected CTExtensionList |
extLst |
protected STPhotoAlbumFrameShape |
frame |
protected java.lang.String |
layout |
protected java.lang.Boolean |
showCaptions |
| Constructor and Description |
|---|
CTPhotoAlbum() |
| Modifier and Type | Method and 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.
|
protected CTExtensionList extLst
protected java.lang.Boolean bw
protected java.lang.Boolean showCaptions
protected java.lang.String layout
protected STPhotoAlbumFrameShape frame
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic boolean isBw()
Booleanpublic void setBw(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowCaptions()
Booleanpublic void setShowCaptions(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getLayout()
Stringpublic void setLayout(java.lang.String value)
value - allowed object is
Stringpublic STPhotoAlbumFrameShape getFrame()
STPhotoAlbumFrameShapepublic void setFrame(STPhotoAlbumFrameShape value)
value - allowed object is
STPhotoAlbumFrameShapepublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.