Uses of Class
org.xlsx4j.sml.SheetViews
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 SheetViews Modifier and Type Field Description protected SheetViewsCTWorksheet. sheetViewsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return SheetViews Modifier and Type Method Description SheetViewsCTWorksheet. getSheetViews()Gets the value of the sheetViews property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type SheetViews Modifier and Type Method Description voidCTWorksheet. setSheetViews(SheetViews value)Sets the value of the sheetViews property. -
Uses of SheetViews in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as SheetViews Modifier and Type Field Description protected SheetViewsDialogsheet. sheetViewsprotected SheetViewsMacrosheet. sheetViewsprotected SheetViewsWorksheet. sheetViewsMethods in org.xlsx4j.sml that return SheetViews Modifier and Type Method Description SheetViewsObjectFactory. createSheetViews()Create an instance ofSheetViewsSheetViewsDialogsheet. getSheetViews()Gets the value of the sheetViews property.SheetViewsMacrosheet. getSheetViews()Gets the value of the sheetViews property.SheetViewsWorksheet. getSheetViews()Gets the value of the sheetViews property.Methods in org.xlsx4j.sml with parameters of type SheetViews Modifier and Type Method Description voidDialogsheet. 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.