RunPropertiesDefault Constructors

Definition

Overloads

RunPropertiesDefault()

Initializes a new instance of the RunPropertiesDefault class.

RunPropertiesDefault(OpenXmlElement[])

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

RunPropertiesDefault(IEnumerable<OpenXmlElement>)

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

RunPropertiesDefault(String)

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

RunPropertiesDefault()

Initializes a new instance of the RunPropertiesDefault class.

public RunPropertiesDefault ();
Public Sub New ()

Applies to

RunPropertiesDefault(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RunPropertiesDefault(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RunPropertiesDefault(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to