Package io.webfolder.cdp.type.css
Class StyleDeclarationEdit
java.lang.Object
io.webfolder.cdp.type.css.StyleDeclarationEdit
A descriptor of operation to mutate style declaration text.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRange()
The range of the style text in the enclosing stylesheet.The css style sheet identifier.getText()
New style text.void
setRange
(SourceRange range) The range of the style text in the enclosing stylesheet.void
setStyleSheetId
(String styleSheetId) The css style sheet identifier.void
New style text.toString()
-
Constructor Details
-
StyleDeclarationEdit
public StyleDeclarationEdit()
-
-
Method Details
-
getStyleSheetId
The css style sheet identifier. -
setStyleSheetId
The css style sheet identifier. -
getRange
The range of the style text in the enclosing stylesheet. -
setRange
The range of the style text in the enclosing stylesheet. -
getText
New style text. -
setText
New style text. -
toString
-