Uses of Class
org.xlsx4j.sml.CTCustomSheetViews
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTCustomSheetViews Modifier and Type Field Description protected CTCustomSheetViewsCTWorksheet. customSheetViewsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTCustomSheetViews Modifier and Type Method Description CTCustomSheetViewsCTWorksheet. getCustomSheetViews()Gets the value of the customSheetViews property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTCustomSheetViews Modifier and Type Method Description voidCTWorksheet. setCustomSheetViews(CTCustomSheetViews value)Sets the value of the customSheetViews property. -
Uses of CTCustomSheetViews in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCustomSheetViews Modifier and Type Field Description protected CTCustomSheetViewsDialogsheet. customSheetViewsprotected CTCustomSheetViewsMacrosheet. customSheetViewsprotected CTCustomSheetViewsWorksheet. customSheetViewsMethods in org.xlsx4j.sml that return CTCustomSheetViews Modifier and Type Method Description CTCustomSheetViewsObjectFactory. createCTCustomSheetViews()Create an instance ofCTCustomSheetViewsCTCustomSheetViewsDialogsheet. getCustomSheetViews()Gets the value of the customSheetViews property.CTCustomSheetViewsMacrosheet. getCustomSheetViews()Gets the value of the customSheetViews property.CTCustomSheetViewsWorksheet. getCustomSheetViews()Gets the value of the customSheetViews property.Methods in org.xlsx4j.sml with parameters of type CTCustomSheetViews Modifier and Type Method Description voidDialogsheet. 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.