Package | Description |
---|---|
com.aspose.html | |
com.aspose.html.dom.css | |
com.aspose.html.dom.svg |
Modifier and Type | Method and Description |
---|---|
IStyleSheet |
HTMLStyleElement.getSheet()
Gets the associated style sheet.
|
IStyleSheet |
HTMLLinkElement.getSheet()
Gets the associated style sheet.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICSSStyleSheet
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e., a style sheet whose content type is "text/css".
|
Modifier and Type | Method and Description |
---|---|
IStyleSheet |
IStyleSheet.getParentStyleSheet()
For style sheet languages that support the concept of style sheet inclusion, this attribute represents the including style sheet, if one exists.
|
IStyleSheet |
ILinkStyle.getSheet()
Gets the associated style sheet.
|
Modifier and Type | Method and Description |
---|---|
IStyleSheet |
SVGStyleElement.getSheet()
Gets the associated style sheet.
|