Package | Description |
---|---|
com.aspose.html.dom | |
com.aspose.html.dom.svg |
Modifier and Type | Method and Description |
---|---|
ShadowRoot |
Element.attachShadow(int mode)
Creates shadow root and attaches it to current element.
|
ShadowRoot |
Element.getShadowRoot()
Returns shadowRoot stored on this element or null if it's closed.
|
Modifier and Type | Class and Description |
---|---|
class |
SVGElementInstance
The root object of each use-element shadow tree implements the SVGUseElementShadowRoot interface.
|