Package org.pptx4j.pml
Class CTPhotoAlbum
java.lang.Object
org.pptx4j.pml.CTPhotoAlbum
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected CTExtensionListprotected STPhotoAlbumFrameShapeprotected Stringprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the extLst property.getFrame()Gets the value of the frame property.Gets the value of the layout property.Gets the parent object in the object tree representing the unmarshalled xml document.booleanisBw()Gets the value of the bw property.booleanGets the value of the showCaptions property.voidSets the value of the bw property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetFrame(STPhotoAlbumFrameShape value) Sets the value of the frame property.voidSets the value of the layout property.voidvoidsetShowCaptions(Boolean value) Sets the value of the showCaptions property.
-
Field Details
-
extLst
-
bw
-
showCaptions
-
layout
-
frame
-
-
Constructor Details
-
CTPhotoAlbum
public CTPhotoAlbum()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
isBw
public boolean isBw()Gets the value of the bw property.- Returns:
- possible object is
Boolean
-
setBw
Sets the value of the bw property.- Parameters:
value- allowed object isBoolean
-
isShowCaptions
public boolean isShowCaptions()Gets the value of the showCaptions property.- Returns:
- possible object is
Boolean
-
setShowCaptions
Sets the value of the showCaptions property.- Parameters:
value- allowed object isBoolean
-
getLayout
Gets the value of the layout property.- Returns:
- possible object is
String
-
setLayout
Sets the value of the layout property.- Parameters:
value- allowed object isString
-
getFrame
Gets the value of the frame property.- Returns:
- possible object is
STPhotoAlbumFrameShape
-
setFrame
Sets the value of the frame property.- Parameters:
value- allowed object isSTPhotoAlbumFrameShape
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-