PresetWordArtStyle
Inheritance: java.lang.Object
public final class PresetWordArtStyle
Represents the preset WordArt styles.
Fields
Field | Description |
---|---|
WORD_ART_STYLE_1 | Fill - Black, Text 1, Shadow |
WORD_ART_STYLE_10 | Fill - Gray-50%, Accent 3, Sharp Bevel |
WORD_ART_STYLE_11 | Fill - Black, Text 1, Outline - Background 1, Hard Shadow - Background 1 |
WORD_ART_STYLE_12 | Fill - Black, Text 1, Outline - Background 1, Hard Shadow - Accent 1 |
WORD_ART_STYLE_13 | Fill - Blue, Accent 1, Outline - Background 1, Hard Shadow - Accent 1 |
WORD_ART_STYLE_14 | Fill - White, Outline - Accent 2, Hard Shadow - Accent 2 |
WORD_ART_STYLE_15 | Fill - Gray-25%, Background 2, Inner Shadow |
WORD_ART_STYLE_16 | Pattern Fill - White, Text 2, Dark Upward Diagonal, Shadow |
WORD_ART_STYLE_17 | Pattern Fill - Gray-50%, Accent 3, Narrow Horizontal, Inner Shadow |
WORD_ART_STYLE_18 | Fill - Blue, Accent 1, 50%, Hard Shadow - Accent 1 |
WORD_ART_STYLE_19 | Pattern Fill - Blue, Accent 1, Light Downward Diagonal, Outline - Accent 1 |
WORD_ART_STYLE_2 | Fill - Blue, Accent 1, Shadow |
WORD_ART_STYLE_20 | Pattern Fill - Blue-Gray, Text 2, Dark Upward Diagonal, Hard Shadow - Text 2 |
WORD_ART_STYLE_3 | Fill - Orange, Accent 2, Outline - Accent 2 |
WORD_ART_STYLE_4 | Fill - White, Outline - Accent 1, Shadow |
WORD_ART_STYLE_5 | Fill - Gold, Accent 4, Soft Bevel |
WORD_ART_STYLE_6 | Gradient Fill - Gray |
WORD_ART_STYLE_7 | Gradient Fill - Blue, Accent 1, Reflection |
WORD_ART_STYLE_8 | Gradient Fill - Gold, Accent 4, Outline - Accent 4 |
WORD_ART_STYLE_9 | Fill - White, Outline - Accent 1, Glow - Accent 1 |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
WORD_ART_STYLE_1
public static final int WORD_ART_STYLE_1
Fill - Black, Text 1, Shadow
WORD_ART_STYLE_10
public static final int WORD_ART_STYLE_10
Fill - Gray-50%, Accent 3, Sharp Bevel
WORD_ART_STYLE_11
public static final int WORD_ART_STYLE_11
Fill - Black, Text 1, Outline - Background 1, Hard Shadow - Background 1
WORD_ART_STYLE_12
public static final int WORD_ART_STYLE_12
Fill - Black, Text 1, Outline - Background 1, Hard Shadow - Accent 1
WORD_ART_STYLE_13
public static final int WORD_ART_STYLE_13
Fill - Blue, Accent 1, Outline - Background 1, Hard Shadow - Accent 1
WORD_ART_STYLE_14
public static final int WORD_ART_STYLE_14
Fill - White, Outline - Accent 2, Hard Shadow - Accent 2
WORD_ART_STYLE_15
public static final int WORD_ART_STYLE_15
Fill - Gray-25%, Background 2, Inner Shadow
WORD_ART_STYLE_16
public static final int WORD_ART_STYLE_16
Pattern Fill - White, Text 2, Dark Upward Diagonal, Shadow
WORD_ART_STYLE_17
public static final int WORD_ART_STYLE_17
Pattern Fill - Gray-50%, Accent 3, Narrow Horizontal, Inner Shadow
WORD_ART_STYLE_18
public static final int WORD_ART_STYLE_18
Fill - Blue, Accent 1, 50%, Hard Shadow - Accent 1
WORD_ART_STYLE_19
public static final int WORD_ART_STYLE_19
Pattern Fill - Blue, Accent 1, Light Downward Diagonal, Outline - Accent 1
WORD_ART_STYLE_2
public static final int WORD_ART_STYLE_2
Fill - Blue, Accent 1, Shadow
WORD_ART_STYLE_20
public static final int WORD_ART_STYLE_20
Pattern Fill - Blue-Gray, Text 2, Dark Upward Diagonal, Hard Shadow - Text 2
WORD_ART_STYLE_3
public static final int WORD_ART_STYLE_3
Fill - Orange, Accent 2, Outline - Accent 2
WORD_ART_STYLE_4
public static final int WORD_ART_STYLE_4
Fill - White, Outline - Accent 1, Shadow
WORD_ART_STYLE_5
public static final int WORD_ART_STYLE_5
Fill - Gold, Accent 4, Soft Bevel
WORD_ART_STYLE_6
public static final int WORD_ART_STYLE_6
Gradient Fill - Gray
WORD_ART_STYLE_7
public static final int WORD_ART_STYLE_7
Gradient Fill - Blue, Accent 1, Reflection
WORD_ART_STYLE_8
public static final int WORD_ART_STYLE_8
Gradient Fill - Gold, Accent 4, Outline - Accent 4
WORD_ART_STYLE_9
public static final int WORD_ART_STYLE_9
Fill - White, Outline - Accent 1, Glow - Accent 1
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |