Modifier and Type | Method and Description |
---|---|
CSSValue |
DefaultLayoutStyle.getValue(StyleKey key) |
CSSValue |
LayoutStyle.getValue(StyleKey key) |
void |
DefaultLayoutStyle.setValue(StyleKey key,
CSSValue value) |
void |
LayoutStyle.setValue(StyleKey key,
CSSValue value) |
Modifier and Type | Field and Description |
---|---|
static StyleKey |
BorderStyleKeys.BACKGROUND_ATTACHMENT
BackgroundAttachment needs scrolling, and thus we do not implement this style-attribute yet.
|
static StyleKey |
BorderStyleKeys.BACKGROUND_BREAK |
static StyleKey |
BorderStyleKeys.BACKGROUND_CLIP |
static StyleKey |
BorderStyleKeys.BACKGROUND_COLOR |
static StyleKey |
BorderStyleKeys.BACKGROUND_IMAGE
This expects a list of images.
|
static StyleKey |
BorderStyleKeys.BACKGROUND_ORIGIN |
static StyleKey |
BorderStyleKeys.BACKGROUND_POSITION
The position is always specified in numeric values.
|
static StyleKey |
BorderStyleKeys.BACKGROUND_REPEAT |
static StyleKey |
BorderStyleKeys.BACKGROUND_SIZE |
static StyleKey |
BorderStyleKeys.BORDER_BOTTOM_COLOR |
static StyleKey |
BorderStyleKeys.BORDER_BOTTOM_LEFT_RADIUS |
static StyleKey |
BorderStyleKeys.BORDER_BOTTOM_RIGHT_RADIUS |
static StyleKey |
BorderStyleKeys.BORDER_BOTTOM_STYLE |
static StyleKey |
BorderStyleKeys.BORDER_BOTTOM_WIDTH |
static StyleKey |
BorderStyleKeys.BORDER_BREAK_COLOR |
static StyleKey |
BorderStyleKeys.BORDER_BREAK_STYLE |
static StyleKey |
BorderStyleKeys.BORDER_BREAK_WIDTH |
static StyleKey |
BorderStyleKeys.BORDER_IMAGE |
static StyleKey |
BorderStyleKeys.BORDER_LEFT_COLOR |
static StyleKey |
BorderStyleKeys.BORDER_LEFT_STYLE |
static StyleKey |
BorderStyleKeys.BORDER_LEFT_WIDTH |
static StyleKey |
BorderStyleKeys.BORDER_RIGHT_COLOR |
static StyleKey |
BorderStyleKeys.BORDER_RIGHT_STYLE |
static StyleKey |
BorderStyleKeys.BORDER_RIGHT_WIDTH |
static StyleKey |
BorderStyleKeys.BORDER_TOP_COLOR |
static StyleKey |
BorderStyleKeys.BORDER_TOP_LEFT_RADIUS |
static StyleKey |
BorderStyleKeys.BORDER_TOP_RIGHT_RADIUS |
static StyleKey |
BorderStyleKeys.BORDER_TOP_STYLE |
static StyleKey |
BorderStyleKeys.BORDER_TOP_WIDTH
Set the border around the content and padding of a box.
|
static StyleKey |
BorderStyleKeys.BOX_SHADOW |
Modifier and Type | Field and Description |
---|---|
static StyleKey |
BoxStyleKeys.BOX_HEIGHT
These values may be auto.
|
static StyleKey |
BoxStyleKeys.BOX_SIZING |
static StyleKey |
BoxStyleKeys.BOX_WIDTH
These values may be auto.
|
static StyleKey |
BoxStyleKeys.CLEAR |
static StyleKey |
BoxStyleKeys.CLEAR_AFTER |
static StyleKey |
BoxStyleKeys.CROP
We alter the semantics a bit.
|
static StyleKey |
BoxStyleKeys.DISPLAY_MODEL
The 'display-model' property determines the algorithm with which an element lays out its children.
|
static StyleKey |
BoxStyleKeys.DISPLAY_ROLE
'display-role' specifies what role an element has in its parent's algorithm.
|
static StyleKey |
BoxStyleKeys.FIT |
static StyleKey |
BoxStyleKeys.FIT_POSITION
A pair of values.
|
static StyleKey |
BoxStyleKeys.FLOAT |
static StyleKey |
BoxStyleKeys.FLOAT_DISPLACE |
static StyleKey |
BoxStyleKeys.HEIGHT
These values may be auto.
|
static StyleKey |
BoxStyleKeys.INDENT_EDGE_RESET |
static StyleKey |
BoxStyleKeys.MARGIN_BOTTOM |
static StyleKey |
BoxStyleKeys.MARGIN_LEFT |
static StyleKey |
BoxStyleKeys.MARGIN_RIGHT |
static StyleKey |
BoxStyleKeys.MARGIN_TOP
These properties set the thickness of the margin.
|
static StyleKey |
BoxStyleKeys.MAX_HEIGHT |
static StyleKey |
BoxStyleKeys.MAX_WIDTH |
static StyleKey |
BoxStyleKeys.MIN_HEIGHT |
static StyleKey |
BoxStyleKeys.MIN_WIDTH |
static StyleKey |
BoxStyleKeys.OVERFLOW_CLIP |
static StyleKey |
BoxStyleKeys.OVERFLOW_X
The plain overflow behaviour can be constructed using these both properties.
|
static StyleKey |
BoxStyleKeys.OVERFLOW_Y |
static StyleKey |
BoxStyleKeys.PADDING_BOTTOM |
static StyleKey |
BoxStyleKeys.PADDING_LEFT |
static StyleKey |
BoxStyleKeys.PADDING_RIGHT |
static StyleKey |
BoxStyleKeys.PADDING_TOP
Set the padding around the content of a box.
|
static StyleKey |
BoxStyleKeys.VISIBILITY |
static StyleKey |
BoxStyleKeys.WIDTH
These values may be auto.
|
Modifier and Type | Field and Description |
---|---|
static StyleKey |
CanvasStyleKeys.POSITION_X |
static StyleKey |
CanvasStyleKeys.POSITION_Y |
Modifier and Type | Field and Description |
---|---|
static StyleKey |
ColorStyleKeys.COLOR |
static StyleKey |
ColorStyleKeys.COLOR_PROFILE
For now, we do not care about color profiles.
|
static StyleKey |
ColorStyleKeys.OPACITY
Not sure whether we can implement this one.
|
static StyleKey |
ColorStyleKeys.RENDERING_INTENT |
Modifier and Type | Field and Description |
---|---|
static StyleKey |
ColumnStyleKeys.COLUMN_BALANCE
Defines, whether column contents should be balanced.
|
static StyleKey |
ColumnStyleKeys.COLUMN_COUNT |
static StyleKey |
ColumnStyleKeys.COLUMN_GAP |
static StyleKey |
ColumnStyleKeys.COLUMN_MIN_WIDTH |
static StyleKey |
ColumnStyleKeys.COLUMN_RULE_COLOR |
static StyleKey |
ColumnStyleKeys.COLUMN_RULE_STYLE |
static StyleKey |
ColumnStyleKeys.COLUMN_RULE_WIDTH |
static StyleKey |
ColumnStyleKeys.COLUMN_SPACE_DISTRIBUTION |
static StyleKey |
ColumnStyleKeys.COLUMN_SPAN |
static StyleKey |
ColumnStyleKeys.COLUMN_WIDTH |
static StyleKey |
ColumnStyleKeys.COLUMN_WIDTH_POLICY |
Modifier and Type | Field and Description |
---|---|
static StyleKey |
ContentStyleKeys.ALTERNATE_TEXT
Alternate text for images or other non-displayable content.
|
static StyleKey |
ContentStyleKeys.CONTENT |
static StyleKey |
ContentStyleKeys.COUNTER_INCREMENT |
static StyleKey |
ContentStyleKeys.COUNTER_RESET |
static StyleKey |
ContentStyleKeys.MOVE_TO |
static StyleKey |
ContentStyleKeys.QUOTES |
static StyleKey |
ContentStyleKeys.STRING_DEFINE
Defines a new string context.
|
static StyleKey |
ContentStyleKeys.STRING_SET
string-set:
|
Modifier and Type | Field and Description |
---|---|
static StyleKey |
FontStyleKeys.FONT_EFFECT
Font-Effects are not used yet.
|
static StyleKey |
FontStyleKeys.FONT_EMPHASIZE_POSITION
Font-Emphasize is not used yet.
|
static StyleKey |
FontStyleKeys.FONT_EMPHASIZE_STYLE
Font-Emphasize is not used yet.
|
static StyleKey |
FontStyleKeys.FONT_FAMILY
The font-family holds the fully resolved name of an valid font.
|
static StyleKey |
FontStyleKeys.FONT_SIZE
The font-size holds the size of the font in points.
|
static StyleKey |
FontStyleKeys.FONT_SIZE_ADJUST
The font-size-adjust is not used for now.
|
static StyleKey |
FontStyleKeys.FONT_SMOOTH
The font-smooth controls the anti-aliasing for the rendering process.
|
static StyleKey |
FontStyleKeys.FONT_STRETCH |
static StyleKey |
FontStyleKeys.FONT_STYLE |
static StyleKey |
FontStyleKeys.FONT_VARIANT |
static StyleKey |
FontStyleKeys.FONT_WEIGHT |
static StyleKey |
FontStyleKeys.MAX_FONT_SIZE
Used in conjunction with text-align-last: size;
|
static StyleKey |
FontStyleKeys.MIN_FONT_SIZE
Used in conjunction with text-align-last: size;
|
Modifier and Type | Field and Description |
---|---|
static StyleKey |
HyperlinkStyleKeys.TARGET_NAME |
static StyleKey |
HyperlinkStyleKeys.TARGET_NEW |
static StyleKey |
HyperlinkStyleKeys.TARGET_POSITION |
Modifier and Type | Field and Description |
---|---|
static StyleKey |
InternalStyleKeys.INTERNAL_CONTENT
A internal key holding the computed content.
|
static StyleKey |
InternalStyleKeys.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 |
InternalStyleKeys.PSEUDOCLASS
To which Layouter pseudo-class does this element belong to.
|
Modifier and Type | Field and Description |
---|---|
static StyleKey |
LineStyleKeys.ALIGNMENT_ADJUST |
static StyleKey |
LineStyleKeys.ALIGNMENT_BASELINE |
static StyleKey |
LineStyleKeys.BASELINE_SHIFT |
static StyleKey |
LineStyleKeys.DOMINANT_BASELINE
DominantBaseLine is not implemented.
|
static StyleKey |
LineStyleKeys.DROP_INITIAL_AFTER_ADJUST |
static StyleKey |
LineStyleKeys.DROP_INITIAL_AFTER_ALIGN |
static StyleKey |
LineStyleKeys.DROP_INITIAL_BEFORE_ADJUST |
static StyleKey |
LineStyleKeys.DROP_INITIAL_BEFORE_ALIGN |
static StyleKey |
LineStyleKeys.DROP_INITIAL_SIZE |
static StyleKey |
LineStyleKeys.DROP_INITIAL_VALUE |
static StyleKey |
LineStyleKeys.INLINE_BOX_ALIGN |
static StyleKey |
LineStyleKeys.LINE_HEIGHT
Either one of the constants 'normal' or 'none' or a length, percentage or number.
|
static StyleKey |
LineStyleKeys.LINE_STACKING_RUBY
Ruby is not implemented.
|
static StyleKey |
LineStyleKeys.LINE_STACKING_SHIFT
This is a character level computation, we ignore that for now.
|
static StyleKey |
LineStyleKeys.LINE_STACKING_STRATEGY
This property determines the line stacking strategy for stacked line boxes within a containing block element.
|
static StyleKey |
LineStyleKeys.TEXT_HEIGHT
The 'text-height' property determine the block-progression dimension of the text content area of an inline box.
|
static StyleKey |
LineStyleKeys.VERTICAL_ALIGN
This is a shorthand property for the 'dominant-baseline', 'alignment-baseline' and 'alignment-adjust' properties.
|
Modifier and Type | Field and Description |
---|---|
static StyleKey |
ListStyleKeys.LIST_STYLE_IMAGE |
static StyleKey |
ListStyleKeys.LIST_STYLE_POSITION |
static StyleKey |
ListStyleKeys.LIST_STYLE_TYPE |
Modifier and Type | Field and Description |
---|---|
static StyleKey |
PageStyleKeys.IMAGE_ORIENTATION |
static StyleKey |
PageStyleKeys.ORPHANS |
static StyleKey |
PageStyleKeys.PAGE |
static StyleKey |
PageStyleKeys.PAGE_BREAK_AFTER |
static StyleKey |
PageStyleKeys.PAGE_BREAK_BEFORE |
static StyleKey |
PageStyleKeys.PAGE_BREAK_INSIDE |
static StyleKey |
PageStyleKeys.PAGE_POLICY |
static StyleKey |
PageStyleKeys.SIZE
The physical Page Size
|
static StyleKey |
PageStyleKeys.WIDOWS |
Modifier and Type | Field and Description |
---|---|
static StyleKey |
PositioningStyleKeys.BOTTOM |
static StyleKey |
PositioningStyleKeys.LEFT |
static StyleKey |
PositioningStyleKeys.POSITION |
static StyleKey |
PositioningStyleKeys.RIGHT |
static StyleKey |
PositioningStyleKeys.TOP
Width and height are defined in the Box-module.
|
static StyleKey |
PositioningStyleKeys.Z_INDEX |
Modifier and Type | Field and Description |
---|---|
static StyleKey |
TableStyleKeys.BORDER_COLLAPSE
Pair of length; No percentages; Inheritable
|
static StyleKey |
TableStyleKeys.BORDER_SPACING
Pair of length; No percentages; Inheritable
|
static StyleKey |
TableStyleKeys.CAPTION_SIDE
top or bottom.
|
static StyleKey |
TableStyleKeys.COL_SPAN |
static StyleKey |
TableStyleKeys.EMPTY_CELLS
Enumeration: Show, hide, inherit
|
static StyleKey |
TableStyleKeys.ROW_SPAN |
static StyleKey |
TableStyleKeys.TABLE_LAYOUT
Auto or fixed.
|
Modifier and Type | Field and Description |
---|---|
static StyleKey |
TextStyleKeys.BLOCK_PROGRESSION |
static StyleKey |
TextStyleKeys.DIRECTION |
static StyleKey |
TextStyleKeys.GLYPH_ORIENTATION_HORIZONTAL |
static StyleKey |
TextStyleKeys.GLYPH_ORIENTATION_VERTICAL |
static StyleKey |
TextStyleKeys.HANGING_PUNCTUATION |
static StyleKey |
TextStyleKeys.HYPHENATE |
static StyleKey |
TextStyleKeys.KERNING_MODE |
static StyleKey |
TextStyleKeys.KERNING_PAIR_THRESHOLD |
static StyleKey |
TextStyleKeys.LETTER_SPACING |
static StyleKey |
TextStyleKeys.LINE_GRID_MODE |
static StyleKey |
TextStyleKeys.LINE_GRID_PROGRESSION |
static StyleKey |
TextStyleKeys.PUNCTUATION_TRIM
Asian fonts only
|
static StyleKey |
TextStyleKeys.TEXT_ALIGN |
static StyleKey |
TextStyleKeys.TEXT_ALIGN_LAST |
static StyleKey |
TextStyleKeys.TEXT_AUTO_SPACE
Asian fonts only
|
static StyleKey |
TextStyleKeys.TEXT_BLINK |
static StyleKey |
TextStyleKeys.TEXT_COMBINE |
static StyleKey |
TextStyleKeys.TEXT_EMPHASIZE_POSITION |
static StyleKey |
TextStyleKeys.TEXT_EMPHASIZE_TYPE |
static StyleKey |
TextStyleKeys.TEXT_INDENT |
static StyleKey |
TextStyleKeys.TEXT_JUSTIFY |
static StyleKey |
TextStyleKeys.TEXT_JUSTIFY_TRIM
todo: For asian scripts; not yet used.
|
static StyleKey |
TextStyleKeys.TEXT_KASHIDA_SPACE
Arabic script specific
|
static StyleKey |
TextStyleKeys.TEXT_LINE_THROUGH_COLOR |
static StyleKey |
TextStyleKeys.TEXT_LINE_THROUGH_MODE |
static StyleKey |
TextStyleKeys.TEXT_LINE_THROUGH_STYLE |
static StyleKey |
TextStyleKeys.TEXT_LINE_THROUGH_WIDTH |
static StyleKey |
TextStyleKeys.TEXT_OVERFLOW_ELLIPSIS |
static StyleKey |
TextStyleKeys.TEXT_OVERFLOW_MODE |
static StyleKey |
TextStyleKeys.TEXT_OVERLINE_COLOR |
static StyleKey |
TextStyleKeys.TEXT_OVERLINE_MODE |
static StyleKey |
TextStyleKeys.TEXT_OVERLINE_STYLE |
static StyleKey |
TextStyleKeys.TEXT_OVERLINE_WIDTH |
static StyleKey |
TextStyleKeys.TEXT_SCRIPT |
static StyleKey |
TextStyleKeys.TEXT_TRANSFORM |
static StyleKey |
TextStyleKeys.TEXT_UNDERLINE_COLOR |
static StyleKey |
TextStyleKeys.TEXT_UNDERLINE_MODE |
static StyleKey |
TextStyleKeys.TEXT_UNDERLINE_POSITION |
static StyleKey |
TextStyleKeys.TEXT_UNDERLINE_STYLE |
static StyleKey |
TextStyleKeys.TEXT_UNDERLINE_WIDTH |
static StyleKey |
TextStyleKeys.TEXT_WRAP |
static StyleKey |
TextStyleKeys.UNICODE_BIDI |
static StyleKey |
TextStyleKeys.WHITE_SPACE_COLLAPSE
This property declares whether and how white space inside the element is collapsed.
|
static StyleKey |
TextStyleKeys.WORD_BREAK |
static StyleKey |
TextStyleKeys.WORD_SPACING |
static StyleKey |
TextStyleKeys.WORD_WRAP |
static StyleKey |
TextStyleKeys.X_BLOCK_TEXT_OVERFLOW_ELLIPSIS |
static StyleKey |
TextStyleKeys.X_LINE_TEXT_OVERFLOW_ELLIPSIS |
static StyleKey |
TextStyleKeys.X_MAX_LETTER_SPACING |
static StyleKey |
TextStyleKeys.X_MAX_WORD_SPACING |
static StyleKey |
TextStyleKeys.X_MIN_LETTER_SPACING |
static StyleKey |
TextStyleKeys.X_MIN_WORD_SPACING |
static StyleKey |
TextStyleKeys.X_OPTIMUM_LETTER_SPACING |
static StyleKey |
TextStyleKeys.X_OPTIMUM_WORD_SPACING |
Modifier and Type | Method and Description |
---|---|
StyleKey |
StyleKeyRegistry.createKey(String name,
boolean trans,
boolean inherited,
int validity) |
StyleKey |
StyleKeyRegistry.findKeyByName(String name) |
StyleKey[] |
StyleKeyRegistry.getKeys() |
StyleKey[] |
StyleKeyRegistry.getKeys(StyleKey[] input) |
StyleKey[] |
CSSDeclarationRule.getPropertyKeysAsArray() |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
StyleKeyRegistry.getKeys(StyleKey[] input) |
CSSValue |
CSSDeclarationRule.getPropertyCSSValue(StyleKey propertyName) |
boolean |
CSSDeclarationRule.isImportant(StyleKey propertyName) |
void |
CSSDeclarationRule.removeProperty(StyleKey name) |
void |
CSSDeclarationRule.setPropertyValue(StyleKey propertyName,
CSSValue value) |
void |
CSSDeclarationRule.setPropertyValue(StyleKey propertyName,
CSSValue value,
boolean important) |
void |
CSSDeclarationRule.setPropertyValueAsString(StyleKey styleKey,
String value)
Parses the given value for the stylekey.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
CSSCompoundValueReadHandler.getAffectedKeys() |
Modifier and Type | Method and Description |
---|---|
CSSValue |
CSSValueReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
StyleSheetParserUtil.parseStyleValue(Map namespaces,
StyleKey key,
String value,
org.pentaho.reporting.libraries.resourceloader.ResourceKey baseURL,
org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager,
StyleKeyRegistry styleKeyRegistry)
Parses a single style value for the given key.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
AbstractCompoundValueReadHandler.getAffectedKeys() |
Modifier and Type | Method and Description |
---|---|
CSSValue |
AbstractWidthReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
ListOfValuesReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
OneOfConstantsReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
ListOfPairReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
BorderStyleReadHandler.getAffectedKeys() |
StyleKey[] |
BorderColorReadHandler.getAffectedKeys() |
StyleKey[] |
BorderWidthReadHandler.getAffectedKeys() |
StyleKey[] |
BorderRadiusReadHandler.getAffectedKeys() |
StyleKey[] |
BackgroundReadHandler.getAffectedKeys() |
Modifier and Type | Method and Description |
---|---|
CSSValue |
BoxShadowReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
BorderImageReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
BackgroundSizeReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
BorderColorReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
BackgroundRepeatReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
BorderRadiusReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
BackgroundImageReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
PaddingReadHandler.getAffectedKeys() |
StyleKey[] |
OverflowReadHandler.getAffectedKeys() |
StyleKey[] |
DisplayReadHandler.getAffectedKeys() |
StyleKey[] |
MarginReadHandler.getAffectedKeys() |
Modifier and Type | Method and Description |
---|---|
CSSValue |
CropReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
OverflowClipReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
FitPositionReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
CSSValue |
ColorReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
OpacityReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
CSSValue |
ColumnSpanReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
ColumnGapReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
ColumnRuleColorReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
ColumnCountReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
ColumnWidthReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
CSSValue |
XAlternateTextReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
XStringDefineReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
CounterModificationReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
QuotesReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
ContentReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
StringSetReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
FontEmphasizeReadHandler.getAffectedKeys() |
StyleKey[] |
FontReadHandler.getAffectedKeys() |
Modifier and Type | Method and Description |
---|---|
CSSValue |
FontFamilyReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
FontWeightReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
FontSizeAdjustReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
TargetReadHandler.getAffectedKeys() |
Modifier and Type | Method and Description |
---|---|
CSSValue |
LangReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
VerticalAlignReadHandler.getAffectedKeys() |
StyleKey[] |
LineStackingReadHandler.getAffectedKeys() |
Modifier and Type | Method and Description |
---|---|
CSSValue |
LineHeightReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
DropInitialSizeReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
ListStyleReadHandler.getAffectedKeys() |
Modifier and Type | Method and Description |
---|---|
CSSValue |
ListStyleImageReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
CSSValue |
OrphanAndWidowReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
ImageOrientationReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
PageReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
SizeReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
CSSValue |
PositionReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
ZIndexReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
CSSValue |
XRowSpanReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
BorderSpacingReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
XColSpanReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
TextDecorationReadHandler.getAffectedKeys() |
StyleKey[] |
WritingModeReadHandler.getAffectedKeys() |
StyleKey[] |
TextOverflowReadHandler.getAffectedKeys() |
StyleKey[] |
SpacingLimitReadHandler.getAffectedKeys() |
StyleKey[] |
WhitespaceReadHandler.getAffectedKeys() |
Modifier and Type | Method and Description |
---|---|
CSSValue |
TextLineColorReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
TextKashidaSpaceReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
TextScriptReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
KerningModeReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
TextIndentReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
CSSValue |
TextAutoSpaceReadHandler.createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
ResolveHandlerModule.getDependentKeys() |
StyleKey |
ResolveHandlerModule.getKey() |
StyleKey[] |
ResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
ResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Constructor and Description |
---|
ResolveHandlerModule(StyleKey key,
ResolveHandler autoValueHandler,
ResolveHandler computedValueHandler,
ResolveHandler percentagesValueHandler) |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
FitPositionResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
FitPositionResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
FontSmoothResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
FontSmoothResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
TextHeightResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
TextHeightResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
PageSizeResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
PageSizeResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
TextDecorationWidthResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
TextDecorationWidthResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
ConstantsResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
ListOfConstantsResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
void |
ConstantsResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key) |
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
BorderWidthResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
FloatResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
FloatResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
OtherColorResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
ColorResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
ColorResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
StringSetResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
CounterIncrementResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
QuotesResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
ContentResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
XAlternateTextResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
MoveToResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
CounterResetResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
XStringDefineResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
StringSetResolveHandler.resolve(DocumentContext process,
LayoutElement element,
StyleKey key)
Resolves a String.
|
void |
CounterIncrementResolveHandler.resolve(DocumentContext process,
LayoutElement element,
StyleKey key)
Resolves a single property.
|
void |
QuotesResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
void |
ContentResolveHandler.resolve(DocumentContext process,
LayoutElement element,
StyleKey key)
Resolves a single property.
|
void |
XAlternateTextResolveHandler.resolve(DocumentContext process,
LayoutElement element,
StyleKey key)
Resolves a String.
|
void |
MoveToResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
void |
CounterResetResolveHandler.resolve(DocumentContext process,
LayoutElement element,
StyleKey key)
Resolves a single property.
|
void |
XStringDefineResolveHandler.resolve(DocumentContext process,
LayoutElement element,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
FontFamilyResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
MinMaxFontSizeResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
FontWeightResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
FontStretchResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
void |
FontSizeResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key) |
void |
FontFamilyResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key) |
void |
MinMaxFontSizeResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key) |
void |
FontWeightResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetNameResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
PageSizeResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
PageSizeResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
PositionResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
PositionResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
TextKashidaSpaceResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
TextOverflowEllipsisResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
TextDecorationWidthResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
TextKashidaSpaceResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
void |
TextOverflowEllipsisResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
void |
TextAlignResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
FontSmoothResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
FontSizeAdjustResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
FontSizeResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
MaxMinFontSizeResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
FontSmoothResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
void |
FontSizeAdjustResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key) |
void |
FontSizeResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key) |
void |
MaxMinFontSizeResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
LineHeightResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
LineHeightResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
WordSpacingResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
StyleKey[] |
LetterSpacingResolveHandler.getRequiredStyles()
This indirectly defines the resolve order.
|
Modifier and Type | Method and Description |
---|---|
void |
WordSpacingResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
void |
LetterSpacingResolveHandler.resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|