OpenTypeBaseNameRecord
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public abstract class OpenTypeBaseNameRecord extends CustomPackage
Represents the base OpenType Name table record class.
Learn more
Methods
| Method | Description |
|---|---|
| getNameID() | Gets the name identifier. |
| getPlatform() | Gets the platform identifier. |
| getValue() | Gets the string value of record. |
getNameID()
public final OpenTypeName getNameID()
Gets the name identifier.
Returns: OpenTypeName - The name identifier.
getPlatform()
public final OpenTypePlatform getPlatform()
Gets the platform identifier.
Returns: OpenTypePlatform - The platform identifier.
getValue()
public final String getValue()
Gets the string value of record.
Returns: java.lang.String - The string value of record.