ExceptionForSave class

Defines the ExceptionForSave Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is c15:xForSave.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office15.Drawing.Chart.BooleanType
        DocumentFormat.OpenXml.Office15.Drawing.Chart.ExceptionForSave

Namespace:  DocumentFormat.OpenXml.Office15.Drawing.Chart
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class ExceptionForSave _
    Inherits BooleanType
'Usage
Dim instance As ExceptionForSave
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class ExceptionForSave : BooleanType

Remarks

2.3.57 xForSave

Target namespace: https://schemas.microsoft.com/office/drawing/2012/chart

xForSave is a CT_Boolean (section 2.5.83) element that specifies whether this datalabel (section 2.2.1.3) was created solely for the purpose of saving. If it is true, it means that when the file is loaded back, this datalabel will be merged with the default datalabel on that chart series ([ISO/IEC-29500-1] section 21.2).

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="xForSave" type="c:CT_Boolean"/>

See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ExceptionForSave members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace