Class C14PivotOptions
java.lang.Object
com.independentsoft.office.drawing.extensions.C14PivotOptions
- All Implemented Interfaces:
IExtensionContent
Represents the pivot-chart options extension (
c14:pivotOptions) that
stores the visibility of pivot chart drop zones
(uri {781A3756-C4B2-4CAC-9D66-4F8BD8637D16}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new c14 pivot options.C14PivotOptions(InternalXMLStreamReader reader)Instantiates a new c14 pivot options. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone.Gets the categories drop zone visibility (c14:dropZoneCategoriesval).Gets the data drop zone visibility (c14:dropZoneDataval).Gets the filter drop zone visibility (c14:dropZoneFilterval).Gets the series drop zone visibility (c14:dropZoneSeriesval).Gets whether the drop zones are visible (c14:dropZonesVisibleval).voidsetDropZoneCategories(String dropZoneCategories)Sets the categories drop zone visibility (c14:dropZoneCategoriesval).voidsetDropZoneData(String dropZoneData)Sets the data drop zone visibility (c14:dropZoneDataval).voidsetDropZoneFilter(String dropZoneFilter)Sets the filter drop zone visibility (c14:dropZoneFilterval).voidsetDropZoneSeries(String dropZoneSeries)Sets the series drop zone visibility (c14:dropZoneSeriesval).voidsetDropZonesVisible(String dropZonesVisible)Sets whether the drop zones are visible (c14:dropZonesVisibleval).toString()
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
C14PivotOptions
public C14PivotOptions()Instantiates a new c14 pivot options. -
C14PivotOptions
Instantiates a new c14 pivot options.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getDropZoneFilter
Gets the filter drop zone visibility (c14:dropZoneFilterval). Null when the child element is absent.- Returns:
- the drop zone filter
-
setDropZoneFilter
Sets the filter drop zone visibility (c14:dropZoneFilterval). Null when the child element is absent.- Parameters:
dropZoneFilter- the new drop zone filter
-
getDropZoneCategories
Gets the categories drop zone visibility (c14:dropZoneCategoriesval). Null when the child element is absent.- Returns:
- the drop zone categories
-
setDropZoneCategories
Sets the categories drop zone visibility (c14:dropZoneCategoriesval). Null when the child element is absent.- Parameters:
dropZoneCategories- the new drop zone categories
-
getDropZoneData
Gets the data drop zone visibility (c14:dropZoneDataval). Null when the child element is absent.- Returns:
- the drop zone data
-
setDropZoneData
Sets the data drop zone visibility (c14:dropZoneDataval). Null when the child element is absent.- Parameters:
dropZoneData- the new drop zone data
-
getDropZoneSeries
Gets the series drop zone visibility (c14:dropZoneSeriesval). Null when the child element is absent.- Returns:
- the drop zone series
-
setDropZoneSeries
Sets the series drop zone visibility (c14:dropZoneSeriesval). Null when the child element is absent.- Parameters:
dropZoneSeries- the new drop zone series
-
getDropZonesVisible
Gets whether the drop zones are visible (c14:dropZonesVisibleval). Null when the child element is absent.- Returns:
- the drop zones visible
-
setDropZonesVisible
Sets whether the drop zones are visible (c14:dropZonesVisibleval). Null when the child element is absent.- Parameters:
dropZonesVisible- the new drop zones visible
-