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