Uses of Class
org.xlsx4j.sml.CTDrawing
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTDrawing Modifier and Type Field Description protected CTDrawingCTWorksheet. drawingMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTDrawing Modifier and Type Method Description CTDrawingCTWorksheet. getDrawing()Gets the value of the drawing property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTDrawing Modifier and Type Method Description voidCTWorksheet. setDrawing(CTDrawing value)Sets the value of the drawing property. -
Uses of CTDrawing in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTDrawing Modifier and Type Field Description protected CTDrawingCTChartsheet. drawingprotected CTDrawingDialogsheet. drawingprotected CTDrawingMacrosheet. drawingprotected CTDrawingWorksheet. drawingMethods in org.xlsx4j.sml that return CTDrawing Modifier and Type Method Description CTDrawingObjectFactory. createCTDrawing()Create an instance ofCTDrawingCTDrawingCTChartsheet. getDrawing()Gets the value of the drawing property.CTDrawingDialogsheet. getDrawing()Gets the value of the drawing property.CTDrawingMacrosheet. getDrawing()Gets the value of the drawing property.CTDrawingWorksheet. getDrawing()Gets the value of the drawing property.Methods in org.xlsx4j.sml with parameters of type CTDrawing Modifier and Type Method Description voidCTChartsheet. 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.