Class StyleReference

java.lang.Object
org.pentaho.reporting.libraries.css.dom.StyleReference

public class StyleReference extends Object
There are two kinds of style-references. Type one simply references a inline style, which has no style-source. The second one is a external stylesheet that has a style-source, and possibly has a style-content as well.
Author:
: Thomas Morgner
  • Field Details

  • Constructor Details

    • StyleReference

      public StyleReference(int type, String styleContent)
  • Method Details

    • getType

      public int getType()
    • getStyleContent

      public String getStyleContent()