StyleRunProperties 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
StyleRunProperties() |
Initializes a new instance of the StyleRunProperties class. |
StyleRunProperties(OpenXmlElement[]) |
Initializes a new instance of the StyleRunProperties class with the specified child elements. |
StyleRunProperties(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the StyleRunProperties class with the specified child elements. |
StyleRunProperties(String) |
Initializes a new instance of the StyleRunProperties class from outer XML. |
StyleRunProperties()
Initializes a new instance of the StyleRunProperties class.
public StyleRunProperties ();
Public Sub New ()
Applies to
StyleRunProperties(OpenXmlElement[])
Initializes a new instance of the StyleRunProperties class with the specified child elements.
public StyleRunProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
StyleRunProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the StyleRunProperties class with the specified child elements.
public StyleRunProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
StyleRunProperties(String)
Initializes a new instance of the StyleRunProperties class from outer XML.
public StyleRunProperties (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties : string -> DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.