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