Package | Description |
---|---|
com.aspose.html | |
com.aspose.html.collections | |
com.aspose.html.dom.css | |
com.aspose.html.dom.svg.datatypes |
Modifier and Type | Interface and Description |
---|---|
interface |
IHTMLOptionsCollection |
Modifier and Type | Class and Description |
---|---|
class |
HTMLCollection
The
HTMLCollection represents a generic collection of Element . |
class |
NamedNodeMap
Represents collections of attributes that can be accessed by name.
|
class |
NodeList
The NodeList provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICSSRuleList
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
|
interface |
ICSSStyleDeclaration
The CSSStyleDeclaration interface represents a single CSS declaration block.
|
interface |
ICSSValueList
The interface provides the abstraction of an ordered collection of CSS values.
|
interface |
IStyleSheetList
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.
|
Modifier and Type | Class and Description |
---|---|
class |
SVGLengthList
This interface defines a list of SVGLength objects.
|
class |
SVGNumberList
This interface defines a list of SVGNumber objects.
|
class |
SVGPointList
This interface defines a list of SVGPoint objects.
|
class |
SVGStringList
SVGStringList has the same attributes and methods as other SVGxxxList interfaces.
|
class |
SVGTransformList
This interface defines a list of SVGTransform objects.
|