HtmlPublishProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HtmlPublishProperties() |
Initializes a new instance of the HtmlPublishProperties class. |
HtmlPublishProperties(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. |
HtmlPublishProperties(String) |
Initializes a new instance of the HtmlPublishProperties class from outer XML. |
HtmlPublishProperties()
Initializes a new instance of the HtmlPublishProperties class.
public HtmlPublishProperties ();
Public Sub New ()
Applies to
HtmlPublishProperties(OpenXmlElement[])
Initializes a new instance of the HtmlPublishProperties class with the specified child elements.
public HtmlPublishProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.HtmlPublishProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.HtmlPublishProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
HtmlPublishProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the HtmlPublishProperties class with the specified child elements.
public HtmlPublishProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.HtmlPublishProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.HtmlPublishProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
HtmlPublishProperties(String)
Initializes a new instance of the HtmlPublishProperties class from outer XML.
public HtmlPublishProperties (string outerXml);
new DocumentFormat.OpenXml.Presentation.HtmlPublishProperties : string -> DocumentFormat.OpenXml.Presentation.HtmlPublishProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.