Package org.docx4j.dml.chart.x2007
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 Summary
Fields Modifier and Type Field Description protected CTBooleanFalsedropZoneCategoriesprotected CTBooleanFalsedropZoneDataprotected CTBooleanFalsedropZoneFilterprotected CTBooleanFalsedropZoneSeriesprotected CTBooleanFalsedropZonesVisible -
Constructor Summary
Constructors Constructor Description CTPivotOptions() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTBooleanFalsegetDropZoneCategories()Gets the value of the dropZoneCategories property.CTBooleanFalsegetDropZoneData()Gets the value of the dropZoneData property.CTBooleanFalsegetDropZoneFilter()Gets the value of the dropZoneFilter property.CTBooleanFalsegetDropZoneSeries()Gets the value of the dropZoneSeries property.CTBooleanFalsegetDropZonesVisible()Gets the value of the dropZonesVisible property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetDropZoneCategories(CTBooleanFalse value)Sets the value of the dropZoneCategories property.voidsetDropZoneData(CTBooleanFalse value)Sets the value of the dropZoneData property.voidsetDropZoneFilter(CTBooleanFalse value)Sets the value of the dropZoneFilter property.voidsetDropZoneSeries(CTBooleanFalse value)Sets the value of the dropZoneSeries property.voidsetDropZonesVisible(CTBooleanFalse value)Sets the value of the dropZonesVisible property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
dropZoneFilter
-
dropZoneCategories
-
dropZoneData
-
dropZoneSeries
-
dropZonesVisible
-
-
Constructor Details
-
CTPivotOptions
public CTPivotOptions()
-
-
Method Details
-
getDropZoneFilter
Gets the value of the dropZoneFilter property.- Returns:
- possible object is
CTBooleanFalse
-
setDropZoneFilter
Sets the value of the dropZoneFilter property.- Parameters:
value- allowed object isCTBooleanFalse
-
getDropZoneCategories
Gets the value of the dropZoneCategories property.- Returns:
- possible object is
CTBooleanFalse
-
setDropZoneCategories
Sets the value of the dropZoneCategories property.- Parameters:
value- allowed object isCTBooleanFalse
-
getDropZoneData
Gets the value of the dropZoneData property.- Returns:
- possible object is
CTBooleanFalse
-
setDropZoneData
Sets the value of the dropZoneData property.- Parameters:
value- allowed object isCTBooleanFalse
-
getDropZoneSeries
Gets the value of the dropZoneSeries property.- Returns:
- possible object is
CTBooleanFalse
-
setDropZoneSeries
Sets the value of the dropZoneSeries property.- Parameters:
value- allowed object isCTBooleanFalse
-
getDropZonesVisible
Gets the value of the dropZonesVisible property.- Returns:
- possible object is
CTBooleanFalse
-
setDropZonesVisible
Sets the value of the dropZonesVisible property.- Parameters:
value- allowed object isCTBooleanFalse
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-