Aracılığıyla paylaş


LnRefStyleMatrixReference Constructors

Definition

Overloads

LnRefStyleMatrixReference()

Initializes a new instance of the LnRefStyleMatrixReference class.

LnRefStyleMatrixReference(OpenXmlElement[])

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

LnRefStyleMatrixReference(IEnumerable<OpenXmlElement>)

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

LnRefStyleMatrixReference(String)

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

LnRefStyleMatrixReference()

Initializes a new instance of the LnRefStyleMatrixReference class.

public LnRefStyleMatrixReference ();
Public Sub New ()

Applies to

LnRefStyleMatrixReference(OpenXmlElement[])

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

public LnRefStyleMatrixReference (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LnRefStyleMatrixReference(IEnumerable<OpenXmlElement>)

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

public LnRefStyleMatrixReference (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LnRefStyleMatrixReference(String)

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

public LnRefStyleMatrixReference (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to