Element
Element constructor
Initializes a new instance of the Element class. Don’t call this constructor directly, use CreateElement(String)
or CreateElementNS(String, String)
.
public Element(IElementInit elementInit)
Parameter | Type | Description |
---|---|---|
elementInit | IElementInit | The element initialization info. |
See Also
- interface IElementInit
- class Element
- package com.aspose.html.Dom
- package Aspose.HTML