Uses of Class
org.apache.poi.sl.draw.binding.CTEmbeddedWAVAudioFile
-
Packages that use CTEmbeddedWAVAudioFile Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTEmbeddedWAVAudioFile in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTEmbeddedWAVAudioFile Modifier and Type Field Description protected CTEmbeddedWAVAudioFile
CTHyperlink. snd
Methods in org.apache.poi.sl.draw.binding that return CTEmbeddedWAVAudioFile Modifier and Type Method Description CTEmbeddedWAVAudioFile
ObjectFactory. createCTEmbeddedWAVAudioFile()
Create an instance ofCTEmbeddedWAVAudioFile
CTEmbeddedWAVAudioFile
CTHyperlink. getSnd()
Gets the value of the snd property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTEmbeddedWAVAudioFile Modifier and Type Method Description void
CTHyperlink. setSnd(CTEmbeddedWAVAudioFile value)
Sets the value of the snd property.
-