Compartir a través de


OldDifferentialFormat Class

Old Formatting Information.When the object is serialized out as xml, its qualified name is x:odxf.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType
        DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
Public Class OldDifferentialFormat _
    Inherits DifferentialFormatType
'Uso
Dim instance As OldDifferentialFormat
public class OldDifferentialFormat : 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 1ª edición]

18.11.1.6 odxf (Old Formatting Information)

This element represents the old differential formatting information for this cell. Old differential formatting is differential formatting that was previously applied to the cell.

Parent Elements

rcc (§18.11.1.9)

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. Los extractos anteriores han sido traducidos del inglés al español por Microsoft (o algunos de sus agentes) e ISO no asume ningún tipo de responsabilidad por dichas traducciones.

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

OldDifferentialFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace