StyleDisplayCategories class

Office 2013 and later

Category List. When the object is serialized out as xml, its qualified name is dgm:catLst.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

[ISO/IEC 29500-1 1st Edition]

catLst (Category List)

This element is simply a list of categories.

[Example: Consider the following example of a catLst in use in DiagramML:

<catLst>
<cat type="Simple" pri="10000"/>
<cat type="3D" pri="11100"/>
</catLst>

In this example two categories defined in the category list. end example]

Parent Elements

styleDef (§21.4.5.7); styleDefHdr (§21.4.5.8)

Child Elements

Subclause

cat (Category)

§21.4.5.1

[Note: The W3C XML Schema definition of this element’s content model (CT_SDCategories) is located in §A.5.3. end note]

© ISO/IEC29500: 2008.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: