Class AutoFilter
java.lang.Object
com.independentsoft.office.spreadsheet.AutoFilter
The Class AutoFilter.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new auto filter.AutoFilter(InternalXMLStreamReader reader)Instantiates a new auto filter.AutoFilter(String reference)Instantiates a new auto filter. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the filter columns.Gets the reference.Gets the sort state.voidsetReference(String reference)Sets the reference.voidsetSortState(SortState sortState)Sets the sort state.toString()
-
Constructor Details
-
AutoFilter
public AutoFilter()Instantiates a new auto filter. -
AutoFilter
Instantiates a new auto filter.- Parameters:
reference- the reference
-
AutoFilter
Instantiates a new auto filter.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
getSortState
Gets the sort state.- Returns:
- the sort state
-
setSortState
Sets the sort state.- Parameters:
sortState- the new sort state
-
getFilterColumns
Gets the filter columns.- Returns:
- the filter columns
-