Uses of Class
org.xlsx4j.sml.CTAutoFilter
Packages that use CTAutoFilter
-
Uses of CTAutoFilter in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTAutoFilterMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTAutoFilterModifier and TypeMethodDescriptionCTWorksheet.getAutoFilter()Gets the value of the autoFilter property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTAutoFilterModifier and TypeMethodDescriptionvoidCTWorksheet.setAutoFilter(CTAutoFilter value) Sets the value of the autoFilter property. -
Uses of CTAutoFilter in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTAutoFilterModifier and TypeFieldDescriptionprotected CTAutoFilterCTCustomSheetView.autoFilterprotected CTAutoFilterCTPivotFilter.autoFilterprotected CTAutoFilterCTTable.autoFilterprotected CTAutoFilterMacrosheet.autoFilterprotected CTAutoFilterWorksheet.autoFilterMethods in org.xlsx4j.sml that return CTAutoFilterModifier and TypeMethodDescriptionObjectFactory.createCTAutoFilter()Create an instance ofCTAutoFilterCTCustomSheetView.getAutoFilter()Gets the value of the autoFilter property.CTPivotFilter.getAutoFilter()Gets the value of the autoFilter property.CTTable.getAutoFilter()Gets the value of the autoFilter property.Macrosheet.getAutoFilter()Gets the value of the autoFilter property.Worksheet.getAutoFilter()Gets the value of the autoFilter property.Methods in org.xlsx4j.sml with parameters of type CTAutoFilterModifier and TypeMethodDescriptionvoidCTCustomSheetView.setAutoFilter(CTAutoFilter value) Sets the value of the autoFilter property.voidCTPivotFilter.setAutoFilter(CTAutoFilter value) Sets the value of the autoFilter property.voidCTTable.setAutoFilter(CTAutoFilter value) Sets the value of the autoFilter property.voidMacrosheet.setAutoFilter(CTAutoFilter value) Sets the value of the autoFilter property.voidWorksheet.setAutoFilter(CTAutoFilter value) Sets the value of the autoFilter property.