public class GlyphStringId extends GlyphId
Represents string glyph id.
| Constructor and Description |
|---|
GlyphStringId(String value)
Initializes new
GlyphStringID object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Returns true if string IDs are equal.
|
static GlyphStringId |
getNotDefId()
Gets not defined glyph id.
|
String |
getValue()
Gets string value.
|
int |
hashCode()
GetHashCode implementation.
|
void |
setValue(String value)
Sets string value.
|
GlyphStringId |
toGlyphStringId()
Cast GlyphId to GlyphStringId
|
String |
toString()
Returns string value the glyph id.
|
op_Equality, op_Inequality, toGlyphUInt32Idpublic GlyphStringId(String value)
Initializes new GlyphStringID object.
value - Glyph identifier.public String getValue()
Gets string value.
public void setValue(String value)
Sets string value.
value - String value.public static GlyphStringId getNotDefId()
Gets not defined glyph id.
public String toString()
Returns string value the glyph id.
public boolean equals(Object obj)
Returns true if string IDs are equal.
public int hashCode()
GetHashCode implementation.
public GlyphStringId toGlyphStringId()
Cast GlyphId to GlyphStringId
toGlyphStringId in class GlyphIdCopyright © 2025 Aspose. All Rights Reserved.