Package org.docx4j.dml.chart.x2007
Class CTPivotOptions
java.lang.Object
org.docx4j.dml.chart.x2007.CTPivotOptions
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTBooleanFalseprotected CTBooleanFalseprotected CTBooleanFalseprotected CTBooleanFalseprotected CTBooleanFalse -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the dropZoneCategories property.Gets the value of the dropZoneData property.Gets the value of the dropZoneFilter property.Gets the value of the dropZoneSeries property.Gets the value of the dropZonesVisible property.Gets the parent object in the object tree representing the unmarshalled xml document.voidSets 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.voidSets the value of the dropZonesVisible property.void
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-