Interface CTPhotoAlbum
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PhotoAlbum(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPhotoAlbum> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementbooleangetBw()Gets the "bw" attributeGets the "extLst" elementgetFrame()Gets the "frame" attributeGets the "layout" attributebooleanGets the "showCaptions" attributebooleanisSetBw()True if has "bw" attributebooleanTrue if has "extLst" elementbooleanTrue if has "frame" attributebooleanTrue if has "layout" attributebooleanTrue if has "showCaptions" attributevoidsetBw(boolean bw) Sets the "bw" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidSets the "frame" attributevoidsetLayout(STPhotoAlbumLayout.Enum layout) Sets the "layout" attributevoidsetShowCaptions(boolean showCaptions) Sets the "showCaptions" attributevoidunsetBw()Unsets the "bw" attributevoidUnsets the "extLst" elementvoidUnsets the "frame" attributevoidUnsets the "layout" attributevoidUnsets the "showCaptions" attributexgetBw()Gets (as xml) the "bw" attributeGets (as xml) the "frame" attributeGets (as xml) the "layout" attributeGets (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" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
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
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
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
Sets the "layout" attribute -
xsetLayout
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
Sets the "frame" attribute -
xsetFrame
Sets (as xml) the "frame" attribute -
unsetFrame
void unsetFrame()Unsets the "frame" attribute
-