public final class TypographicCase extends Object
ElementAttribute.typographicCase.
Glyphs have typographic case, which describe their shape and their spacing.
This notion is distinct from the notion of character case (which
is uppercase, lowercase, or caseless).| Modifier and Type | Field and Description |
|---|---|
static TypographicCase |
CAPS
CAPS.
|
static TypographicCase |
CAPS_AND_SMALLCAPS
CAPS_AND_SMALLCAPS.
|
static TypographicCase |
NONE
NONE
No transformation performed.
|
static TypographicCase |
PETITECAPS
PETITECAPS.
|
static TypographicCase |
SMALLCAPS
SMALLCAPS.
|
static TypographicCase |
TEXT
TEXT.
|
static TypographicCase |
TITLE
TITLE.
|
static TypographicCase |
UNICASE
UNICASE.
|
| Modifier and Type | Method and Description |
|---|---|
static TypographicCase |
parse(String s) |
String |
toString() |
public static final TypographicCase TITLE
public static final TypographicCase CAPS
public static final TypographicCase CAPS_AND_SMALLCAPS
public static final TypographicCase SMALLCAPS
public static final TypographicCase PETITECAPS
public static final TypographicCase TEXT
public static final TypographicCase UNICASE
public static final TypographicCase NONE
public static TypographicCase parse(String s)
Copyright © 2010 - 2020 Adobe. All Rights Reserved