Uses of Class
org.pentaho.reporting.libraries.css.values.CSSConstant
-
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.dom
Methods in org.pentaho.reporting.libraries.css.dom with parameters of type CSSConstant Modifier and Type Method Description CSSValue
LayoutOutputMetaData. getNormalizedFontFamilyName(CSSConstant name)
Resolve one of the built-in fonts. -
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.border
Fields in org.pentaho.reporting.libraries.css.keys.border declared as CSSConstant Modifier and Type Field Description static CSSConstant
BackgroundClip. BORDER
static CSSConstant
BackgroundOrigin. BORDER
static CSSConstant
BackgroundBreak. BOUNDING_BOX
static CSSConstant
BackgroundOrigin. CONTENT
static CSSConstant
BackgroundBreak. CONTINUOUS
static CSSConstant
BorderStyle. DASHED
static CSSConstant
BorderStyle. DOT_DASH
static CSSConstant
BorderStyle. DOT_DOT_DASH
static CSSConstant
BorderStyle. DOTTED
static CSSConstant
BorderStyle. DOUBLE
static CSSConstant
BackgroundBreak. EACH_BOX
static CSSConstant
BackgroundAttachment. FIXED
static CSSConstant
BorderStyle. GROOVE
static CSSConstant
BorderStyle. HIDDEN
static CSSConstant
BorderStyle. INSET
static CSSConstant
BackgroundAttachment. LOCAL
static CSSConstant
BorderWidth. MEDIUM
static CSSConstant
BackgroundSize. NO_ROUND
static CSSConstant
BorderStyle. NONE
static CSSConstant
BackgroundRepeat. NOREPEAT
static CSSConstant
BorderStyle. OUTSET
static CSSConstant
BackgroundClip. PADDING
static CSSConstant
BackgroundOrigin. PADDING
static CSSConstant
BackgroundRepeat. REPEAT
static CSSConstant
BorderImageStretchType. REPEAT
static CSSConstant
BackgroundRepeat. REPEAT_X
static CSSConstant
BackgroundRepeat. REPEAT_Y
static CSSConstant
BorderStyle. RIDGE
static CSSConstant
BackgroundSize. ROUND
static CSSConstant
BorderImageStretchType. ROUND
static CSSConstant
BackgroundAttachment. SCROLL
static CSSConstant
BorderStyle. SOLID
static CSSConstant
BackgroundRepeat. SPACE
static CSSConstant
BorderImageStretchType. STRETCH
static CSSConstant
BorderWidth. THICK
static CSSConstant
BorderWidth. THIN
static CSSConstant
BorderStyle. WAVE
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.box
Fields in org.pentaho.reporting.libraries.css.keys.box declared as CSSConstant Modifier and Type Field Description static CSSConstant
DisplayRole. BLOCK
The element is rendered as a rectangular block.static CSSConstant
FloatDisplace. BLOCK
The containing block's width as used by the horizontal formatting model is reduced by the width of the floats intruding upon its content area (not taking into account floating descendants or floating elements that appear later in the document tree).static CSSConstant
DisplayModel. BLOCK_INSIDE
Child elements are rendered as described for their 'display-role'.static CSSConstant
FloatDisplace. BLOCK_WITHIN_PAGE
As for the 'block' value, but the determination of intrusions that adjust the width of the block is done separately on each page on which the block appears.static CSSConstant
BoxSizing. BORDER_BOX
static CSSConstant
IndentEdgeReset. BORDER_EDGE
static CSSConstant
Clear. BOTH
static CSSConstant
Clear. BOTTOM
static CSSConstant
FitPosition. BOTTOM
static CSSConstant
Floating. BOTTOM
static CSSConstant
FloatingType. BOX
static CSSConstant
DisplayModel. CANVAS
A Pentaho-reporting compatibility setting.static CSSConstant
DisplayRole. CANVAS
A Pentaho-reporting compatibility setting.static CSSConstant
FitPosition. CENTER
static CSSConstant
Visibility. COLLAPSE
static CSSConstant
DisplayRole. COMPACT
The effect depends on the intrinsic size of this element and on what comes after it.static CSSConstant
BoxSizing. CONTENT_BOX
static CSSConstant
IndentEdgeReset. CONTENT_EDGE
static CSSConstant
Clear. END
static CSSConstant
Floating. END
static CSSConstant
Fit. FILL
static CSSConstant
Overflow. HIDDEN
static CSSConstant
Visibility. HIDDEN
static CSSConstant
Floating. IN_COLUMN
static CSSConstant
FloatDisplace. INDENT
The distance between the margin edge of the floats and the start of the line box is set to the distance between the active reference indent edge (see the 'indent-edge-reset' property) and the content edge of the block box.static CSSConstant
DisplayRole. INLINE
The element is rendered inside a line box.static CSSConstant
DisplayModel. INLINE_INSIDE
If this is not an inline-level element, the effect is the same as for 'block-inside'.static CSSConstant
Clear. INSIDE
static CSSConstant
Floating. INSIDE
static CSSConstant
Clear. LEFT
static CSSConstant
FitPosition. LEFT
static CSSConstant
Floating. LEFT
static CSSConstant
FloatDisplace. LINE
Line boxes should be shortened and moved so as to avoid floats.static CSSConstant
DisplayRole. LIST_ITEM
The element is rendered the same as if it had display-role 'block', but in addition a marker is generated (see 'list-style').static CSSConstant
IndentEdgeReset. MARGIN_EDGE
static CSSConstant
Fit. MEET
static CSSConstant
Floating. MID_COLUMN
static CSSConstant
Clear. NONE
static CSSConstant
DisplayRole. NONE
The element is not rendered.static CSSConstant
Fit. NONE
static CSSConstant
Floating. NONE
static CSSConstant
IndentEdgeReset. NONE
static CSSConstant
Clear. OUTSIDE
static CSSConstant
Floating. OUTSIDE
static CSSConstant
IndentEdgeReset. PADDING_EDGE
static CSSConstant
Clear. RIGHT
static CSSConstant
FitPosition. RIGHT
static CSSConstant
Floating. RIGHT
static CSSConstant
DisplayModel. RUBY
Not yet used.static CSSConstant
DisplayRole. RUBY_BASE
static CSSConstant
DisplayRole. RUBY_BASE_GROUP
static CSSConstant
DisplayRole. RUBY_TEXT
Ruby is not yet used.static CSSConstant
DisplayRole. RUBY_TEXT_GROUP
static CSSConstant
DisplayRole. RUN_IN
The effect depends on what comes after the element.static CSSConstant
Overflow. SCROLL
static CSSConstant
FloatingType. SHAPE
static CSSConstant
Fit. SLICE
static CSSConstant
Clear. START
static CSSConstant
Floating. START
static CSSConstant
DisplayModel. TABLE
See the table modulestatic CSSConstant
DisplayRole. TABLE_CAPTION
static CSSConstant
DisplayRole. TABLE_CELL
static CSSConstant
DisplayRole. TABLE_COLUMN
static CSSConstant
DisplayRole. TABLE_COLUMN_GROUP
static CSSConstant
DisplayRole. TABLE_FOOTER_GROUP
static CSSConstant
DisplayRole. TABLE_HEADER_GROUP
static CSSConstant
DisplayRole. TABLE_ROW
See the Tables module [CSS3TBL].static CSSConstant
DisplayRole. TABLE_ROW_GROUP
static CSSConstant
Clear. TOP
static CSSConstant
FitPosition. TOP
static CSSConstant
Floating. TOP
static CSSConstant
Overflow. VISIBLE
static CSSConstant
Visibility. VISIBLE
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.color
Fields in org.pentaho.reporting.libraries.css.keys.color declared as CSSConstant Modifier and Type Field Description static CSSConstant
RenderingIntent. ABSOLUTE_COLORIMETRIC
static CSSConstant
CSSSystemColors. CURRENT_COLOR
static CSSConstant
RenderingIntent. PERCEPTUAL
static CSSConstant
RenderingIntent. RELATIVE_COLORIMETRIC
static CSSConstant
RenderingIntent. SATURATION
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.column
Fields in org.pentaho.reporting.libraries.css.keys.column declared as CSSConstant Modifier and Type Field Description static CSSConstant
ColumnSpaceDistribution. BETWEEN
static CSSConstant
ColumnSpaceDistribution. END
static CSSConstant
ColumnWidthPolicy. FLEXIBLE
static CSSConstant
ColumnSpaceDistribution. INNER
static CSSConstant
ColumnSpaceDistribution. OUTER
static CSSConstant
ColumnSpaceDistribution. START
static CSSConstant
ColumnWidthPolicy. STRICT
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.content
Fields in org.pentaho.reporting.libraries.css.keys.content declared as CSSConstant Modifier and Type Field Description static CSSConstant
ContentValues. CLOSE_QUOTE
static CSSConstant
ContentValues. CONTENTS
static CSSConstant
ContentValues. DOCUMENT_URL
static CSSConstant
ContentValues. ENDNOTE
static CSSConstant
ContentValues. FOOTNOTE
static CSSConstant
MoveToValues. HERE
static CSSConstant
ContentValues. INHIBIT
static CSSConstant
ContentValues. LISTITEM
static CSSConstant
ContentValues. NO_CLOSE_QUOTE
static CSSConstant
ContentValues. NO_OPEN_QUOTE
static CSSConstant
ContentValues. NONE
static CSSConstant
ContentValues. NORMAL
static CSSConstant
MoveToValues. NORMAL
static CSSConstant
ContentValues. OPEN_QUOTE
static CSSConstant
ContentValues. SECTIONNOTE
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.font
Fields in org.pentaho.reporting.libraries.css.keys.font declared as CSSConstant Modifier and Type Field Description static CSSConstant
FontEmphasizePosition. ABOVE
static CSSConstant
FontEmphasizeStyle. ACCENT
static CSSConstant
FontEmphasizePosition. AFTER
static CSSConstant
FontSmooth. ALWAYS
static CSSConstant
FontEmphasizePosition. BEFORE
static CSSConstant
FontEmphasizePosition. BELOW
static CSSConstant
FontWeight. BOLD
static CSSConstant
FontWeight. BOLDER
static CSSConstant
FontEmphasizeStyle. CIRCLE
static CSSConstant
FontStretch. CONDENSED
static CSSConstant
FontFamilyValues. CURSIVE
static CSSConstant
FontEmphasizeStyle. DISC
static CSSConstant
FontEmphasizeStyle. DOT
static CSSConstant
FontEffects. EMBOSS
static CSSConstant
FontEffects. ENGRAVE
static CSSConstant
FontStretch. EXPANDED
static CSSConstant
FontStretch. EXTRA_CONDENSED
static CSSConstant
FontStretch. EXTRA_EXPANDED
static CSSConstant
FontFamilyValues. FANTASY
static CSSConstant
FontStyle. ITALIC
static CSSConstant
FontSizeConstant. LARGE
static CSSConstant
RelativeFontSize. LARGER
static CSSConstant
FontWeight. LIGHTER
static CSSConstant
FontSizeConstant. MEDIUM
static CSSConstant
FontFamilyValues. MONOSPACE
static CSSConstant
FontStretch. NARROWER
static CSSConstant
FontSmooth. NEVER
static CSSConstant
FontEffects. NONE
static CSSConstant
FontEmphasizeStyle. NONE
static CSSConstant
FontFamilyValues. NONE
static CSSConstant
FontStretch. NORMAL
static CSSConstant
FontStyle. NORMAL
static CSSConstant
FontVariant. NORMAL
static CSSConstant
FontWeight. NORMAL
static CSSConstant
FontStyle. OBLIQUE
static CSSConstant
FontEffects. OUTLINE
static CSSConstant
FontFamilyValues. SANS_SERIF
static CSSConstant
FontStretch. SEMI_CONDENSED
static CSSConstant
FontStretch. SEMI_EXPANDED
static CSSConstant
FontFamilyValues. SERIF
static CSSConstant
FontSizeConstant. SMALL
static CSSConstant
FontVariant. SMALL_CAPS
static CSSConstant
RelativeFontSize. SMALLER
static CSSConstant
FontStretch. ULTRA_CONDENSED
static CSSConstant
FontStretch. ULTRA_EXPANDED
static CSSConstant
FontStretch. WIDER
static CSSConstant
FontSizeConstant. X_LARGE
static CSSConstant
FontSizeConstant. X_SMALL
static CSSConstant
FontSizeConstant. XX_LARGE
static CSSConstant
FontSizeConstant. XX_SMALL
Methods in org.pentaho.reporting.libraries.css.keys.font that return CSSConstant Modifier and Type Method Description static CSSConstant
FontStretch. getByOrder(int order)
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.hyperlinks
Fields in org.pentaho.reporting.libraries.css.keys.hyperlinks declared as CSSConstant Modifier and Type Field Description static CSSConstant
TargetPosition. ABOVE
static CSSConstant
TargetPosition. BACK
static CSSConstant
TargetPosition. BEHIND
static CSSConstant
TargetName. CURRENT
static CSSConstant
TargetPosition. FRONT
static CSSConstant
TargetName. MODAL
static CSSConstant
TargetName. NEW
static CSSConstant
TargetNew. NONE
static CSSConstant
TargetName. PARENT
static CSSConstant
TargetName. ROOT
static CSSConstant
TargetNew. TAB
static CSSConstant
TargetNew. WINDOW
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.line
Fields in org.pentaho.reporting.libraries.css.keys.line declared as CSSConstant Modifier and Type Field Description static CSSConstant
AlignmentAdjust. AFTER_EDGE
static CSSConstant
AlignmentBaseline. AFTER_EDGE
static CSSConstant
DropInitialAfterAdjust. AFTER_EDGE
static CSSConstant
AlignmentAdjust. ALPHABETIC
static CSSConstant
AlignmentBaseline. ALPHABETIC
static CSSConstant
DominantBaseline. ALPHABETIC
static CSSConstant
DropInitialAfterAdjust. ALPHABETIC
static CSSConstant
AlignmentAdjust. BASELINE
static CSSConstant
AlignmentBaseline. BASELINE
static CSSConstant
BaselineShift. BASELINE
static CSSConstant
VerticalAlign. BASELINE
static CSSConstant
AlignmentAdjust. BEFORE_EDGE
static CSSConstant
AlignmentBaseline. BEFORE_EDGE
static CSSConstant
DropInitialBeforeAdjust. BEFORE_EDGE
static CSSConstant
LineStackingStrategy. BLOCK_LINE_HEIGHT
static CSSConstant
VerticalAlign. BOTTOM
static CSSConstant
AlignmentAdjust. CENTRAL
static CSSConstant
AlignmentBaseline. CENTRAL
static CSSConstant
DominantBaseline. CENTRAL
static CSSConstant
DropInitialAfterAdjust. CENTRAL
static CSSConstant
DropInitialBeforeAdjust. CENTRAL
static CSSConstant
VerticalAlign. CENTRAL
static CSSConstant
LineStackingShift. CONSIDER_SHIFTS
static CSSConstant
LineStackingShift. DISREGARD_SHIFTS
static CSSConstant
LineStackingRuby. EXCLUDE_RUBY
static CSSConstant
TextHeight. FONT_SIZE
static CSSConstant
LineStackingStrategy. GRID_HEIGHT
static CSSConstant
AlignmentAdjust. HANGING
static CSSConstant
AlignmentBaseline. HANGING
static CSSConstant
DominantBaseline. HANGING
static CSSConstant
DropInitialBeforeAdjust. HANGING
static CSSConstant
AlignmentAdjust. IDEOGRAPHIC
static CSSConstant
AlignmentBaseline. IDEOGRAPHIC
static CSSConstant
DominantBaseline. IDEOGRAPHIC
static CSSConstant
DropInitialAfterAdjust. IDEOGRAPHIC
static CSSConstant
LineStackingRuby. INCLUDE_RUBY
static CSSConstant
InlineBoxAlign. INITIAL
static CSSConstant
LineStackingStrategy. INLINE_LINE_HEIGHT
static CSSConstant
InlineBoxAlign. LAST
static CSSConstant
AlignmentAdjust. MATHEMATICAL
static CSSConstant
AlignmentBaseline. MATHEMATICAL
static CSSConstant
DominantBaseline. MATHEMATICAL
static CSSConstant
DropInitialAfterAdjust. MATHEMATICAL
static CSSConstant
DropInitialBeforeAdjust. MATHEMATICAL
static CSSConstant
LineStackingStrategy. MAX_LINE_HEIGHT
static CSSConstant
TextHeight. MAX_SIZE
static CSSConstant
AlignmentAdjust. MIDDLE
static CSSConstant
AlignmentBaseline. MIDDLE
static CSSConstant
DominantBaseline. MIDDLE
static CSSConstant
DropInitialAfterAdjust. MIDDLE
static CSSConstant
DropInitialBeforeAdjust. MIDDLE
static CSSConstant
VerticalAlign. MIDDLE
static CSSConstant
DominantBaseline. NO_CHANGE
static CSSConstant
LineHeight. NONE
static CSSConstant
LineHeight. NORMAL
static CSSConstant
DominantBaseline. RESET_SIZE
static CSSConstant
BaselineShift. SUB
static CSSConstant
VerticalAlign. SUB
static CSSConstant
BaselineShift. SUPER
static CSSConstant
VerticalAlign. SUPER
static CSSConstant
AlignmentAdjust. TEXT_AFTER_EDGE
static CSSConstant
AlignmentBaseline. TEXT_AFTER_EDGE
static CSSConstant
DominantBaseline. TEXT_AFTER_EDGE
static CSSConstant
DropInitialAfterAdjust. TEXT_AFTER_EDGE
static CSSConstant
AlignmentAdjust. TEXT_BEFORE_EDGE
static CSSConstant
AlignmentBaseline. TEXT_BEFORE_EDGE
static CSSConstant
DominantBaseline. TEXT_BEFORE_EDGE
static CSSConstant
DropInitialBeforeAdjust. TEXT_BEFORE_EDGE
static CSSConstant
VerticalAlign. TEXT_BOTTOM
static CSSConstant
TextHeight. TEXT_SIZE
static CSSConstant
VerticalAlign. TEXT_TOP
static CSSConstant
VerticalAlign. TOP
static CSSConstant
AlignmentBaseline. USE_SCRIPT
static CSSConstant
DominantBaseline. USE_SCRIPT
static CSSConstant
VerticalAlign. USE_SCRIPT
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.list
Fields in org.pentaho.reporting.libraries.css.keys.list declared as CSSConstant Modifier and Type Field Description static CSSConstant
ListStyleTypeAlphabetic. AFAR
static CSSConstant
ListStyleTypeAlphabetic. AMHARIC
static CSSConstant
ListStyleTypeAlphabetic. AMHARIC_ABEGEDE
static CSSConstant
ListStyleTypeNumeric. ARABIC_INDIC
static CSSConstant
ListStyleTypeAlgorithmic. ARMENIAN
static CSSConstant
ListStyleTypeOther. ASTERISKS
static CSSConstant
ListStyleTypeNumeric. BENGALI
static CSSConstant
ListStyleTypeNumeric. BINARY
static CSSConstant
ListStyleTypeGlyphs. BOX
static CSSConstant
ListStyleTypeNumeric. CAMBODIAN
static CSSConstant
ListStyleTypeGlyphs. CHECK
static CSSConstant
ListStyleTypeGlyphs. CIRCLE
static CSSConstant
ListStyleTypeOther. CIRCLED_DECIMAL
static CSSConstant
ListStyleTypeOther. CIRCLED_LOWER_LATIN
static CSSConstant
ListStyleTypeOther. CIRCLED_UPPER_LATIN
static CSSConstant
ListStyleTypeAlphabetic. CJK_EARTHLY_BRANCH
static CSSConstant
ListStyleTypeAlphabetic. CJK_HEAVENLY_STEM
static CSSConstant
ListStyleTypeAlgorithmic. CJK_IDEOGRAPHIC
static CSSConstant
ListStyleTypeNumeric. DECIMAL
static CSSConstant
ListStyleTypeNumeric. DECIMAL_LEADING_ZERO
static CSSConstant
ListStyleTypeNumeric. DEVANAGARI
static CSSConstant
ListStyleTypeGlyphs. DIAMOND
static CSSConstant
ListStyleTypeGlyphs. DISC
static CSSConstant
ListStyleTypeOther. DOTTED_DECIMAL
static CSSConstant
ListStyleTypeOther. DOUBLE_CIRCLED_DECIMAL
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_ABEGEDE
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_ABEGEDE_AM_ET
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_ABEGEDE_GEZ
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_ABEGEDE_TI_ER
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_ABEGEDE_TI_ET
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_HALEHAME_AA_ER
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_HALEHAME_AA_ET
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_HALEHAME_AM_ET
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_HALEHAME_GEZ
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_HALEHAME_OM_ET
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_HALEHAME_SID_ET
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_HALEHAME_SO_ET
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_HALEHAME_TI_ER
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_HALEHAME_TI_ET
static CSSConstant
ListStyleTypeAlphabetic. ETHIOPIC_HALEHAME_TIG
static CSSConstant
ListStyleTypeAlgorithmic. ETHIOPIC_NUMERIC
static CSSConstant
ListStyleTypeOther. FILLED_CIRCLED_DECIMAL
static CSSConstant
ListStyleTypeOther. FOOTNOTES
static CSSConstant
ListStyleTypeAlgorithmic. GEORGIAN
static CSSConstant
ListStyleTypeNumeric. GUJARATI
static CSSConstant
ListStyleTypeNumeric. GURMUKHI
static CSSConstant
ListStyleTypeAlphabetic. HANGUL
static CSSConstant
ListStyleTypeAlphabetic. HANGUL_CONSONANT
static CSSConstant
ListStyleTypeAlgorithmic. HEBREW
static CSSConstant
ListStyleTypeAlphabetic. HIRAGANA
static CSSConstant
ListStyleTypeAlphabetic. HIRAGANA_IROHA
static CSSConstant
ListStyleTypeGlyphs. HYPHEN
static CSSConstant
ListStylePosition. INSIDE
static CSSConstant
ListStyleTypeAlgorithmic. JAPANESE_FORMAL
static CSSConstant
ListStyleTypeAlgorithmic. JAPANESE_INFORMAL
static CSSConstant
ListStyleTypeNumeric. KANNADA
static CSSConstant
ListStyleTypeAlphabetic. KATAKANA
static CSSConstant
ListStyleTypeAlphabetic. KATAKANA_IROHA
static CSSConstant
ListStyleTypeNumeric. KHMER
static CSSConstant
ListStyleTypeNumeric. LAO
static CSSConstant
ListStyleTypeAlphabetic. LOWER_ALPHA
static CSSConstant
ListStyleTypeAlgorithmic. LOWER_ARMENIAN
static CSSConstant
ListStyleTypeAlphabetic. LOWER_GREEK
static CSSConstant
ListStyleTypeNumeric. LOWER_HEXADECIMAL
static CSSConstant
ListStyleTypeAlphabetic. LOWER_LATIN
static CSSConstant
ListStyleTypeAlphabetic. LOWER_NORWEGIAN
static CSSConstant
ListStyleTypeAlgorithmic. LOWER_ROMAN
static CSSConstant
ListStyleTypeNumeric. MALAYALAM
static CSSConstant
ListStyleTypeNumeric. MONGOLIAN
static CSSConstant
ListStyleTypeNumeric. MYANMAR
static CSSConstant
ListStyleTypeOther. NORMAL
static CSSConstant
ListStyleTypeNumeric. OCTAL
static CSSConstant
ListStyleTypeNumeric. ORIYA
static CSSConstant
ListStyleTypeAlphabetic. OROMO
static CSSConstant
ListStylePosition. OUTSIDE
static CSSConstant
ListStyleTypeOther. PARANTHESISED_DECIMAL
static CSSConstant
ListStyleTypeOther. PARANTHESISED_LOWER_LATIN
static CSSConstant
ListStyleTypeNumeric. PERSIAN
static CSSConstant
ListStyleTypeAlphabetic. SIDAMA
static CSSConstant
ListStyleTypeAlgorithmic. SIMP_CHINESE_FORMAL
static CSSConstant
ListStyleTypeAlgorithmic. SIMP_CHINESE_INFORMAL
static CSSConstant
ListStyleTypeAlphabetic. SOMALI
static CSSConstant
ListStyleTypeGlyphs. SQUARE
static CSSConstant
ListStyleTypeAlgorithmic. SYRIAC
static CSSConstant
ListStyleTypeAlgorithmic. TAMIL
static CSSConstant
ListStyleTypeNumeric. TELUGU
static CSSConstant
ListStyleTypeNumeric. THAI
static CSSConstant
ListStyleTypeNumeric. TIBETIAN
static CSSConstant
ListStyleTypeAlphabetic. TIGRE
static CSSConstant
ListStyleTypeAlphabetic. TIGRINYA_ER
static CSSConstant
ListStyleTypeAlphabetic. TIGRINYA_ER_ABEGEDE
static CSSConstant
ListStyleTypeAlphabetic. TIGRINYA_ET
static CSSConstant
ListStyleTypeAlphabetic. TIGRINYA_ET_ABEGEDE
static CSSConstant
ListStyleTypeAlgorithmic. TRAD_CHINESE_FORMAL
static CSSConstant
ListStyleTypeAlgorithmic. TRAD_CHINESE_INFORMAL
static CSSConstant
ListStyleTypeAlphabetic. UPPER_ALPHA
static CSSConstant
ListStyleTypeAlgorithmic. UPPER_ARMENIAN
static CSSConstant
ListStyleTypeAlphabetic. UPPER_GREEK
static CSSConstant
ListStyleTypeNumeric. UPPER_HEXADECIMAL
static CSSConstant
ListStyleTypeAlphabetic. UPPER_LATIN
static CSSConstant
ListStyleTypeAlphabetic. UPPER_NORWEGIAN
static CSSConstant
ListStyleTypeAlgorithmic. UPPER_ROMAN
static CSSConstant
ListStyleTypeNumeric. URDU
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.page
Fields in org.pentaho.reporting.libraries.css.keys.page declared as CSSConstant Modifier and Type Field Description static CSSConstant
PageBreak. ALWAYS
static CSSConstant
PageBreak. AVOID
static CSSConstant
PagePolicy. FIRST
static CSSConstant
PagePolicy. LAST
static CSSConstant
PageBreak. LEFT
static CSSConstant
PageBreak. RIGHT
static CSSConstant
PagePolicy. START
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.positioning
Fields in org.pentaho.reporting.libraries.css.keys.positioning declared as CSSConstant Modifier and Type Field Description static CSSConstant
Position. ABSOLUTE
static CSSConstant
Position. FIXED
static CSSConstant
Position. RELATIVE
static CSSConstant
Position. STATIC
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.table
Fields in org.pentaho.reporting.libraries.css.keys.table declared as CSSConstant Modifier and Type Field Description static CSSConstant
CaptionSide. BOTTOM
static CSSConstant
BorderCollapse. COLLAPSE
static CSSConstant
TableLayout. FIXED
static CSSConstant
EmptyCells. HIDE
static CSSConstant
BorderCollapse. SEPARATE
static CSSConstant
EmptyCells. SHOW
static CSSConstant
CaptionSide. TOP
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.keys.text
Fields in org.pentaho.reporting.libraries.css.keys.text declared as CSSConstant Modifier and Type Field Description static CSSConstant
TextUnderlinePosition. AFTER_EDGE
static CSSConstant
LineGridMode. ALL
static CSSConstant
TextUnderlinePosition. ALPHABETIC
static CSSConstant
TextUnderlinePosition. BEFORE_EDGE
static CSSConstant
UnicodeBidi. BIDI_OVERRIDE
static CSSConstant
TextBlink. BLINK
static CSSConstant
TextDecorationWidth. BOLD
A bold is basicly an auto, that is thicker than the normal auto value.static CSSConstant
HangingPunctuation. BOTH
static CSSConstant
WordBreak. BREAK_ALL
static CSSConstant
WordBreak. BREAK_STRICT
static CSSConstant
WordWrap. BREAK_WORD
static CSSConstant
TextTransform. CAPITALIZE
static CSSConstant
TextAlign. CENTER
static CSSConstant
TextOverflowMode. CLIP
static CSSConstant
WhitespaceCollapse. COLLAPSE
static CSSConstant
KerningMode. CONTEXTUAL
static CSSConstant
TextDecorationMode. CONTINUOUS
static CSSConstant
TextDecorationWidth. DASH
A dash is basicly an auto, that is thinner than the normal auto value.static CSSConstant
TextDecorationStyle. DASHED
static CSSConstant
WhitespaceCollapse. DISCARD
static CSSConstant
TextDecorationStyle. DOT_DASH
static CSSConstant
TextDecorationStyle. DOT_DOT_DASH
static CSSConstant
TextDecorationStyle. DOTTED
static CSSConstant
TextDecorationStyle. DOUBLE
static CSSConstant
TextOverflowMode. ELLIPSIS
static CSSConstant
TextOverflowMode. ELLIPSIS_WORD
static CSSConstant
UnicodeBidi. EMBED
static CSSConstant
HangingPunctuation. END
static CSSConstant
TextAlign. END
static CSSConstant
LineGridMode. IDEOGRAPH
static CSSConstant
TextAutoSpace. IDEOGRAPH_ALPHA
static CSSConstant
TextAutoSpace. IDEOGRAPH_NUMERIC
static CSSConstant
TextAutoSpace. IDEOGRAPH_PARENTHESIS
static CSSConstant
TextAutoSpace. IDEOGRAPH_SPACE
static CSSConstant
GlyphOrientationHorizontal. INLINE
static CSSConstant
GlyphOrientationVertical. INLINE
static CSSConstant
TextJustify. INTER_CHARACTER
static CSSConstant
TextJustify. INTER_CLUSTER
static CSSConstant
TextJustify. INTER_IDEOGRAPH
static CSSConstant
TextJustify. INTER_WORD
static CSSConstant
TextAlign. JUSTIFY
static CSSConstant
TextJustify. KASHIDA
static CSSConstant
WordBreak. KEEP_ALL
static CSSConstant
TextAlign. LEFT
static CSSConstant
TextCombine. LETTER
static CSSConstant
TextCombine. LINE
static CSSConstant
LineGridProgression. LINE_HEIGHT
static CSSConstant
TextDecorationStyle. LONG_DASH
static CSSConstant
WordBreak. LOOSE
static CSSConstant
TextTransform. LOWERCASE
static CSSConstant
BlockProgression. LR
static CSSConstant
Direction. LTR
static CSSConstant
HangingPunctuation. NONE
static CSSConstant
KerningMode. NONE
static CSSConstant
LineGridMode. NONE
static CSSConstant
PunctuationTrim. NONE
static CSSConstant
TextAutoSpace. NONE
static CSSConstant
TextBlink. NONE
static CSSConstant
TextCombine. NONE
static CSSConstant
TextDecorationStyle. NONE
static CSSConstant
TextJustifyTrim. NONE
static CSSConstant
TextTransform. NONE
static CSSConstant
TextWrap. NONE
static CSSConstant
TextDecorationWidth. NORMAL
The text decoration width is the normal text decoration width for the nominal font.static CSSConstant
TextWrap. NORMAL
static CSSConstant
UnicodeBidi. NORMAL
static CSSConstant
WordBreak. NORMAL
static CSSConstant
WordWrap. NORMAL
static CSSConstant
KerningMode. PAIR
static CSSConstant
WhitespaceCollapse. PRESERVE
static CSSConstant
WhitespaceCollapse. PRESERVE_BREAKS
static CSSConstant
TextJustifyTrim. PUNCTUATION
static CSSConstant
TextJustifyTrim. PUNCTUATION_AND_KANA
static CSSConstant
TextAlign. RIGHT
static CSSConstant
BlockProgression. RL
static CSSConstant
Direction. RTL
static CSSConstant
TextJustify. SIZE
static CSSConstant
TextDecorationMode. SKIP_WHITE_SPACE
static CSSConstant
TextDecorationStyle. SOLID
static CSSConstant
HangingPunctuation. START
static CSSConstant
PunctuationTrim. START
static CSSConstant
TextAlign. START
static CSSConstant
TextWrap. SUPPRESS
static CSSConstant
BlockProgression. TB
static CSSConstant
LineGridProgression. TEXT_HEIGHT
static CSSConstant
TextWrap. UNRESTRICTED
static CSSConstant
TextTransform. UPPERCASE
static CSSConstant
GlyphOrientationVertical. UPRIGHT
static CSSConstant
TextDecorationStyle. WAVE
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.parser.stylehandler
Methods in org.pentaho.reporting.libraries.css.parser.stylehandler with parameters of type CSSConstant Modifier and Type Method Description void
ListOfConstantsReadHandler. addValue(CSSConstant constant)
protected void
OneOfConstantsReadHandler. addValue(CSSConstant constant)
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.parser.stylehandler.text
Fields in org.pentaho.reporting.libraries.css.parser.stylehandler.text declared as CSSConstant Modifier and Type Field Description static CSSConstant
SpacingLimitReadHandler. NORMAL
-
Uses of CSSConstant in org.pentaho.reporting.libraries.css.resolver.values.computed
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed with parameters of type CSSConstant Modifier and Type Method Description protected void
ConstantsResolveHandler. addNormalizeValue(CSSConstant constant)
protected void
ConstantsResolveHandler. addValue(CSSConstant constant, CSSValue value)
protected CSSValue
ConstantsResolveHandler. lookupValue(CSSConstant value)
protected abstract boolean
ListOfConstantsResolveHandler. resolveItem(DocumentContext process, LayoutElement currentNode, StyleKey key, int index, CSSConstant item)
-