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