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