Class DataDisplayOptions16
java.lang.Object
com.independentsoft.office.drawing.extensions.DataDisplayOptions16
- All Implemented Interfaces:
IExtensionContent
Represents the data-display options extension
(
c16r3:dataDisplayOptions16) that stores whether #N/A values are
displayed as blanks (uri {56B9EC1D-385E-4148-901F-78D8002777C0}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new data display options 16.Instantiates a new data display options 16. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone.Gets whether #N/A values are displayed as blanks (c16r3:dispNaAsBlankval).voidsetDispNaAsBlank(String value)Sets whether #N/A values are displayed as blanks (c16r3:dispNaAsBlankval).toString()
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DataDisplayOptions16
public DataDisplayOptions16()Instantiates a new data display options 16. -
DataDisplayOptions16
Instantiates a new data display 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
-
getDispNaAsBlank
Gets whether #N/A values are displayed as blanks (c16r3:dispNaAsBlankval). Null when the child element is absent.- Returns:
- the disp na as blank
-
setDispNaAsBlank
Sets whether #N/A values are displayed as blanks (c16r3:dispNaAsBlankval). Null when the child element is absent.- Parameters:
value- the new disp na as blank
-