共用方式為


RunPropertiesChange Constructors

Definition

Overloads

RunPropertiesChange()

Initializes a new instance of the RunPropertiesChange class.

RunPropertiesChange(OpenXmlElement[])

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

RunPropertiesChange(IEnumerable<OpenXmlElement>)

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

RunPropertiesChange(String)

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

RunPropertiesChange()

Initializes a new instance of the RunPropertiesChange class.

public RunPropertiesChange ();
Public Sub New ()

Applies to

RunPropertiesChange(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RunPropertiesChange(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RunPropertiesChange(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to