Freigeben über


DifferentialFormats-Klasse

Formats.When the object is serialized out as xml, its qualified name is x:dxfs.

Vererbungshierarchie

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

Hinweise

The following table lists the possible child types:

  • DifferentialFormat <x:dxf>

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

DifferentialFormats-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace