Class ContentStyleKeys
java.lang.Object
org.pentaho.reporting.libraries.css.keys.content.ContentStyleKeys
http://www.w3.org/TR/css3-content/
- Author:
- Thomas Morgner
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StyleKey
Alternate text for images or other non-displayable content.static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
static final StyleKey
Defines a new string context.static final StyleKey
string-set: -
Method Summary
-
Field Details
-
MOVE_TO
-
QUOTES
-
COUNTER_INCREMENT
-
COUNTER_RESET
-
STRING_SET
string-set: -
STRING_DEFINE
Defines a new string context. This is equal to the counter-reset property, and allows to apply the counter nesting rules to strings. This does *not* define the string content; so you have to add a string-set property as well. The string-def property is always evaulated before the string-set property gets processed. The format for this property is simple: -x-pentaho-css-string-def: -
ALTERNATE_TEXT
Alternate text for images or other non-displayable content. This is not the same as the ::alternate pseudo-element that gets inserted if content had been moved away. -
CONTENT
-