public class CTPhotoAlbum extends Object
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 Boolean |
bw |
protected CTExtensionList |
extLst |
protected STPhotoAlbumFrameShape |
frame |
protected String |
layout |
protected Boolean |
showCaptions |
| Constructor and Description |
|---|
CTPhotoAlbum() |
| Modifier and Type | Method and Description |
|---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
STPhotoAlbumFrameShape |
getFrame()
Gets the value of the frame property.
|
String |
getLayout()
Gets the value of the layout property.
|
boolean |
isBw()
Gets the value of the bw property.
|
boolean |
isShowCaptions()
Gets the value of the showCaptions property.
|
void |
setBw(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(String value)
Sets the value of the layout property.
|
void |
setShowCaptions(Boolean value)
Sets the value of the showCaptions property.
|
protected CTExtensionList extLst
protected Boolean bw
protected Boolean showCaptions
protected String layout
protected STPhotoAlbumFrameShape frame
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic boolean isBw()
Booleanpublic void setBw(Boolean value)
value - allowed object is
Booleanpublic boolean isShowCaptions()
Booleanpublic void setShowCaptions(Boolean value)
value - allowed object is
Booleanpublic String getLayout()
Stringpublic void setLayout(String value)
value - allowed object is
Stringpublic STPhotoAlbumFrameShape getFrame()
STPhotoAlbumFrameShapepublic void setFrame(STPhotoAlbumFrameShape value)
value - allowed object is
STPhotoAlbumFrameShapeCopyright © 2007-2019. All Rights Reserved.