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