Interface CTPhotoAlbum
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPhotoAlbum extends XmlObject
An XML CT_PhotoAlbum(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPhotoAlbum.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementboolean
getBw()
Gets the "bw" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementSTPhotoAlbumFrameShape.Enum
getFrame()
Gets the "frame" attributeSTPhotoAlbumLayout.Enum
getLayout()
Gets the "layout" attributeboolean
getShowCaptions()
Gets the "showCaptions" attributeboolean
isSetBw()
True if has "bw" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetFrame()
True if has "frame" attributeboolean
isSetLayout()
True if has "layout" attributeboolean
isSetShowCaptions()
True if has "showCaptions" attributevoid
setBw(boolean bw)
Sets the "bw" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFrame(STPhotoAlbumFrameShape.Enum frame)
Sets the "frame" attributevoid
setLayout(STPhotoAlbumLayout.Enum layout)
Sets the "layout" attributevoid
setShowCaptions(boolean showCaptions)
Sets the "showCaptions" attributevoid
unsetBw()
Unsets the "bw" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetFrame()
Unsets the "frame" attributevoid
unsetLayout()
Unsets the "layout" attributevoid
unsetShowCaptions()
Unsets the "showCaptions" attributeXmlBoolean
xgetBw()
Gets (as xml) the "bw" attributeSTPhotoAlbumFrameShape
xgetFrame()
Gets (as xml) the "frame" attributeSTPhotoAlbumLayout
xgetLayout()
Gets (as xml) the "layout" attributeXmlBoolean
xgetShowCaptions()
Gets (as xml) the "showCaptions" attributevoid
xsetBw(XmlBoolean bw)
Sets (as xml) the "bw" attributevoid
xsetFrame(STPhotoAlbumFrameShape frame)
Sets (as xml) the "frame" attributevoid
xsetLayout(STPhotoAlbumLayout layout)
Sets (as xml) the "layout" attributevoid
xsetShowCaptions(XmlBoolean showCaptions)
Sets (as xml) the "showCaptions" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getBw
boolean getBw()
Gets the "bw" attribute
-
xgetBw
XmlBoolean xgetBw()
Gets (as xml) the "bw" attribute
-
isSetBw
boolean isSetBw()
True if has "bw" attribute
-
setBw
void setBw(boolean bw)
Sets the "bw" attribute
-
xsetBw
void xsetBw(XmlBoolean bw)
Sets (as xml) the "bw" attribute
-
unsetBw
void unsetBw()
Unsets the "bw" attribute
-
getShowCaptions
boolean getShowCaptions()
Gets the "showCaptions" attribute
-
xgetShowCaptions
XmlBoolean xgetShowCaptions()
Gets (as xml) the "showCaptions" attribute
-
isSetShowCaptions
boolean isSetShowCaptions()
True if has "showCaptions" attribute
-
setShowCaptions
void setShowCaptions(boolean showCaptions)
Sets the "showCaptions" attribute
-
xsetShowCaptions
void xsetShowCaptions(XmlBoolean showCaptions)
Sets (as xml) the "showCaptions" attribute
-
unsetShowCaptions
void unsetShowCaptions()
Unsets the "showCaptions" attribute
-
getLayout
STPhotoAlbumLayout.Enum getLayout()
Gets the "layout" attribute
-
xgetLayout
STPhotoAlbumLayout xgetLayout()
Gets (as xml) the "layout" attribute
-
isSetLayout
boolean isSetLayout()
True if has "layout" attribute
-
setLayout
void setLayout(STPhotoAlbumLayout.Enum layout)
Sets the "layout" attribute
-
xsetLayout
void xsetLayout(STPhotoAlbumLayout layout)
Sets (as xml) the "layout" attribute
-
unsetLayout
void unsetLayout()
Unsets the "layout" attribute
-
getFrame
STPhotoAlbumFrameShape.Enum getFrame()
Gets the "frame" attribute
-
xgetFrame
STPhotoAlbumFrameShape xgetFrame()
Gets (as xml) the "frame" attribute
-
isSetFrame
boolean isSetFrame()
True if has "frame" attribute
-
setFrame
void setFrame(STPhotoAlbumFrameShape.Enum frame)
Sets the "frame" attribute
-
xsetFrame
void xsetFrame(STPhotoAlbumFrameShape frame)
Sets (as xml) the "frame" attribute
-
unsetFrame
void unsetFrame()
Unsets the "frame" attribute
-
-