Package org.loboevolution.css
Interface CSSPageRule
- All Superinterfaces:
CSSRule
- All Known Implementing Classes:
CSSPageRuleImpl
-
Field Summary
Fields inherited from interface org.loboevolution.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE
-
Method Summary
Modifier and TypeMethodDescriptiongetSelectorText.getStyle()
getStyle.void
setSelectorText
(String selectorText) setSelectorText.Methods inherited from interface org.loboevolution.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType
-
Method Details
-
getSelectorText
String getSelectorText()getSelectorText.
- Returns:
- a
String
object.
-
setSelectorText
setSelectorText.
selectorText aString
object. -
getStyle
CSSStyleDeclaration getStyle()getStyle.
- Returns:
- a
CSSStyleDeclaration
object.
-