Uses of Class
org.xlsx4j.sml.CTDrawingHF
Packages that use CTDrawingHF
-
Uses of CTDrawingHF in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTDrawingHFModifier and TypeFieldDescriptionprotected CTDrawingHFCTChartsheet.drawingHFprotected CTDrawingHFDialogsheet.drawingHFprotected CTDrawingHFMacrosheet.drawingHFprotected CTDrawingHFWorksheet.drawingHFMethods in org.xlsx4j.sml that return CTDrawingHFModifier and TypeMethodDescriptionObjectFactory.createCTDrawingHF()Create an instance ofCTDrawingHFCTChartsheet.getDrawingHF()Gets the value of the drawingHF property.Dialogsheet.getDrawingHF()Gets the value of the drawingHF property.Macrosheet.getDrawingHF()Gets the value of the drawingHF property.Worksheet.getDrawingHF()Gets the value of the drawingHF property.Methods in org.xlsx4j.sml with parameters of type CTDrawingHFModifier and TypeMethodDescriptionvoidCTChartsheet.setDrawingHF(CTDrawingHF value) Sets the value of the drawingHF property.voidDialogsheet.setDrawingHF(CTDrawingHF value) Sets the value of the drawingHF property.voidMacrosheet.setDrawingHF(CTDrawingHF value) Sets the value of the drawingHF property.voidWorksheet.setDrawingHF(CTDrawingHF value) Sets the value of the drawingHF property.