JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
org.w3c.dom.stylesheets.StyleSheet
Packages that use
StyleSheet
软件包
描述
org.w3c.dom.css
为DOM Level 2样式规范提供接口。
org.w3c.dom.stylesheets
为DOM Level 2样式规范提供接口。
Uses of
StyleSheet
in
org.w3c.dom.css
Subinterfaces of
StyleSheet
in
org.w3c.dom.css
变量和类型
接口
描述
interface
CSSStyleSheet
CSSStyleSheet
接口是用于表示CSS样式表的具体接口,即内容类型为“text / css”的样式表。
Uses of
StyleSheet
in
org.w3c.dom.stylesheets
Methods in
org.w3c.dom.stylesheets
that return
StyleSheet
变量和类型
方法
描述
StyleSheet
StyleSheet.
getParentStyleSheet
()
对于支持样式表包含概念的样式表语言,此属性表示包含样式表(如果存在)。
StyleSheet
LinkStyle.
getSheet
()
样式表。
StyleSheet
StyleSheetList.
item
(int index)
用于按序数索引检索样式表。