public final class Trait extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Trait.Background
Background trait structure.
|
static class |
Trait.ExternalLink
External Link trait structure
|
static class |
Trait.InternalLink
Class for internal link traits.
|
Modifier and Type | Field and Description |
---|---|
static Integer |
BACKGROUND
Background trait for an area.
|
static Integer |
BLINK
Blinking trait used when rendering inline parent.
|
static Integer |
BLOCK_PROGRESSION_DIRECTION
block progression direction trait
|
static Integer |
BORDER_AFTER
The border after.
|
static Integer |
BORDER_BEFORE
The border before.
|
static Integer |
BORDER_END
The border end.
|
static Integer |
BORDER_START
The border start.
|
static Integer |
COLOR
The current color.
|
static Integer |
COLUMN_PROGRESSION_DIRECTION
column progression direction trait
|
static Integer |
END_INDENT
The end-indent trait.
|
static Integer |
EXTERNAL_LINK
External link.
|
static Integer |
FONT
The font triplet for the current font.
|
static Integer |
FONT_SIZE
Font size for the current font.
|
static Integer |
INLINE_PROGRESSION_DIRECTION
inline progression direction trait
|
static Integer |
INTERNAL_LINK
Internal link trait.
|
static Integer |
IS_REFERENCE_AREA
The is-reference-area trait.
|
static Integer |
IS_VIEWPORT_AREA
The is-viewport-area trait.
|
static Integer |
LAYER
For optional content groups.
|
static Integer |
LINETHROUGH
Linethrough trait used when rendering inline parent.
|
static Integer |
LINETHROUGH_COLOR
Trait for color of linethrough decorations when rendering inline parent.
|
static int |
MAX_TRAIT_KEY
Maximum value used by trait keys
|
static Integer |
OVERLINE
Overline trait used when rendering inline parent.
|
static Integer |
OVERLINE_COLOR
Trait for color of overline decorations when rendering inline parent.
|
static Integer |
PADDING_AFTER
The padding after.
|
static Integer |
PADDING_BEFORE
The padding before.
|
static Integer |
PADDING_END
The padding end.
|
static Integer |
PADDING_START
The padding start.
|
static Integer |
PROD_ID
The ID of the FO that produced an area.
|
static Integer |
SHIFT_DIRECTION
shift direction trait
|
static Integer |
SPACE_AFTER
The space-after trait.
|
static Integer |
SPACE_BEFORE
The space-before trait.
|
static Integer |
SPACE_END
The space end.
|
static Integer |
SPACE_START
The space start.
|
static Integer |
START_INDENT
The start-indent trait.
|
static Integer |
STRUCTURE_TREE_ELEMENT
For navigation in the document structure.
|
static Integer |
UNDERLINE
Underline trait used when rendering inline parent.
|
static Integer |
UNDERLINE_COLOR
Trait for color of underline decorations when rendering inline parent.
|
static Integer |
VISIBILITY
Used to disable the rendering of a Block http://www.w3.org/TR/xsl/#rend-vis
|
static Integer |
WRITING_MODE
writing mode trait
|
Modifier and Type | Method and Description |
---|---|
static Class |
getTraitClass(Object traitCode)
Get the data storage class for the trait.
|
static String |
getTraitName(Object traitCode)
Get the trait name for a trait code.
|
public static final Integer INTERNAL_LINK
public static final Integer EXTERNAL_LINK
public static final Integer FONT
public static final Integer FONT_SIZE
public static final Integer COLOR
public static final Integer PROD_ID
public static final Integer BACKGROUND
public static final Integer UNDERLINE
public static final Integer OVERLINE
public static final Integer LINETHROUGH
public static final Integer BORDER_START
public static final Integer BORDER_END
public static final Integer BORDER_BEFORE
public static final Integer BORDER_AFTER
public static final Integer PADDING_START
public static final Integer PADDING_END
public static final Integer PADDING_BEFORE
public static final Integer PADDING_AFTER
public static final Integer SPACE_START
public static final Integer SPACE_END
public static final Integer START_INDENT
public static final Integer END_INDENT
public static final Integer SPACE_BEFORE
public static final Integer SPACE_AFTER
public static final Integer IS_REFERENCE_AREA
public static final Integer IS_VIEWPORT_AREA
public static final Integer BLINK
public static final Integer UNDERLINE_COLOR
public static final Integer OVERLINE_COLOR
public static final Integer LINETHROUGH_COLOR
public static final Integer STRUCTURE_TREE_ELEMENT
public static final Integer WRITING_MODE
public static final Integer INLINE_PROGRESSION_DIRECTION
public static final Integer BLOCK_PROGRESSION_DIRECTION
public static final Integer COLUMN_PROGRESSION_DIRECTION
public static final Integer SHIFT_DIRECTION
public static final Integer LAYER
public static final Integer VISIBILITY
public static final int MAX_TRAIT_KEY
Copyright © 2025 Apache Software Foundation. All rights reserved.