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
声明
Public Class OldDifferentialFormat _
Inherits DifferentialFormatType
用法
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 个版本]
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. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
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.