public abstract class AxisValueTableBase extends Object
Base class for Axis Value Table structure. Spec: Axis Value Tables provide details regarding a specific style-attribute value on some specific axis of design variation, or a combination of design-variation axis values, and the relationship of those values to labels used as elements in subfamily names.
| Modifier and Type | Method and Description |
|---|---|
int |
getFlags()
Gets axis value table flags field.
|
int |
getFormat()
Gets format identifier (version number).
|
String |
getValueName()
Gets the name from the 'name' table that provide a display string for this attribute value.
|
int |
getValueNameId()
Gets the name ID for entries in the 'name' table that provide a display string
for this attribute value.
|
public int getFormat()
Gets format identifier (version number).
public int getFlags()
Gets axis value table flags field.
public int getValueNameId()
Gets the name ID for entries in the 'name' table that provide a display string for this attribute value.
public String getValueName()
Gets the name from the 'name' table that provide a display string for this attribute value.
Copyright © 2025 Aspose. All Rights Reserved.