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