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