StyleDefinitionHeader class
Style Definition Header. When the object is serialized out as xml, its qualified name is dgm:styleDefHdr.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
styleDefHdr (Style Definition Header)
This element specifies header information associated with a style definition. The header information is used by an application to preprocess required data in order to help with possible performance concerns associated with an initial full load of a color transform definition.
[Example: Consider the following example of a styleDefHdr element within DiagramML:
<styleDefHdr uniqueId="urn:quicktyle/3d1">
<title val="3D" />
<desc val="" />
<catLst>
<cat type="3D" pri="10100" />
</catLst>
</
styleDefHdr >In this example we see a style definition header which defines a title and category for a set of style definitions. end example]
Parent Elements |
|---|
styleDefHdrLst (§21.4.5.9) |
Child Elements | Subclause |
|---|---|
catLst (Category List) | §21.4.5.2 |
desc (Style Label Description) | §21.4.5.3 |
extLst (Extension List) | §21.4.2.13 |
title (Title) | §21.4.5.11 |
Attributes | Description |
|---|---|
minVer (Minimum Version) | The minimum product version that can support this quick style. The possible values for this attribute are defined by the W3C XML Schema string datatype. |
resId (Resource ID) | This attribute is the id which associates this header to the actual style definition part. The possible values for this attribute are defined by the W3C XML Schema int datatype. |
uniqueId (Unique Style ID) | This attribute defines a unique identifier for the associated style definition. The possible values for this attribute are defined by the W3C XML Schema string datatype. |
[Note: The W3C XML Schema definition of this element’s content model (CT_StyleDefinitionHeader) is located in §A.5.3. end note]
© ISO/IEC29500: 2008.