public class CSSStyleSheet extends StyleSheet
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<CSSRuleList> |
cssRules |
net.java.html.lib.Objs.Property<String> |
cssText |
net.java.html.lib.Objs.Property<String> |
href |
net.java.html.lib.Objs.Property<String> |
id |
net.java.html.lib.Objs.Property<StyleSheetList> |
imports |
net.java.html.lib.Objs.Property<Boolean> |
isAlternate |
net.java.html.lib.Objs.Property<Boolean> |
isPrefAlternate |
net.java.html.lib.Objs.Property<CSSRule> |
ownerRule |
net.java.html.lib.Objs.Property<Element> |
owningElement |
net.java.html.lib.Objs.Property<StyleSheetPageList> |
pages |
net.java.html.lib.Objs.Property<Boolean> |
readOnly |
net.java.html.lib.Objs.Property<CSSRuleList> |
rules |
disabled, media, ownerNode, parentStyleSheet, title, type| Modifier | Constructor and Description |
|---|---|
protected |
CSSStyleSheet(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static CSSStyleSheet |
$as(Object obj) |
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) |
CSSRuleList |
cssRules() |
String |
cssText() |
void |
deleteRule() |
void |
deleteRule(double index) |
String |
href() |
String |
id() |
StyleSheetList |
imports() |
double |
insertRule(String rule) |
double |
insertRule(String rule,
double index) |
Boolean |
isAlternate() |
Boolean |
isPrefAlternate() |
CSSRule |
ownerRule() |
Element |
owningElement() |
StyleSheetPageList |
pages() |
Boolean |
readOnly() |
void |
removeImport(double lIndex) |
void |
removeRule(double lIndex) |
CSSRuleList |
rules() |
disabled, media, ownerNode, parentStyleSheet, title, type$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<CSSRuleList> cssRules
public net.java.html.lib.Objs.Property<String> cssText
public net.java.html.lib.Objs.Property<String> href
public net.java.html.lib.Objs.Property<String> id
public net.java.html.lib.Objs.Property<StyleSheetList> imports
public net.java.html.lib.Objs.Property<Boolean> isAlternate
public net.java.html.lib.Objs.Property<Boolean> isPrefAlternate
public net.java.html.lib.Objs.Property<CSSRule> ownerRule
public net.java.html.lib.Objs.Property<Element> owningElement
public net.java.html.lib.Objs.Property<StyleSheetPageList> pages
public net.java.html.lib.Objs.Property<Boolean> readOnly
public net.java.html.lib.Objs.Property<CSSRuleList> rules
protected CSSStyleSheet(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static CSSStyleSheet $as(Object obj)
public CSSRuleList cssRules()
public String cssText()
public String href()
href in class StyleSheetpublic 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 double addImport(String bstrURL, double lIndex)
public double addImport(String bstrURL)
public double addRule(String bstrSelector)
public void deleteRule(double index)
public void deleteRule()
public double insertRule(String rule, double index)
public double insertRule(String rule)
public void removeImport(double lIndex)
public void removeRule(double lIndex)
Copyright © 2021. All rights reserved.