Class CTFilterColumn

java.lang.Object
org.xlsx4j.sml.CTFilterColumn
All Implemented Interfaces:
Child

public class CTFilterColumn
extends java.lang.Object
implements Child

Java class for CT_FilterColumn complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_FilterColumn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice minOccurs="0">
         <element name="filters" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Filters" minOccurs="0"/>
         <element name="top10" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Top10" minOccurs="0"/>
         <element name="customFilters" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CustomFilters" minOccurs="0"/>
         <element name="dynamicFilter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DynamicFilter" minOccurs="0"/>
         <element name="colorFilter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ColorFilter" minOccurs="0"/>
         <element name="iconFilter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_IconFilter" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </choice>
       <attribute name="colId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="hiddenButton" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showButton" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>