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