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