Uses of Class
org.docx4j.dml.CTEmbeddedWAVAudioFile
Packages that use CTEmbeddedWAVAudioFile
-
Uses of CTEmbeddedWAVAudioFile in org.docx4j.dml
Fields in org.docx4j.dml declared as CTEmbeddedWAVAudioFileMethods in org.docx4j.dml that return CTEmbeddedWAVAudioFileModifier and TypeMethodDescriptionObjectFactory.createCTEmbeddedWAVAudioFile()Create an instance ofCTEmbeddedWAVAudioFileCTHyperlink.getSnd()Gets the value of the snd property.Methods in org.docx4j.dml with parameters of type CTEmbeddedWAVAudioFileModifier and TypeMethodDescriptionvoidCTHyperlink.setSnd(CTEmbeddedWAVAudioFile value) Sets the value of the snd property. -
Uses of CTEmbeddedWAVAudioFile in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTEmbeddedWAVAudioFileModifier and TypeFieldDescriptionprotected CTEmbeddedWAVAudioFileCTTransitionStartSoundAction.sndprotected CTEmbeddedWAVAudioFileCTTLTimeTargetElement.sndTgtprotected CTEmbeddedWAVAudioFileNvPr.wavAudioFileMethods in org.pptx4j.pml that return CTEmbeddedWAVAudioFileModifier and TypeMethodDescriptionCTTransitionStartSoundAction.getSnd()Gets the value of the snd property.CTTLTimeTargetElement.getSndTgt()Gets the value of the sndTgt property.NvPr.getWavAudioFile()Gets the value of the wavAudioFile property.Methods in org.pptx4j.pml with parameters of type CTEmbeddedWAVAudioFileModifier and TypeMethodDescriptionvoidCTTransitionStartSoundAction.setSnd(CTEmbeddedWAVAudioFile value) Sets the value of the snd property.voidCTTLTimeTargetElement.setSndTgt(CTEmbeddedWAVAudioFile value) Sets the value of the sndTgt property.voidNvPr.setWavAudioFile(CTEmbeddedWAVAudioFile value) Sets the value of the wavAudioFile property.