RunPropertiesBaseStyle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.