Uses of Class
org.xlsx4j.sml.CTOleObjects
Packages that use CTOleObjects
-
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 CTOleObjectsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTOleObjectsModifier and TypeMethodDescriptionCTWorksheet.getOleObjects()Gets the value of the oleObjects property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTOleObjectsModifier and TypeMethodDescriptionvoidCTWorksheet.setOleObjects(CTOleObjects value) Sets the value of the oleObjects property. -
Uses of CTOleObjects in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTOleObjectsModifier and TypeFieldDescriptionprotected CTOleObjectsDialogsheet.oleObjectsprotected CTOleObjectsMacrosheet.oleObjectsprotected CTOleObjectsWorksheet.oleObjectsMethods in org.xlsx4j.sml that return CTOleObjectsModifier and TypeMethodDescriptionObjectFactory.createCTOleObjects()Create an instance ofCTOleObjectsDialogsheet.getOleObjects()Gets the value of the oleObjects property.Macrosheet.getOleObjects()Gets the value of the oleObjects property.Worksheet.getOleObjects()Gets the value of the oleObjects property.Methods in org.xlsx4j.sml with parameters of type CTOleObjectsModifier and TypeMethodDescriptionvoidDialogsheet.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.