Uses of Class
org.docx4j.dml.CTAudioCDTime
Packages that use CTAudioCDTime
-
Uses of CTAudioCDTime in org.docx4j.dml
Fields in org.docx4j.dml declared as CTAudioCDTimeModifier and TypeFieldDescriptionprotected CTAudioCDTimeCTAudioCD.endprotected CTAudioCDTimeCTAudioCD.stMethods in org.docx4j.dml that return CTAudioCDTimeModifier and TypeMethodDescriptionObjectFactory.createCTAudioCDTime()Create an instance ofCTAudioCDTimeCTAudioCD.getEnd()Gets the value of the end property.CTAudioCD.getSt()Gets the value of the st property.Methods in org.docx4j.dml with parameters of type CTAudioCDTimeModifier and TypeMethodDescriptionvoidCTAudioCD.setEnd(CTAudioCDTime value) Sets the value of the end property.voidCTAudioCD.setSt(CTAudioCDTime value) Sets the value of the st property.