@JsType(isNative=true) public class StyleSheet extends Object
Constructor and Description |
---|
StyleSheet() |
Modifier and Type | Method and Description |
---|---|
boolean |
getDisabled() |
String |
getHref() |
MediaList |
getMedia() |
Node<?> |
getOwnerNode() |
StyleSheet |
getParentStyleSheet() |
String |
getTitle() |
String |
getType() |
void |
setDisabled(boolean disabled) |
@JsProperty public boolean getDisabled()
@JsProperty public void setDisabled(boolean disabled)
@JsProperty public Node<?> getOwnerNode()
@JsProperty public StyleSheet getParentStyleSheet()
@JsProperty public String getTitle()
@JsProperty public String getType()
@JsProperty public String getHref()
@JsProperty public MediaList getMedia()
Copyright © 2018 Xalys. All rights reserved.