Class StyleReference
java.lang.Object
org.pentaho.reporting.libraries.css.dom.StyleReference
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
LINK
public static final int LINK- See Also:
-
INLINE
public static final int INLINE- See Also:
-
-
Constructor Details
-
StyleReference
-
-
Method Details
-
getType
public int getType() -
getStyleContent
-