Aracılığıyla paylaş


Inline Constructors

Definition

Overloads

Inline()

Initializes a new instance of the Inline class.

Inline(OpenXmlElement[])

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

Inline(IEnumerable<OpenXmlElement>)

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

Inline(String)

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

Inline()

Initializes a new instance of the Inline class.

public Inline ();
Public Sub New ()

Applies to

Inline(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Inline(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Inline(String)

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

public Inline (string outerXml);
new DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline : string -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to