Share via


KeyMapCustomizations Constructors

Definition

Overloads

KeyMapCustomizations()

Initializes a new instance of the KeyMapCustomizations class.

KeyMapCustomizations(OpenXmlElement[])

Initializes a new instance of the KeyMapCustomizations class with the specified child elements.

KeyMapCustomizations(IEnumerable<OpenXmlElement>)

Initializes a new instance of the KeyMapCustomizations class with the specified child elements.

KeyMapCustomizations(String)

Initializes a new instance of the KeyMapCustomizations class from outer XML.

KeyMapCustomizations()

Initializes a new instance of the KeyMapCustomizations class.

public KeyMapCustomizations ();
Public Sub New ()

Applies to

KeyMapCustomizations(OpenXmlElement[])

Initializes a new instance of the KeyMapCustomizations class with the specified child elements.

public KeyMapCustomizations (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

KeyMapCustomizations(IEnumerable<OpenXmlElement>)

Initializes a new instance of the KeyMapCustomizations class with the specified child elements.

public KeyMapCustomizations (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

KeyMapCustomizations(String)

Initializes a new instance of the KeyMapCustomizations class from outer XML.

public KeyMapCustomizations (string outerXml);
new DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations : string -> DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to