public class AutoFilter extends Object implements XMLConvertible
A filter on a range
| Constructor and Description |
|---|
AutoFilter(String rangeName,
String rangeAddress,
boolean displayButtons,
Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendXMLContent(XMLUtil util,
Appendable appendable)
Write the XML format for this object.
|
static AutoFilterBuilder |
builder(String rangeName,
Table table,
int r1,
int c1,
int r2,
int c2) |
public static AutoFilterBuilder builder(String rangeName, Table table, int r1, int c1, int r2, int c2)
rangeName - the name of the rangetable - the tabler1 - first row of the rangec1 - first col of the ranger2 - last rowc2 - last colpublic void appendXMLContent(XMLUtil util, Appendable appendable) throws IOException
XMLConvertibleappendXMLContent in interface XMLConvertibleutil - a helper objectappendable - the appendable to append data toIOException - if the style can't be addedCopyright © 2016–2021. All rights reserved.