DifferentialFormats Class
Formats.When the object is serialized out as xml, its qualified name is x:dxfs.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(DifferentialFormat))> _
Public Class DifferentialFormats _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As DifferentialFormats
[ChildElementInfoAttribute(typeof(DifferentialFormat))]
public class DifferentialFormats : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- DifferentialFormat <x:dxf>
[ISO/IEC 29500-1 1st Edition]
18.8.15 dxfs (Formats)
This element contains the master differential formatting records (dxf's) which define formatting for all non-cell formatting in this workbook. Whereas xf records fully specify a particular aspect of formatting (e.g., cell borders) by referencing those formatting definitions elsewhere in the Styles part, dxf records specify incremental (or differential) aspects of formatting directly inline within the dxf element. The dxf formatting is to be applied on top of or in addition to any formatting already present on the object using the dxf record.
Parent Elements |
---|
styleSheet (§18.8.39) |
Child Elements |
Subclause |
---|---|
dxf (Formatting) |
§18.8.14 |
Attributes |
Description |
---|---|
count (Format Count) |
Count of dxf elements. The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype. |
[Note: The W3C XML Schema definition of this element’s content model (CT_Dxfs) is located in §A.2. end note]
© ISO/IEC29500: 2008.
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.