public class CSSStyleSheetHeader extends Object
| Constructor and Description |
|---|
CSSStyleSheetHeader() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDisabled()
Denotes whether the stylesheet is disabled.
|
String |
getFrameId()
Owner frame identifier.
|
Boolean |
getHasSourceURL()
Whether the sourceURL field value comes from the sourceURL comment.
|
Boolean |
getIsInline()
Whether this stylesheet is created for STYLE tag by parser.
|
Double |
getLength()
Size of the content (in characters).
|
StyleSheetOrigin |
getOrigin()
Stylesheet origin.
|
Integer |
getOwnerNode()
The backend id for the owner node of the stylesheet.
|
String |
getSourceMapURL()
URL of source map associated with the stylesheet (if any).
|
String |
getSourceURL()
Stylesheet resource URL.
|
Double |
getStartColumn()
Column offset of the stylesheet within the resource (zero based).
|
Double |
getStartLine()
Line offset of the stylesheet within the resource (zero based).
|
String |
getStyleSheetId()
The stylesheet identifier.
|
String |
getTitle()
Stylesheet title.
|
void |
setDisabled(Boolean disabled)
Denotes whether the stylesheet is disabled.
|
void |
setFrameId(String frameId)
Owner frame identifier.
|
void |
setHasSourceURL(Boolean hasSourceURL)
Whether the sourceURL field value comes from the sourceURL comment.
|
void |
setIsInline(Boolean isInline)
Whether this stylesheet is created for STYLE tag by parser.
|
void |
setLength(Double length)
Size of the content (in characters).
|
void |
setOrigin(StyleSheetOrigin origin)
Stylesheet origin.
|
void |
setOwnerNode(Integer ownerNode)
The backend id for the owner node of the stylesheet.
|
void |
setSourceMapURL(String sourceMapURL)
URL of source map associated with the stylesheet (if any).
|
void |
setSourceURL(String sourceURL)
Stylesheet resource URL.
|
void |
setStartColumn(Double startColumn)
Column offset of the stylesheet within the resource (zero based).
|
void |
setStartLine(Double startLine)
Line offset of the stylesheet within the resource (zero based).
|
void |
setStyleSheetId(String styleSheetId)
The stylesheet identifier.
|
void |
setTitle(String title)
Stylesheet title.
|
public String getStyleSheetId()
public void setStyleSheetId(String styleSheetId)
public String getFrameId()
public void setFrameId(String frameId)
public String getSourceURL()
public void setSourceURL(String sourceURL)
public String getSourceMapURL()
public void setSourceMapURL(String sourceMapURL)
public StyleSheetOrigin getOrigin()
public void setOrigin(StyleSheetOrigin origin)
public String getTitle()
public void setTitle(String title)
public Integer getOwnerNode()
public void setOwnerNode(Integer ownerNode)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public Boolean getHasSourceURL()
public void setHasSourceURL(Boolean hasSourceURL)
public Boolean getIsInline()
public void setIsInline(Boolean isInline)
public Double getStartLine()
public void setStartLine(Double startLine)
public Double getStartColumn()
public void setStartColumn(Double startColumn)
public Double getLength()
public void setLength(Double length)
Copyright © 2020. All rights reserved.