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