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