Class CTPivotOptions

java.lang.Object
org.docx4j.dml.chart.x2007.CTPivotOptions
All Implemented Interfaces:
Child

public class CTPivotOptions
extends java.lang.Object
implements Child

Java class for CT_PivotOptions complex type.

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

 <complexType name="CT_PivotOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dropZoneFilter" type="{http://schemas.microsoft.com/office/drawing/2007/8/2/chart}CT_BooleanFalse" minOccurs="0"/>
         <element name="dropZoneCategories" type="{http://schemas.microsoft.com/office/drawing/2007/8/2/chart}CT_BooleanFalse" minOccurs="0"/>
         <element name="dropZoneData" type="{http://schemas.microsoft.com/office/drawing/2007/8/2/chart}CT_BooleanFalse" minOccurs="0"/>
         <element name="dropZoneSeries" type="{http://schemas.microsoft.com/office/drawing/2007/8/2/chart}CT_BooleanFalse" minOccurs="0"/>
         <element name="dropZonesVisible" type="{http://schemas.microsoft.com/office/drawing/2007/8/2/chart}CT_BooleanFalse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>