Class PivotOptions16
java.lang.Object
com.independentsoft.office.drawing.extensions.PivotOptions16
- All Implemented Interfaces:
IExtensionContent
Represents the 2016 pivot-chart options extension (
c16:pivotOptions16)
that stores whether expand/collapse field buttons are shown
(uri {E28EC0CA-F0BB-4C9C-879D-F8772B89E7AC}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new pivot options 16.PivotOptions16(InternalXMLStreamReader reader)Instantiates a new pivot options 16. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone.Gets whether expand/collapse field buttons are shown (c16:showExpandCollapseFieldButtonsval).voidsetShowExpandCollapseFieldButtons(String showExpandCollapseFieldButtons)Sets whether expand/collapse field buttons are shown (c16:showExpandCollapseFieldButtonsval).toString()
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PivotOptions16
public PivotOptions16()Instantiates a new pivot options 16. -
PivotOptions16
Instantiates a new pivot options 16.- 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
-
getShowExpandCollapseFieldButtons
Gets whether expand/collapse field buttons are shown (c16:showExpandCollapseFieldButtonsval). Null when the child element is absent.- Returns:
- the show expand collapse field buttons
-
setShowExpandCollapseFieldButtons
Sets whether expand/collapse field buttons are shown (c16:showExpandCollapseFieldButtonsval). Null when the child element is absent.- Parameters:
showExpandCollapseFieldButtons- the new show expand collapse field buttons
-