public class StyleDeclarationEdit extends Object
| Constructor and Description |
|---|
StyleDeclarationEdit() |
| Modifier and Type | Method and Description |
|---|---|
SourceRange |
getRange()
The range of the style text in the enclosing stylesheet.
|
String |
getStyleSheetId()
The css style sheet identifier.
|
String |
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 |
setText(String text)
New style text.
|
public String getStyleSheetId()
public void setStyleSheetId(String styleSheetId)
public SourceRange getRange()
public void setRange(SourceRange range)
public String getText()
public void setText(String text)
Copyright © 2020. All rights reserved.