Uses of Class
org.xlsx4j.sml.CTSheetBackgroundPicture
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTSheetBackgroundPicture Modifier and Type Field Description protected CTSheetBackgroundPictureCTWorksheet. pictureMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetBackgroundPicture Modifier and Type Method Description CTSheetBackgroundPictureCTWorksheet. getPicture()Gets the value of the picture property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetBackgroundPicture Modifier and Type Method Description voidCTWorksheet. setPicture(CTSheetBackgroundPicture value)Sets the value of the picture property. -
Uses of CTSheetBackgroundPicture in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetBackgroundPicture Modifier and Type Field Description protected CTSheetBackgroundPictureCTChartsheet. pictureprotected CTSheetBackgroundPictureMacrosheet. pictureprotected CTSheetBackgroundPictureWorksheet. pictureMethods in org.xlsx4j.sml that return CTSheetBackgroundPicture Modifier and Type Method Description CTSheetBackgroundPictureObjectFactory. createCTSheetBackgroundPicture()Create an instance ofCTSheetBackgroundPictureCTSheetBackgroundPictureCTChartsheet. getPicture()Gets the value of the picture property.CTSheetBackgroundPictureMacrosheet. getPicture()Gets the value of the picture property.CTSheetBackgroundPictureWorksheet. getPicture()Gets the value of the picture property.Methods in org.xlsx4j.sml with parameters of type CTSheetBackgroundPicture Modifier and Type Method Description voidCTChartsheet. 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.