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