KeymapsType Class

Defines the KeymapsType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office.Word.KeymapsType
        DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations
        DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization

Namespace:  DocumentFormat.OpenXml.Office.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(KeyMapEntry))> _
Public MustInherit Class KeymapsType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As KeymapsType
[ChildElementInfoAttribute(typeof(KeyMapEntry))]
public abstract class KeymapsType : OpenXmlCompositeElement

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

KeymapsType Members

DocumentFormat.OpenXml.Office.Word Namespace