NumberingFormat class
Defines the NumberingFormat Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is c15:numFmt.
Inheritance hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office15.Drawing.Chart.NumberingFormat
Namespace: DocumentFormat.OpenXml.Office15.Drawing.Chart
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class NumberingFormat _
Inherits OpenXmlLeafElement
'Usage
Dim instance As NumberingFormat
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class NumberingFormat : OpenXmlLeafElement
Remarks
2.3.35 numFmt
Target namespace: https://schemas.microsoft.com/office/drawing/2012/chart
A CT_NumFmt ([ISO/IEC-29500-1] section A.5.1) element that specifies number formatting for elements of type CT_CatAx ([ISO/IEC-29500-1] section A.5.1), CT_DateAx ([ISO/IEC-29500-1] section A.5.1), CT_SerAx ([ISO/IEC-29500-1] section A.5.1) and CT_ValAx ([ISO/IEC-29500-1] section A.5.1). MUST NOT exist if the CT_ExtensionList ([ISO/IEC-29500-1] section A.3) element of the parent CT_ChartSpace element ([ISO/IEC-29500-4] section A.5.1) does not have a child CT_PivotSource element ([ISO/IEC-29500-4] section A.5.1).
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="numFmt" type="c:CT_NumFmt"/>
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.