Uses of Class
org.xlsx4j.sml.CTSheetBackgroundPicture
Packages that use CTSheetBackgroundPicture
-
Uses of CTSheetBackgroundPicture in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTSheetBackgroundPictureMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetBackgroundPictureModifier and TypeMethodDescriptionCTWorksheet.getPicture()Gets the value of the picture property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetBackgroundPictureModifier and TypeMethodDescriptionvoidCTWorksheet.setPicture(CTSheetBackgroundPicture value) Sets the value of the picture property. -
Uses of CTSheetBackgroundPicture in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetBackgroundPictureModifier and TypeFieldDescriptionprotected CTSheetBackgroundPictureCTChartsheet.pictureprotected CTSheetBackgroundPictureMacrosheet.pictureprotected CTSheetBackgroundPictureWorksheet.pictureMethods in org.xlsx4j.sml that return CTSheetBackgroundPictureModifier and TypeMethodDescriptionObjectFactory.createCTSheetBackgroundPicture()Create an instance ofCTSheetBackgroundPictureCTChartsheet.getPicture()Gets the value of the picture property.Macrosheet.getPicture()Gets the value of the picture property.Worksheet.getPicture()Gets the value of the picture property.Methods in org.xlsx4j.sml with parameters of type CTSheetBackgroundPictureModifier and TypeMethodDescriptionvoidCTChartsheet.setPicture(CTSheetBackgroundPicture value) Sets the value of the picture property.voidMacrosheet.setPicture(CTSheetBackgroundPicture value) Sets the value of the picture property.voidWorksheet.setPicture(CTSheetBackgroundPicture value) Sets the value of the picture property.