Uses of Class
org.docx4j.dml.CTAudioCDTime
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTAudioCDTime in org.docx4j.dml
Fields in org.docx4j.dml declared as CTAudioCDTime Modifier and Type Field Description protected CTAudioCDTimeCTAudioCD. endprotected CTAudioCDTimeCTAudioCD. stMethods in org.docx4j.dml that return CTAudioCDTime Modifier and Type Method Description CTAudioCDTimeObjectFactory. createCTAudioCDTime()Create an instance ofCTAudioCDTimeCTAudioCDTimeCTAudioCD. getEnd()Gets the value of the end property.CTAudioCDTimeCTAudioCD. getSt()Gets the value of the st property.Methods in org.docx4j.dml with parameters of type CTAudioCDTime Modifier and Type Method Description voidCTAudioCD. setEnd(CTAudioCDTime value)Sets the value of the end property.voidCTAudioCD. setSt(CTAudioCDTime value)Sets the value of the st property.