Uses of Class
org.xlsx4j.sml.CTDrawing
Packages that use CTDrawing
-
Uses of CTDrawing in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTDrawingMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTDrawingModifier and TypeMethodDescriptionCTWorksheet.getDrawing()Gets the value of the drawing property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTDrawingModifier and TypeMethodDescriptionvoidCTWorksheet.setDrawing(CTDrawing value) Sets the value of the drawing property. -
Uses of CTDrawing in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTDrawingModifier and TypeFieldDescriptionprotected CTDrawingCTChartsheet.drawingprotected CTDrawingDialogsheet.drawingprotected CTDrawingMacrosheet.drawingprotected CTDrawingWorksheet.drawingMethods in org.xlsx4j.sml that return CTDrawingModifier and TypeMethodDescriptionObjectFactory.createCTDrawing()Create an instance ofCTDrawingCTChartsheet.getDrawing()Gets the value of the drawing property.Dialogsheet.getDrawing()Gets the value of the drawing property.Macrosheet.getDrawing()Gets the value of the drawing property.Worksheet.getDrawing()Gets the value of the drawing property.Methods in org.xlsx4j.sml with parameters of type CTDrawingModifier and TypeMethodDescriptionvoidCTChartsheet.setDrawing(CTDrawing value) Sets the value of the drawing property.voidDialogsheet.setDrawing(CTDrawing value) Sets the value of the drawing property.voidMacrosheet.setDrawing(CTDrawing value) Sets the value of the drawing property.voidWorksheet.setDrawing(CTDrawing value) Sets the value of the drawing property.