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