Key |
BIDI_EMBEDDING |
Value |
Integer |
Limits |
Positive values 1 through 15 are embedding
levels, negative values through -15 are override levels
|
Default |
Use standard BIDI to compute levels from formatting
characters in the text. |
Description |
Specifies the bidi embedding level of the character.
When this attribute is present anywhere in a paragraph, then the
Unicode characters RLO, LRO, RLE, LRE, PDF are disregarded in the BIDI
analysis of that paragraph. |
final public static Object | CHAR_REPLACEMENT |
final public static Object | EXTRA_FIRST_LINE_SPACING |
final public static Object | EXTRA_LINE_SPACING |
final public static Object | FAMILY |
final public static Object | FIRST_LINE_INDENT Amount beyond leading margin to indent the first line of a paragraph. |
final public static Integer | FLUSH_CENTER |
final public static Integer | FLUSH_LEADING |
final public static Integer | FLUSH_TRAILING |
final public static Object | FONT |
final public static Object | FOREGROUND Attribute key for the foreground and background color adornment. |
final public static Integer | FULLY_JUSTIFIED Value of LINE_FLUSH for full justification. |
final public static Object | JUSTIFICATION Attribute key for the justification of a paragraph.
Key |
JUSTIFICATION |
Value |
Float |
Limits |
0.0 through1.0 |
Default |
1.0 |
Description |
Specifies which fraction of the extra space to use
when justification is requested. | final public static Float | JUSTIFICATION_FULL Justify the line to the full requested width. | final public static Float | JUSTIFICATION_NONE Do not allow the line to be justified. | final public static Object | LEADING_MARGIN Leading and trailing margin in paragraph. | final public static Object | LINE_FLUSH Flush lines left, right, or center. | final public static Object | MIN_FIRST_LINE_SPACING | final public static Object | MIN_LINE_SPACING | final public static Object | OFFSET | final public static Object | POSTURE | final public static Float | POSTURE_OBLIQUE | final public static Object | RUN_DIRECTION Attribute key for the run direction of the line.
BIDI_EMBEDDING | final public static Object BIDI_EMBEDDING(Code) | | Attribute key for the embedding level for nested bidirectional runs.
Key |
BIDI_EMBEDDING |
Value |
Integer |
Limits |
Positive values 1 through 15 are embedding
levels, negative values through -15 are override levels
|
Default |
Use standard BIDI to compute levels from formatting
characters in the text. |
Description |
Specifies the bidi embedding level of the character.
When this attribute is present anywhere in a paragraph, then the
Unicode characters RLO, LRO, RLE, LRE, PDF are disregarded in the BIDI
analysis of that paragraph.
See the Unicode Standard v. 2.0, section 3-11.
|
|
CHAR_REPLACEMENT | final public static Object CHAR_REPLACEMENT(Code) | | |
EXTRA_FIRST_LINE_SPACING | final public static Object EXTRA_FIRST_LINE_SPACING(Code) | | |
EXTRA_LINE_SPACING | final public static Object EXTRA_LINE_SPACING(Code) | | |
FIRST_LINE_INDENT | final public static Object FIRST_LINE_INDENT(Code) | | Amount beyond leading margin to indent the first line of a paragraph.
|
FOREGROUND | final public static Object FOREGROUND(Code) | | Attribute key for the foreground and background color adornment.
|
FULLY_JUSTIFIED | final public static Integer FULLY_JUSTIFIED(Code) | | Value of LINE_FLUSH for full justification.
|
JUSTIFICATION | final public static Object JUSTIFICATION(Code) | | Attribute key for the justification of a paragraph.
Key |
JUSTIFICATION |
Value |
Float |
Limits |
0.0 through1.0 |
Default |
1.0 |
Description |
Specifies which fraction of the extra space to use
when justification is requested. For example, if the line is 50 points
wide and the margins are 70 points apart, a value of 0.5 means that the
line is padded to reach a width of 60 points.
This attribute should have the same value over the whole
paragraph. |
|
LEADING_MARGIN | final public static Object LEADING_MARGIN(Code) | | Leading and trailing margin in paragraph.
|
LINE_FLUSH | final public static Object LINE_FLUSH(Code) | | Flush lines left, right, or center.
|
MIN_FIRST_LINE_SPACING | final public static Object MIN_FIRST_LINE_SPACING(Code) | | |
MIN_LINE_SPACING | final public static Object MIN_LINE_SPACING(Code) | | |
POSTURE_OBLIQUE | final public static Float POSTURE_OBLIQUE(Code) | | |
RUN_DIRECTION | final public static Object RUN_DIRECTION(Code) | | Attribute key for the run direction of the line.
Key |
RUN_DIRECTION |
Value |
Boolean |
Constants |
RUN_DIRECTION_LTR = true, RUN_DIRECTION_RTL = false
|
Default |
Use the default Unicode base direction from the BIDI
algorithm. |
Description |
Specifies which base run direction to use when
positioning mixed directional runs within a paragraph. If this value is
RUN_DIRECTION_DEFAULT, TextLayout uses the default Unicode
base direction from the BIDI algorithm.
This attribute should have the same value over the whole
paragraph. |
|
STRIKETHROUGH_ON | final public static Boolean STRIKETHROUGH_ON(Code) | | |
SUPERSCRIPT_SUPER | final public static Integer SUPERSCRIPT_SUPER(Code) | | |
TAB_RULER | final public static Object TAB_RULER(Code) | | Tab ruler. Values are MTabRuler instances.
|
TRAILING_MARGIN | final public static Object TRAILING_MARGIN(Code) | | |
| |