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