Class CSSStyle


  • public class CSSStyle
    extends java.lang.Object
    CSS style representation.
    • Method Detail

      • getStyleSheetId

        public StyleSheetId getStyleSheetId()
        The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
      • getCssProperties

        public java.util.List<CSSProperty> getCssProperties()
        CSS properties in the style.
      • getShorthandEntries

        public java.util.List<ShorthandEntry> getShorthandEntries()
        Computed values for all shorthands found in the style.
      • getCssText

        public java.lang.String getCssText()
        Style declaration text (if available).
      • getRange

        public SourceRange getRange()
        Style declaration range in the enclosing stylesheet (if available).