GlyphState
Inheritance: java.lang.Object, java.lang.Enum
public enum GlyphState extends Enum<GlyphState>
Specifies the glyph state.
Fields
Field | Description |
---|---|
Success | Glyph was parsed successfully. |
ParsedWithErrors | Glyph was parsed with errors. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
Success
public static final GlyphState Success
Glyph was parsed successfully.
ParsedWithErrors
public static final GlyphState ParsedWithErrors
Glyph was parsed with errors.
values()
public static GlyphState[] values()
Returns: com.aspose.font.GlyphState[]
valueOf(String name)
public static GlyphState valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: GlyphState