Uses of Class
org.xlsx4j.sml.CTControls
Packages that use CTControls
-
Uses of CTControls in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTControlsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTControlsModifier and TypeMethodDescriptionCTWorksheet.getControls()Gets the value of the controls property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTControlsModifier and TypeMethodDescriptionvoidCTWorksheet.setControls(CTControls value) Sets the value of the controls property. -
Uses of CTControls in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTControlsModifier and TypeFieldDescriptionprotected CTControlsDialogsheet.controlsprotected CTControlsWorksheet.controlsMethods in org.xlsx4j.sml that return CTControlsModifier and TypeMethodDescriptionObjectFactory.createCTControls()Create an instance ofCTControlsDialogsheet.getControls()Gets the value of the controls property.Worksheet.getControls()Gets the value of the controls property.Methods in org.xlsx4j.sml with parameters of type CTControlsModifier and TypeMethodDescriptionvoidDialogsheet.setControls(CTControls value) Sets the value of the controls property.voidWorksheet.setControls(CTControls value) Sets the value of the controls property.