Uses of Class
org.docx4j.w14.CTOnOff
Packages that use CTOnOff
-
Uses of CTOnOff in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTOnOffMethods in org.docx4j.w14 that return CTOnOffModifier and TypeMethodDescriptionObjectFactory.createCTOnOff()Create an instance ofCTOnOffCTSdtCheckbox.getChecked()Gets the value of the checked property.Methods in org.docx4j.w14 that return types with arguments of type CTOnOffModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTOnOff>ObjectFactory.createConflictMode(CTOnOff value) jakarta.xml.bind.JAXBElement<CTOnOff>ObjectFactory.createDiscardImageEditingData(CTOnOff value) Methods in org.docx4j.w14 with parameters of type CTOnOffModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTOnOff>ObjectFactory.createConflictMode(CTOnOff value) jakarta.xml.bind.JAXBElement<CTOnOff>ObjectFactory.createDiscardImageEditingData(CTOnOff value) voidCTSdtCheckbox.setChecked(CTOnOff value) Sets the value of the checked property. -
Uses of CTOnOff in org.docx4j.wml
Fields in org.docx4j.wml declared as CTOnOffModifier and TypeFieldDescriptionprotected CTOnOffRPrAbstract.cntxtAltsprotected CTOnOffCTSettings.conflictModeprotected CTOnOffCTSettings.discardImageEditingDataMethods in org.docx4j.wml that return CTOnOffModifier and TypeMethodDescriptionRPrAbstract.getCntxtAlts()Gets the value of the cntxtAlts property.CTSettings.getConflictMode()Gets the value of the conflictMode property.CTSettings.getDiscardImageEditingData()Gets the value of the discardImageEditingData property.Methods in org.docx4j.wml that return types with arguments of type CTOnOffModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTOnOff>ObjectFactory.createCTParaRPrOriginalCntxtAlts(CTOnOff value) jakarta.xml.bind.JAXBElement<CTOnOff>ObjectFactory.createCTRPrChangeRPrCntxtAlts(CTOnOff value) Methods in org.docx4j.wml with parameters of type CTOnOffModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTOnOff>ObjectFactory.createCTParaRPrOriginalCntxtAlts(CTOnOff value) jakarta.xml.bind.JAXBElement<CTOnOff>ObjectFactory.createCTRPrChangeRPrCntxtAlts(CTOnOff value) voidRPrAbstract.setCntxtAlts(CTOnOff value) Sets the value of the cntxtAlts property.voidCTSettings.setConflictMode(CTOnOff value) Sets the value of the conflictMode property.voidCTSettings.setDiscardImageEditingData(CTOnOff value) Sets the value of the discardImageEditingData property.