Uses of Class
org.docx4j.dml.chart.x2007.CTBooleanFalse
Packages that use CTBooleanFalse
-
Uses of CTBooleanFalse in org.docx4j.dml.chart.x2007
Fields in org.docx4j.dml.chart.x2007 declared as CTBooleanFalseModifier and TypeFieldDescriptionprotected CTBooleanFalseCTPivotOptions.dropZoneCategoriesprotected CTBooleanFalseCTPivotOptions.dropZoneDataprotected CTBooleanFalseCTPivotOptions.dropZoneFilterprotected CTBooleanFalseCTPivotOptions.dropZoneSeriesprotected CTBooleanFalseCTPivotOptions.dropZonesVisibleMethods in org.docx4j.dml.chart.x2007 that return CTBooleanFalseModifier and TypeMethodDescriptionObjectFactory.createCTBooleanFalse()Create an instance ofCTBooleanFalseCTPivotOptions.getDropZoneCategories()Gets the value of the dropZoneCategories property.CTPivotOptions.getDropZoneData()Gets the value of the dropZoneData property.CTPivotOptions.getDropZoneFilter()Gets the value of the dropZoneFilter property.CTPivotOptions.getDropZoneSeries()Gets the value of the dropZoneSeries property.CTPivotOptions.getDropZonesVisible()Gets the value of the dropZonesVisible property.Methods in org.docx4j.dml.chart.x2007 with parameters of type CTBooleanFalseModifier and TypeMethodDescriptionvoidCTPivotOptions.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.