AxisValueTableFormat4

Inheritance: java.lang.Object, com.aspose.font.AxisValueTableBase

public class AxisValueTableFormat4 extends AxisValueTableBase

Represents Axis value table format 4

Constructors

ConstructorDescription
AxisValueTableFormat4(int flags, int valueNameId, AxisValue[] axisValues)Constructor

Methods

MethodDescription
getAxisValues()Array of AxisValue records that provide the combination of axis values, one for each contributing axis.

AxisValueTableFormat4(int flags, int valueNameId, AxisValue[] axisValues)

public AxisValueTableFormat4(int flags, int valueNameId, AxisValue[] axisValues)

Constructor

Parameters:

ParameterTypeDescription
flagsintFlags
valueNameIdintThe name ID for entries in the ’name’ table that provide a display string for this attribute value
axisValuesAxisValue[]Array of AxisValue records that provide the combination of axis values, one for each contributing axis.

getAxisValues()

public AxisValue[] getAxisValues()

Array of AxisValue records that provide the combination of axis values, one for each contributing axis.

Returns: com.aspose.font.AxisValue[] - Array of AxisValue records that provide the combination of axis values, one for each contributing axis.