Class NvPr

java.lang.Object
org.pptx4j.pml.NvPr
All Implemented Interfaces:
Child

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>
 
  • Field Details

  • Constructor Details

    • NvPr

      public NvPr()
  • Method Details

    • getPh

      public CTPlaceholder getPh()
      Gets the value of the ph property.
      Returns:
      possible object is CTPlaceholder
    • setPh

      public void setPh(CTPlaceholder value)
      Sets the value of the ph property.
      Parameters:
      value - allowed object is CTPlaceholder
    • getAudioCd

      public CTAudioCD getAudioCd()
      Gets the value of the audioCd property.
      Returns:
      possible object is CTAudioCD
    • setAudioCd

      public void setAudioCd(CTAudioCD value)
      Sets the value of the audioCd property.
      Parameters:
      value - allowed object is CTAudioCD
    • getWavAudioFile

      public CTEmbeddedWAVAudioFile getWavAudioFile()
      Gets the value of the wavAudioFile property.
      Returns:
      possible object is CTEmbeddedWAVAudioFile
    • setWavAudioFile

      public void setWavAudioFile(CTEmbeddedWAVAudioFile value)
      Sets the value of the wavAudioFile property.
      Parameters:
      value - allowed object is CTEmbeddedWAVAudioFile
    • getAudioFile

      public CTAudioFile getAudioFile()
      Gets the value of the audioFile property.
      Returns:
      possible object is CTAudioFile
    • setAudioFile

      public void setAudioFile(CTAudioFile value)
      Sets the value of the audioFile property.
      Parameters:
      value - allowed object is CTAudioFile
    • getVideoFile

      public CTVideoFile getVideoFile()
      Gets the value of the videoFile property.
      Returns:
      possible object is CTVideoFile
    • setVideoFile

      public void setVideoFile(CTVideoFile value)
      Sets the value of the videoFile property.
      Parameters:
      value - allowed object is CTVideoFile
    • getQuickTimeFile

      public CTQuickTimeFile getQuickTimeFile()
      Gets the value of the quickTimeFile property.
      Returns:
      possible object is CTQuickTimeFile
    • setQuickTimeFile

      public void setQuickTimeFile(CTQuickTimeFile value)
      Sets the value of the quickTimeFile property.
      Parameters:
      value - allowed object is CTQuickTimeFile
    • getCustDataLst

      public CTCustomerDataList getCustDataLst()
      Gets the value of the custDataLst property.
      Returns:
      possible object is CTCustomerDataList
    • setCustDataLst

      public void setCustDataLst(CTCustomerDataList value)
      Sets the value of the custDataLst property.
      Parameters:
      value - allowed object is CTCustomerDataList
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • isIsPhoto

      public boolean isIsPhoto()
      Gets the value of the isPhoto property.
      Returns:
      possible object is Boolean
    • setIsPhoto

      public void setIsPhoto(Boolean value)
      Sets the value of the isPhoto property.
      Parameters:
      value - allowed object is Boolean
    • isUserDrawn

      public boolean isUserDrawn()
      Gets the value of the userDrawn property.
      Returns:
      possible object is Boolean
    • setUserDrawn

      public void setUserDrawn(Boolean value)
      Sets the value of the userDrawn property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      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.