public class NameRecord extends Object
Represents NameRecord structure of the 'name' table
| Constructor and Description |
|---|
NameRecord() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLanguageId()
Gets language identifier.
|
int |
getNameId()
Gets name identifier.
|
int |
getPlatformId()
Gets platform identifier code.
|
int |
getPlatformSpecificId()
Gets platform-specific encoding identifier.
|
String |
getString()
Gets string in the string storage related to this name record.
|
public int getPlatformId()
Gets platform identifier code.
public int getPlatformSpecificId()
Gets platform-specific encoding identifier.
public int getLanguageId()
Gets language identifier.
public int getNameId()
Gets name identifier.
public String getString()
Gets string in the string storage related to this name record.
Copyright © 2025 Aspose. All Rights Reserved.