DifferentialFormat Class
Formatting.When the object is serialized out as xml, its qualified name is x:dxf.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType
DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class DifferentialFormat _
Inherits DifferentialFormatType
'Usage
Dim instance As DifferentialFormat
public class DifferentialFormat : DifferentialFormatType
Remarks
The following table lists the possible child types:
Font <x:font>
NumberingFormat <x:numFmt>
Fill <x:fill>
Alignment <x:alignment>
Border <x:border>
Protection <x:protection>
ExtensionList <x:extLst>
[ISO/IEC 29500-1 1st Edition]
18.8.14 dxf (Formatting)
A single dxf record, expressing incremental formatting to be applied.
Parent Elements |
---|
dxfs (§18.8.15); rfmt (§18.11.1.17) |
Child Elements |
Subclause |
---|---|
alignment (Alignment) |
§18.8.1 |
border (Border) |
§18.8.4 |
extLst (Future Feature Data Storage Area) |
§18.2.10 |
fill (Fill) |
§18.8.20 |
font (Font) |
§18.8.22 |
numFmt (Number Format) |
§18.8.30 |
protection (Protection Properties) |
§18.8.33 |
[Note: The W3C XML Schema definition of this element’s content model (CT_Dxf) 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.