public class NvPr extends Object
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 |
---|---|
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.
|
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 |
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()
CTPlaceholder
public void setPh(CTPlaceholder value)
value
- allowed object is
CTPlaceholder
public CTAudioCD getAudioCd()
CTAudioCD
public void setAudioCd(CTAudioCD value)
value
- allowed object is
CTAudioCD
public CTEmbeddedWAVAudioFile getWavAudioFile()
CTEmbeddedWAVAudioFile
public void setWavAudioFile(CTEmbeddedWAVAudioFile value)
value
- allowed object is
CTEmbeddedWAVAudioFile
public CTAudioFile getAudioFile()
CTAudioFile
public void setAudioFile(CTAudioFile value)
value
- allowed object is
CTAudioFile
public CTVideoFile getVideoFile()
CTVideoFile
public void setVideoFile(CTVideoFile value)
value
- allowed object is
CTVideoFile
public CTQuickTimeFile getQuickTimeFile()
CTQuickTimeFile
public void setQuickTimeFile(CTQuickTimeFile value)
value
- allowed object is
CTQuickTimeFile
public CTCustomerDataList getCustDataLst()
CTCustomerDataList
public void setCustDataLst(CTCustomerDataList value)
value
- allowed object is
CTCustomerDataList
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public boolean isIsPhoto()
Boolean
public void setIsPhoto(Boolean value)
value
- allowed object is
Boolean
public boolean isUserDrawn()
Boolean
Copyright © 2007-2018. All Rights Reserved.