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