Uses of Class
org.xlsx4j.sml.CTOleObjects
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTOleObjects in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTOleObjects Modifier and Type Field Description protected CTOleObjectsCTWorksheet. oleObjectsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTOleObjects Modifier and Type Method Description CTOleObjectsCTWorksheet. getOleObjects()Gets the value of the oleObjects property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTOleObjects Modifier and Type Method Description voidCTWorksheet. setOleObjects(CTOleObjects value)Sets the value of the oleObjects property. -
Uses of CTOleObjects in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTOleObjects Modifier and Type Field Description protected CTOleObjectsDialogsheet. oleObjectsprotected CTOleObjectsMacrosheet. oleObjectsprotected CTOleObjectsWorksheet. oleObjectsMethods in org.xlsx4j.sml that return CTOleObjects Modifier and Type Method Description CTOleObjectsObjectFactory. createCTOleObjects()Create an instance ofCTOleObjectsCTOleObjectsDialogsheet. getOleObjects()Gets the value of the oleObjects property.CTOleObjectsMacrosheet. getOleObjects()Gets the value of the oleObjects property.CTOleObjectsWorksheet. getOleObjects()Gets the value of the oleObjects property.Methods in org.xlsx4j.sml with parameters of type CTOleObjects Modifier and Type Method Description voidDialogsheet. setOleObjects(CTOleObjects value)Sets the value of the oleObjects property.voidMacrosheet. setOleObjects(CTOleObjects value)Sets the value of the oleObjects property.voidWorksheet. setOleObjects(CTOleObjects value)Sets the value of the oleObjects property.