Aracılığıyla paylaş


DeletedRun Constructors

Definition

Overloads

DeletedRun()

Initializes a new instance of the DeletedRun class.

DeletedRun(OpenXmlElement[])

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

DeletedRun(IEnumerable<OpenXmlElement>)

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

DeletedRun(String)

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

DeletedRun()

Initializes a new instance of the DeletedRun class.

public DeletedRun ();
Public Sub New ()

Applies to

DeletedRun(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DeletedRun(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DeletedRun(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to