AltChunk Constructors

Definition

Overloads

AltChunk()

Initializes a new instance of the AltChunk class.

AltChunk(OpenXmlElement[])

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

AltChunk(IEnumerable<OpenXmlElement>)

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

AltChunk(String)

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

AltChunk()

Initializes a new instance of the AltChunk class.

public AltChunk ();
Public Sub New ()

Applies to

AltChunk(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AltChunk(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AltChunk(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to