DecimalValue

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.Value

public final class DecimalValue extends Value

The class that incapsulates a Decimal value in a PrintTicket document.

Constructors

ConstructorDescription
DecimalValue(float value)Creates a new instance.

DecimalValue(float value)

public DecimalValue(float value)

Creates a new instance.

Parameters:

ParameterTypeDescription
valuefloatA decimal value.