다음을 통해 공유


RunPropertiesBaseStyle Constructors

Definition

Overloads

RunPropertiesBaseStyle()

Initializes a new instance of the RunPropertiesBaseStyle class.

RunPropertiesBaseStyle(OpenXmlElement[])

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

RunPropertiesBaseStyle(IEnumerable<OpenXmlElement>)

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

RunPropertiesBaseStyle(String)

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

RunPropertiesBaseStyle()

Initializes a new instance of the RunPropertiesBaseStyle class.

public RunPropertiesBaseStyle ();
Public Sub New ()

Applies to

RunPropertiesBaseStyle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RunPropertiesBaseStyle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RunPropertiesBaseStyle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to