Uses of Class
org.xlsx4j.sml.CTControls
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTControls Modifier and Type Field Description protected CTControlsCTWorksheet. controlsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTControls Modifier and Type Method Description CTControlsCTWorksheet. getControls()Gets the value of the controls property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTControls Modifier and Type Method Description voidCTWorksheet. setControls(CTControls value)Sets the value of the controls property. -
Uses of CTControls in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTControls Modifier and Type Field Description protected CTControlsDialogsheet. controlsprotected CTControlsWorksheet. controlsMethods in org.xlsx4j.sml that return CTControls Modifier and Type Method Description CTControlsObjectFactory. createCTControls()Create an instance ofCTControlsCTControlsDialogsheet. getControls()Gets the value of the controls property.CTControlsWorksheet. getControls()Gets the value of the controls property.Methods in org.xlsx4j.sml with parameters of type CTControls Modifier and Type Method Description voidDialogsheet. setControls(CTControls value)Sets the value of the controls property.voidWorksheet. setControls(CTControls value)Sets the value of the controls property.