Class InternalStyleKeys
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.keys.internal.InternalStyleKeys
-
public class InternalStyleKeys extends Object
- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static StyleKey
INTERNAL_CONTENT
A internal key holding the computed content.static StyleKey
LANG
Which language does the content have? This is an ISO code like 'en' maybe enriched with an country code 'en_US' and variant 'en_US_native'static StyleKey
PSEUDOCLASS
To which Layouter pseudo-class does this element belong to.
-
-
-
Field Detail
-
PSEUDOCLASS
public static final StyleKey PSEUDOCLASS
To which Layouter pseudo-class does this element belong to. A pseudo-class membership is defined by an expression.
-
LANG
public static final StyleKey LANG
Which language does the content have? This is an ISO code like 'en' maybe enriched with an country code 'en_US' and variant 'en_US_native'
-
INTERNAL_CONTENT
public static final StyleKey INTERNAL_CONTENT
A internal key holding the computed content. The value for the key is defined during the resolving and by all means: Do not even think about touching that key without proper purification of your soul! Clueless messing around with this property will kill you.
-
-