Box Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Box() | Initializes a new instance of the Box class. | |
Box(String) | Initializes a new instance of the Box class from outer XML. | |
Box(array<OpenXmlElement[]) | Initializes a new instance of the Box class with the specified child elements. | |
Box(IEnumerable<OpenXmlElement>) | Initializes a new instance of the Box class with the specified child elements. |
Top