public class NvPr extends Object implements 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTAudioCD |
audioCd |
protected CTAudioFile |
audioFile |
protected CTCustomerDataList |
custDataLst |
protected CTExtensionList |
extLst |
protected Boolean |
isPhoto |
protected CTPlaceholder |
ph |
protected CTQuickTimeFile |
quickTimeFile |
protected Boolean |
userDrawn |
protected CTVideoFile |
videoFile |
protected CTEmbeddedWAVAudioFile |
wavAudioFile |
| Constructor and Description |
|---|
NvPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTAudioCD |
getAudioCd()
Gets the value of the audioCd property.
|
CTAudioFile |
getAudioFile()
Gets the value of the audioFile property.
|
CTCustomerDataList |
getCustDataLst()
Gets the value of the custDataLst property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPlaceholder |
getPh()
Gets the value of the ph property.
|
CTQuickTimeFile |
getQuickTimeFile()
Gets the value of the quickTimeFile property.
|
CTVideoFile |
getVideoFile()
Gets the value of the videoFile property.
|
CTEmbeddedWAVAudioFile |
getWavAudioFile()
Gets the value of the wavAudioFile property.
|
boolean |
isIsPhoto()
Gets the value of the isPhoto property.
|
boolean |
isUserDrawn()
Gets the value of the userDrawn property.
|
void |
setAudioCd(CTAudioCD value)
Sets the value of the audioCd property.
|
void |
setAudioFile(CTAudioFile value)
Sets the value of the audioFile property.
|
void |
setCustDataLst(CTCustomerDataList value)
Sets the value of the custDataLst property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setIsPhoto(Boolean value)
Sets the value of the isPhoto property.
|
void |
setParent(Object parent) |
void |
setPh(CTPlaceholder value)
Sets the value of the ph property.
|
void |
setQuickTimeFile(CTQuickTimeFile value)
Sets the value of the quickTimeFile property.
|
void |
setUserDrawn(Boolean value)
Sets the value of the userDrawn property.
|
void |
setVideoFile(CTVideoFile value)
Sets the value of the videoFile property.
|
void |
setWavAudioFile(CTEmbeddedWAVAudioFile value)
Sets the value of the wavAudioFile property.
|
protected CTPlaceholder ph
protected CTAudioCD audioCd
protected CTEmbeddedWAVAudioFile wavAudioFile
protected CTAudioFile audioFile
protected CTVideoFile videoFile
protected CTQuickTimeFile quickTimeFile
protected CTCustomerDataList custDataLst
protected CTExtensionList extLst
protected Boolean isPhoto
protected Boolean userDrawn
public CTPlaceholder getPh()
CTPlaceholderpublic void setPh(CTPlaceholder value)
value - allowed object is
CTPlaceholderpublic CTAudioCD getAudioCd()
CTAudioCDpublic void setAudioCd(CTAudioCD value)
value - allowed object is
CTAudioCDpublic CTEmbeddedWAVAudioFile getWavAudioFile()
CTEmbeddedWAVAudioFilepublic void setWavAudioFile(CTEmbeddedWAVAudioFile value)
value - allowed object is
CTEmbeddedWAVAudioFilepublic CTAudioFile getAudioFile()
CTAudioFilepublic void setAudioFile(CTAudioFile value)
value - allowed object is
CTAudioFilepublic CTVideoFile getVideoFile()
CTVideoFilepublic void setVideoFile(CTVideoFile value)
value - allowed object is
CTVideoFilepublic CTQuickTimeFile getQuickTimeFile()
CTQuickTimeFilepublic void setQuickTimeFile(CTQuickTimeFile value)
value - allowed object is
CTQuickTimeFilepublic CTCustomerDataList getCustDataLst()
CTCustomerDataListpublic void setCustDataLst(CTCustomerDataList value)
value - allowed object is
CTCustomerDataListpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic boolean isIsPhoto()
Booleanpublic void setIsPhoto(Boolean value)
value - allowed object is
Booleanpublic boolean isUserDrawn()
Booleanpublic void setUserDrawn(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.