Package org.pptx4j.pml
Class NvPr
java.lang.Object
org.pptx4j.pml.NvPr
- All Implemented Interfaces:
Child
Java class for CT_ApplicationNonVisualDrawingProps complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ApplicationNonVisualDrawingProps">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ph" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Placeholder" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_Media" minOccurs="0"/>
<element name="custDataLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_CustomerDataList" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="isPhoto" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="userDrawn" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTAudioCDprotected CTAudioFileprotected CTCustomerDataListprotected CTExtensionListprotected Booleanprotected CTPlaceholderprotected CTQuickTimeFileprotected Booleanprotected CTVideoFileprotected CTEmbeddedWAVAudioFile -
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 audioCd property.Gets the value of the audioFile property.Gets the value of the custDataLst property.Gets the value of the extLst property.Gets the parent object in the object tree representing the unmarshalled xml document.getPh()Gets the value of the ph property.Gets the value of the quickTimeFile property.Gets the value of the videoFile property.Gets the value of the wavAudioFile property.booleanGets the value of the isPhoto property.booleanGets the value of the userDrawn property.voidsetAudioCd(CTAudioCD value) Sets the value of the audioCd property.voidsetAudioFile(CTAudioFile value) Sets the value of the audioFile property.voidsetCustDataLst(CTCustomerDataList value) Sets the value of the custDataLst property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetIsPhoto(Boolean value) Sets the value of the isPhoto property.voidvoidsetPh(CTPlaceholder value) Sets the value of the ph property.voidsetQuickTimeFile(CTQuickTimeFile value) Sets the value of the quickTimeFile property.voidsetUserDrawn(Boolean value) Sets the value of the userDrawn property.voidsetVideoFile(CTVideoFile value) Sets the value of the videoFile property.voidSets the value of the wavAudioFile property.
-
Field Details
-
ph
-
audioCd
-
wavAudioFile
-
audioFile
-
videoFile
-
quickTimeFile
-
custDataLst
-
extLst
-
isPhoto
-
userDrawn
-
-
Constructor Details
-
NvPr
public NvPr()
-
-
Method Details
-
getPh
Gets the value of the ph property.- Returns:
- possible object is
CTPlaceholder
-
setPh
Sets the value of the ph property.- Parameters:
value- allowed object isCTPlaceholder
-
getAudioCd
Gets the value of the audioCd property.- Returns:
- possible object is
CTAudioCD
-
setAudioCd
Sets the value of the audioCd property.- Parameters:
value- allowed object isCTAudioCD
-
getWavAudioFile
Gets the value of the wavAudioFile property.- Returns:
- possible object is
CTEmbeddedWAVAudioFile
-
setWavAudioFile
Sets the value of the wavAudioFile property.- Parameters:
value- allowed object isCTEmbeddedWAVAudioFile
-
getAudioFile
Gets the value of the audioFile property.- Returns:
- possible object is
CTAudioFile
-
setAudioFile
Sets the value of the audioFile property.- Parameters:
value- allowed object isCTAudioFile
-
getVideoFile
Gets the value of the videoFile property.- Returns:
- possible object is
CTVideoFile
-
setVideoFile
Sets the value of the videoFile property.- Parameters:
value- allowed object isCTVideoFile
-
getQuickTimeFile
Gets the value of the quickTimeFile property.- Returns:
- possible object is
CTQuickTimeFile
-
setQuickTimeFile
Sets the value of the quickTimeFile property.- Parameters:
value- allowed object isCTQuickTimeFile
-
getCustDataLst
Gets the value of the custDataLst property.- Returns:
- possible object is
CTCustomerDataList
-
setCustDataLst
Sets the value of the custDataLst property.- Parameters:
value- allowed object isCTCustomerDataList
-
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
-
isIsPhoto
public boolean isIsPhoto()Gets the value of the isPhoto property.- Returns:
- possible object is
Boolean
-
setIsPhoto
Sets the value of the isPhoto property.- Parameters:
value- allowed object isBoolean
-
isUserDrawn
public boolean isUserDrawn()Gets the value of the userDrawn property.- Returns:
- possible object is
Boolean
-
setUserDrawn
Sets the value of the userDrawn property.- Parameters:
value- allowed object isBoolean
-
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.
-