Package | Description |
---|---|
com.aspose.html | |
com.aspose.html.collections | |
com.aspose.html.dom.css |
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 |
CSSValueList
The CSSValueList interface provides the abstraction of an ordered collection of CSS values.
|