Uses of Class
org.docx4j.dml.chart.x2007.CTBooleanFalse
| Package | Description |
|---|---|
| org.docx4j.dml.chart.x2007 |
-
Uses of CTBooleanFalse in org.docx4j.dml.chart.x2007
Fields in org.docx4j.dml.chart.x2007 declared as CTBooleanFalse Modifier and Type Field Description protected CTBooleanFalseCTPivotOptions. dropZoneCategoriesprotected CTBooleanFalseCTPivotOptions. dropZoneDataprotected CTBooleanFalseCTPivotOptions. dropZoneFilterprotected CTBooleanFalseCTPivotOptions. dropZoneSeriesprotected CTBooleanFalseCTPivotOptions. dropZonesVisibleMethods in org.docx4j.dml.chart.x2007 that return CTBooleanFalse Modifier and Type Method Description CTBooleanFalseObjectFactory. createCTBooleanFalse()Create an instance ofCTBooleanFalseCTBooleanFalseCTPivotOptions. getDropZoneCategories()Gets the value of the dropZoneCategories property.CTBooleanFalseCTPivotOptions. getDropZoneData()Gets the value of the dropZoneData property.CTBooleanFalseCTPivotOptions. getDropZoneFilter()Gets the value of the dropZoneFilter property.CTBooleanFalseCTPivotOptions. getDropZoneSeries()Gets the value of the dropZoneSeries property.CTBooleanFalseCTPivotOptions. getDropZonesVisible()Gets the value of the dropZonesVisible property.Methods in org.docx4j.dml.chart.x2007 with parameters of type CTBooleanFalse Modifier and Type Method Description voidCTPivotOptions. setDropZoneCategories(CTBooleanFalse value)Sets the value of the dropZoneCategories property.voidCTPivotOptions. setDropZoneData(CTBooleanFalse value)Sets the value of the dropZoneData property.voidCTPivotOptions. setDropZoneFilter(CTBooleanFalse value)Sets the value of the dropZoneFilter property.voidCTPivotOptions. setDropZoneSeries(CTBooleanFalse value)Sets the value of the dropZoneSeries property.voidCTPivotOptions. setDropZonesVisible(CTBooleanFalse value)Sets the value of the dropZonesVisible property.