public static enum GeneralizedTextPathMode.TextPathMode extends Enum<GeneralizedTextPathMode.TextPathMode>
| Modifier and Type | Method and Description |
|---|---|
static GeneralizedTextPathMode.TextPathMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralizedTextPathMode.TextPathMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralizedTextPathMode.TextPathMode OFF
public static final GeneralizedTextPathMode.TextPathMode NONAXIS
public static final GeneralizedTextPathMode.TextPathMode AXIS
public static GeneralizedTextPathMode.TextPathMode[] values()
for (GeneralizedTextPathMode.TextPathMode c : GeneralizedTextPathMode.TextPathMode.values()) System.out.println(c);
public static GeneralizedTextPathMode.TextPathMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.