共用方式為


RunConflictInsertion Constructors

Definition

Overloads

RunConflictInsertion()

Initializes a new instance of the RunConflictInsertion class.

RunConflictInsertion(OpenXmlElement[])

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

RunConflictInsertion(IEnumerable<OpenXmlElement>)

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

RunConflictInsertion(String)

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

RunConflictInsertion()

Initializes a new instance of the RunConflictInsertion class.

public RunConflictInsertion ();
Public Sub New ()

Applies to

RunConflictInsertion(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RunConflictInsertion(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RunConflictInsertion(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to