Package com.vidispine.generated
Class TextRenditionType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.TextRenditionType.PropInfo
-
- Enclosing class:
- TextRenditionType
public static class TextRenditionType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
A
static String
ALIGN
static String
B
static String
FONT
static String
G
static String
HORIZONTAL_BASE
static String
LANGUAGE
static String
LINE
static String
OUTLINE
static String
OUTLINE_A
static String
OUTLINE_B
static String
OUTLINE_G
static String
OUTLINE_R
static String
OUTLINE_SIZE
static String
R
static String
SIZE
static String
SIZE_REL
static String
VERTICAL_BASE
static String
X
static String
X_REL
static String
Y
static String
Y_REL
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
LINE
public static final transient String LINE
- See Also:
- Constant Field Values
-
ALIGN
public static final transient String ALIGN
- See Also:
- Constant Field Values
-
X
public static final transient String X
- See Also:
- Constant Field Values
-
Y
public static final transient String Y
- See Also:
- Constant Field Values
-
X_REL
public static final transient String X_REL
- See Also:
- Constant Field Values
-
Y_REL
public static final transient String Y_REL
- See Also:
- Constant Field Values
-
HORIZONTAL_BASE
public static final transient String HORIZONTAL_BASE
- See Also:
- Constant Field Values
-
VERTICAL_BASE
public static final transient String VERTICAL_BASE
- See Also:
- Constant Field Values
-
FONT
public static final transient String FONT
- See Also:
- Constant Field Values
-
SIZE
public static final transient String SIZE
- See Also:
- Constant Field Values
-
SIZE_REL
public static final transient String SIZE_REL
- See Also:
- Constant Field Values
-
R
public static final transient String R
- See Also:
- Constant Field Values
-
G
public static final transient String G
- See Also:
- Constant Field Values
-
B
public static final transient String B
- See Also:
- Constant Field Values
-
A
public static final transient String A
- See Also:
- Constant Field Values
-
OUTLINE
public static final transient String OUTLINE
- See Also:
- Constant Field Values
-
OUTLINE_SIZE
public static final transient String OUTLINE_SIZE
- See Also:
- Constant Field Values
-
OUTLINE_R
public static final transient String OUTLINE_R
- See Also:
- Constant Field Values
-
OUTLINE_G
public static final transient String OUTLINE_G
- See Also:
- Constant Field Values
-
OUTLINE_B
public static final transient String OUTLINE_B
- See Also:
- Constant Field Values
-
OUTLINE_A
public static final transient String OUTLINE_A
- See Also:
- Constant Field Values
-
LANGUAGE
public static final transient String LANGUAGE
- See Also:
- Constant Field Values
-
-