OpenTypeBaseNameRecord
Leave feedback
On this page
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
| Method | Description |
|---|---|
| getNameID() | Gets the name identifier. |
| getPlatform() | Gets the platform identifier. |
| getValue() | Gets the string value of record. |
public final OpenTypeName getNameID()
Gets the name identifier.
Returns: OpenTypeName - The name identifier.
public final OpenTypePlatform getPlatform()
Gets the platform identifier.
Returns: OpenTypePlatform - The platform identifier.
public final String getValue()
Gets the string value of record.
Returns: java.lang.String - The string value of record.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.