Uses of Class
org.docx4j.w14.CTOnOff
| Package | Description |
|---|---|
| org.docx4j.w14 | |
| org.docx4j.wml |
-
Uses of CTOnOff in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTOnOff Modifier and Type Field Description protected CTOnOffCTSdtCheckbox. checkedMethods in org.docx4j.w14 that return CTOnOff Modifier and Type Method Description CTOnOffObjectFactory. createCTOnOff()Create an instance ofCTOnOffCTOnOffCTSdtCheckbox. getChecked()Gets the value of the checked property.Methods in org.docx4j.w14 that return types with arguments of type CTOnOff Modifier and Type Method Description jakarta.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 CTOnOff Modifier and Type Method Description jakarta.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 CTOnOff Modifier and Type Field Description protected CTOnOffRPrAbstract. cntxtAltsprotected CTOnOffCTSettings. conflictModeprotected CTOnOffCTSettings. discardImageEditingDataMethods in org.docx4j.wml that return CTOnOff Modifier and Type Method Description CTOnOffRPrAbstract. getCntxtAlts()Gets the value of the cntxtAlts property.CTOnOffCTSettings. getConflictMode()Gets the value of the conflictMode property.CTOnOffCTSettings. getDiscardImageEditingData()Gets the value of the discardImageEditingData property.Methods in org.docx4j.wml that return types with arguments of type CTOnOff Modifier and Type Method Description jakarta.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 CTOnOff Modifier and Type Method Description jakarta.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.