public class CTPivotOptions extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTBooleanFalse |
dropZoneCategories |
protected CTBooleanFalse |
dropZoneData |
protected CTBooleanFalse |
dropZoneFilter |
protected CTBooleanFalse |
dropZoneSeries |
protected CTBooleanFalse |
dropZonesVisible |
| Constructor and Description |
|---|
CTPivotOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBooleanFalse |
getDropZoneCategories()
Gets the value of the dropZoneCategories property.
|
CTBooleanFalse |
getDropZoneData()
Gets the value of the dropZoneData property.
|
CTBooleanFalse |
getDropZoneFilter()
Gets the value of the dropZoneFilter property.
|
CTBooleanFalse |
getDropZoneSeries()
Gets the value of the dropZoneSeries property.
|
CTBooleanFalse |
getDropZonesVisible()
Gets the value of the dropZonesVisible property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setDropZoneCategories(CTBooleanFalse value)
Sets the value of the dropZoneCategories property.
|
void |
setDropZoneData(CTBooleanFalse value)
Sets the value of the dropZoneData property.
|
void |
setDropZoneFilter(CTBooleanFalse value)
Sets the value of the dropZoneFilter property.
|
void |
setDropZoneSeries(CTBooleanFalse value)
Sets the value of the dropZoneSeries property.
|
void |
setDropZonesVisible(CTBooleanFalse value)
Sets the value of the dropZonesVisible property.
|
void |
setParent(Object parent) |
protected CTBooleanFalse dropZoneFilter
protected CTBooleanFalse dropZoneCategories
protected CTBooleanFalse dropZoneData
protected CTBooleanFalse dropZoneSeries
protected CTBooleanFalse dropZonesVisible
public CTBooleanFalse getDropZoneFilter()
CTBooleanFalsepublic void setDropZoneFilter(CTBooleanFalse value)
value - allowed object is
CTBooleanFalsepublic CTBooleanFalse getDropZoneCategories()
CTBooleanFalsepublic void setDropZoneCategories(CTBooleanFalse value)
value - allowed object is
CTBooleanFalsepublic CTBooleanFalse getDropZoneData()
CTBooleanFalsepublic void setDropZoneData(CTBooleanFalse value)
value - allowed object is
CTBooleanFalsepublic CTBooleanFalse getDropZoneSeries()
CTBooleanFalsepublic void setDropZoneSeries(CTBooleanFalse value)
value - allowed object is
CTBooleanFalsepublic CTBooleanFalse getDropZonesVisible()
CTBooleanFalsepublic void setDropZonesVisible(CTBooleanFalse value)
value - allowed object is
CTBooleanFalsepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.