Uses of Class
org.xlsx4j.sml.SheetViews
Packages that use SheetViews
-
Uses of SheetViews in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as SheetViewsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return SheetViewsModifier and TypeMethodDescriptionCTWorksheet.getSheetViews()Gets the value of the sheetViews property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type SheetViewsModifier and TypeMethodDescriptionvoidCTWorksheet.setSheetViews(SheetViews value) Sets the value of the sheetViews property. -
Uses of SheetViews in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as SheetViewsModifier and TypeFieldDescriptionprotected SheetViewsDialogsheet.sheetViewsprotected SheetViewsMacrosheet.sheetViewsprotected SheetViewsWorksheet.sheetViewsMethods in org.xlsx4j.sml that return SheetViewsModifier and TypeMethodDescriptionObjectFactory.createSheetViews()Create an instance ofSheetViewsDialogsheet.getSheetViews()Gets the value of the sheetViews property.Macrosheet.getSheetViews()Gets the value of the sheetViews property.Worksheet.getSheetViews()Gets the value of the sheetViews property.Methods in org.xlsx4j.sml with parameters of type SheetViewsModifier and TypeMethodDescriptionvoidDialogsheet.setSheetViews(SheetViews value) Sets the value of the sheetViews property.voidMacrosheet.setSheetViews(SheetViews value) Sets the value of the sheetViews property.voidWorksheet.setSheetViews(SheetViews value) Sets the value of the sheetViews property.