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