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