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 classCTPhotoAlbum.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementbooleangetBw()Gets the "bw" attributeCTExtensionListgetExtLst()Gets the "extLst" elementSTPhotoAlbumFrameShape.EnumgetFrame()Gets the "frame" attributeSTPhotoAlbumLayout.EnumgetLayout()Gets the "layout" attributebooleangetShowCaptions()Gets the "showCaptions" attributebooleanisSetBw()True if has "bw" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetFrame()True if has "frame" attributebooleanisSetLayout()True if has "layout" attributebooleanisSetShowCaptions()True if has "showCaptions" attributevoidsetBw(boolean bw)Sets the "bw" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFrame(STPhotoAlbumFrameShape.Enum frame)Sets the "frame" attributevoidsetLayout(STPhotoAlbumLayout.Enum layout)Sets the "layout" attributevoidsetShowCaptions(boolean showCaptions)Sets the "showCaptions" attributevoidunsetBw()Unsets the "bw" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetFrame()Unsets the "frame" attributevoidunsetLayout()Unsets the "layout" attributevoidunsetShowCaptions()Unsets the "showCaptions" attributeXmlBooleanxgetBw()Gets (as xml) the "bw" attributeSTPhotoAlbumFrameShapexgetFrame()Gets (as xml) the "frame" attributeSTPhotoAlbumLayoutxgetLayout()Gets (as xml) the "layout" attributeXmlBooleanxgetShowCaptions()Gets (as xml) the "showCaptions" attributevoidxsetBw(XmlBoolean bw)Sets (as xml) the "bw" attributevoidxsetFrame(STPhotoAlbumFrameShape frame)Sets (as xml) the "frame" attributevoidxsetLayout(STPhotoAlbumLayout layout)Sets (as xml) the "layout" attributevoidxsetShowCaptions(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
-
-