Uses of Class
org.xlsx4j.sml.CTCustomSheetViews
Packages that use CTCustomSheetViews
-
Uses of CTCustomSheetViews in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTCustomSheetViewsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTCustomSheetViewsModifier and TypeMethodDescriptionCTWorksheet.getCustomSheetViews()Gets the value of the customSheetViews property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTCustomSheetViewsModifier and TypeMethodDescriptionvoidCTWorksheet.setCustomSheetViews(CTCustomSheetViews value) Sets the value of the customSheetViews property. -
Uses of CTCustomSheetViews in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCustomSheetViewsModifier and TypeFieldDescriptionprotected CTCustomSheetViewsDialogsheet.customSheetViewsprotected CTCustomSheetViewsMacrosheet.customSheetViewsprotected CTCustomSheetViewsWorksheet.customSheetViewsMethods in org.xlsx4j.sml that return CTCustomSheetViewsModifier and TypeMethodDescriptionObjectFactory.createCTCustomSheetViews()Create an instance ofCTCustomSheetViewsDialogsheet.getCustomSheetViews()Gets the value of the customSheetViews property.Macrosheet.getCustomSheetViews()Gets the value of the customSheetViews property.Worksheet.getCustomSheetViews()Gets the value of the customSheetViews property.Methods in org.xlsx4j.sml with parameters of type CTCustomSheetViewsModifier and TypeMethodDescriptionvoidDialogsheet.setCustomSheetViews(CTCustomSheetViews value) Sets the value of the customSheetViews property.voidMacrosheet.setCustomSheetViews(CTCustomSheetViews value) Sets the value of the customSheetViews property.voidWorksheet.setCustomSheetViews(CTCustomSheetViews value) Sets the value of the customSheetViews property.