public class CSSStyleSheet extends StyleSheet
Modifier and Type | Field and Description |
---|---|
CSSRuleList |
cssRules |
String |
cssText |
String |
href |
String |
id |
StyleSheetList |
imports |
Boolean |
isAlternate |
Boolean |
isPrefAlternate |
CSSRule |
ownerRule |
Element |
owningElement |
StyleSheetPageList |
pages |
static CSSStyleSheet |
prototype |
Boolean |
readOnly |
CSSRuleList |
rules |
disabled, media, ownerNode, parentStyleSheet, title, type
constructor
Constructor and Description |
---|
CSSStyleSheet() |
Modifier and Type | Method and Description |
---|---|
double |
addImport(String bstrURL) |
double |
addImport(String bstrURL,
double lIndex) |
double |
addPageRule(String bstrSelector,
String bstrStyle) |
double |
addPageRule(String bstrSelector,
String bstrStyle,
double lIndex) |
double |
addRule(String bstrSelector) |
double |
addRule(String bstrSelector,
String bstrStyle) |
double |
addRule(String bstrSelector,
String bstrStyle,
double lIndex) |
void |
deleteRule() |
void |
deleteRule(double index) |
double |
insertRule(String rule) |
double |
insertRule(String rule,
double index) |
void |
removeImport(double lIndex) |
void |
removeRule(double lIndex) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public CSSRuleList cssRules
public String cssText
public String href
public String id
public StyleSheetList imports
public Boolean isAlternate
public Boolean isPrefAlternate
public CSSRule ownerRule
public Element owningElement
public StyleSheetPageList pages
public Boolean readOnly
public CSSRuleList rules
public static CSSStyleSheet prototype
public double addImport(String bstrURL, double lIndex)
public void deleteRule(double index)
public double insertRule(String rule, double index)
public void removeImport(double lIndex)
public void removeRule(double lIndex)
public double addImport(String bstrURL)
public double addRule(String bstrSelector)
public void deleteRule()
public double insertRule(String rule)