@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="StyleSheet")
public class StyleSheet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
disabled
The disabled property of the StyleSheet interface determines whether the style sheet is prevented from applying to the document.
|
| Modifier | Constructor and Description |
|---|---|
protected |
StyleSheet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
href()
The href property of the StyleSheet interface returns the location of the style sheet.
|
MediaList |
media()
The media property of the StyleSheet interface specifies the intended destination media for style information.
|
ElementOrProcessingInstructionUnion |
ownerNode()
The ownerNode property of the StyleSheet interface returns the node that associates this style sheet with the document.
|
CSSStyleSheet |
parentStyleSheet()
The parentStyleSheet property of the StyleSheet interface returns the style sheet, if any, that is including the given style sheet.
|
java.lang.String |
title()
The title property of the StyleSheet interface returns the advisory title of the current style sheet.
|
java.lang.String |
type()
The type property of the StyleSheet interface specifies the style sheet language for the given style sheet.
|
public boolean disabled
@JsProperty(name="href") @Nullable public java.lang.String href()
@JsProperty(name="media") @Nonnull public MediaList media()
@JsProperty(name="ownerNode") @Nullable public ElementOrProcessingInstructionUnion ownerNode()
@JsProperty(name="parentStyleSheet") @Nullable public CSSStyleSheet parentStyleSheet()
@JsProperty(name="title") @Nullable public java.lang.String title()
@JsProperty(name="type") @Nonnull public java.lang.String type()