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