public class FilterEnumerate extends Object implements Filter
TODO: See compatibility note in 9.5.5 table:filter-condition
| Constructor and Description |
|---|
FilterEnumerate(int colIndex,
String... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendXMLContent(XMLUtil util,
Appendable appendable)
"Note: To improve backward compatibility with OpenDocument 1.1 documents, the following
attributes should have these values if table:filter-set-item elements are included:
table:operator: "=", table:value: value of the first table:filter-set-item child element,
table:data-type: "text".
|
public FilterEnumerate(int colIndex,
String... values)
colIndex - the indexvalues - the valuespublic void appendXMLContent(XMLUtil util, Appendable appendable) throws IOException
appendXMLContent in interface XMLConvertibleutil - a helper objectappendable - the appendable to append data toIOException - if an I/O error occursCopyright © 2016–2021. All rights reserved.