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