public static enum TextShape.TextPlaceholder extends java.lang.Enum<TextShape.TextPlaceholder>
Enum Constant and Description |
---|
BODY
Body placeholder shape text
|
CENTER_BODY
Center body placeholder shape text
|
CENTER_TITLE
Center title placeholder shape text
|
HALF_BODY
Half-sized body placeholder shape text
|
NOTES
Notes placeholder shape text
|
OTHER
Any other text
|
QUARTER_BODY
Quarter-sized body placeholder shape text
|
TITLE
Title placeholder shape text
|
Modifier and Type | Field and Description |
---|---|
int |
nativeId |
Modifier and Type | Method and Description |
---|---|
static TextShape.TextPlaceholder |
fromNativeId(int nativeId) |
static boolean |
isTitle(int nativeId) |
static TextShape.TextPlaceholder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextShape.TextPlaceholder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextShape.TextPlaceholder TITLE
public static final TextShape.TextPlaceholder BODY
public static final TextShape.TextPlaceholder CENTER_TITLE
public static final TextShape.TextPlaceholder CENTER_BODY
public static final TextShape.TextPlaceholder HALF_BODY
public static final TextShape.TextPlaceholder QUARTER_BODY
public static final TextShape.TextPlaceholder NOTES
public static final TextShape.TextPlaceholder OTHER
public static TextShape.TextPlaceholder[] values()
for (TextShape.TextPlaceholder c : TextShape.TextPlaceholder.values()) System.out.println(c);
public static TextShape.TextPlaceholder valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static TextShape.TextPlaceholder fromNativeId(int nativeId)
public static boolean isTitle(int nativeId)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.