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