public class AxisValueTableFormat1 extends AxisValueTableBase
Represents Axis value table format 1
| Constructor and Description |
|---|
AxisValueTableFormat1(int flags,
int valueNameId,
int axisIndex,
float value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAxisIndex()
Gets Zero-base index into the axis record array identifying the axis of design variation
to which the axis value table applies.
|
float |
getValue()
The numeric value for this attribute value.
|
getFlags, getFormat, getValueName, getValueNameIdpublic AxisValueTableFormat1(int flags,
int valueNameId,
int axisIndex,
float value)
Constructor
flags - FlagsvalueNameId - The name ID for entries in the 'name' table that provide a display string for this attribute valueaxisIndex - Spec: Zero-base index into the axis record array identifying the axis of design variation to which the axis value table applies. Must be less than designAxisCount.value - The numeric value for this attribute value.public int getAxisIndex()
Gets Zero-base index into the axis record array identifying the axis of design variation to which the axis value table applies.
public float getValue()
The numeric value for this attribute value.
Copyright © 2025 Aspose. All Rights Reserved.