Class CTCategoryFilterException

java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart.CTCategoryFilterException
All Implemented Interfaces:
Child

public class CTCategoryFilterException
extends java.lang.Object
implements Child

Java class for CT_CategoryFilterException complex type.

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

 <complexType name="CT_CategoryFilterException">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sqref" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
         <element name="explosion" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_UnsignedInt" minOccurs="0"/>
         <element name="invertIfNegative" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="bubble3D" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="marker" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Marker" minOccurs="0"/>
         <element name="dLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DLbl" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>