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>
 
  • Field Details

  • Constructor Details

    • CTPivotOptions

      public CTPivotOptions()
  • Method Details

    • getDropZoneFilter

      public CTBooleanFalse getDropZoneFilter()
      Gets the value of the dropZoneFilter property.
      Returns:
      possible object is CTBooleanFalse
    • setDropZoneFilter

      public void setDropZoneFilter​(CTBooleanFalse value)
      Sets the value of the dropZoneFilter property.
      Parameters:
      value - allowed object is CTBooleanFalse
    • getDropZoneCategories

      public CTBooleanFalse getDropZoneCategories()
      Gets the value of the dropZoneCategories property.
      Returns:
      possible object is CTBooleanFalse
    • setDropZoneCategories

      public void setDropZoneCategories​(CTBooleanFalse value)
      Sets the value of the dropZoneCategories property.
      Parameters:
      value - allowed object is CTBooleanFalse
    • getDropZoneData

      public CTBooleanFalse getDropZoneData()
      Gets the value of the dropZoneData property.
      Returns:
      possible object is CTBooleanFalse
    • setDropZoneData

      public void setDropZoneData​(CTBooleanFalse value)
      Sets the value of the dropZoneData property.
      Parameters:
      value - allowed object is CTBooleanFalse
    • getDropZoneSeries

      public CTBooleanFalse getDropZoneSeries()
      Gets the value of the dropZoneSeries property.
      Returns:
      possible object is CTBooleanFalse
    • setDropZoneSeries

      public void setDropZoneSeries​(CTBooleanFalse value)
      Sets the value of the dropZoneSeries property.
      Parameters:
      value - allowed object is CTBooleanFalse
    • getDropZonesVisible

      public CTBooleanFalse getDropZonesVisible()
      Gets the value of the dropZonesVisible property.
      Returns:
      possible object is CTBooleanFalse
    • setDropZonesVisible

      public void setDropZonesVisible​(CTBooleanFalse value)
      Sets the value of the dropZonesVisible property.
      Parameters:
      value - allowed object is CTBooleanFalse
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.