com.aspose.xps.metadata

Class ValueType



  • public final class ValueType
    extends Object

    Class incapsulating print ticket property value types.

    • Field Detail

      • Integer

        public static ValueType Integer

        Integer type ("xsd:integer").

      • Decimal

        public static ValueType Decimal

        Decimal type ("xsd:decimal").

      • String

        public static ValueType String

        String type ("xsd:string").

      • QName

        public static ValueType QName

        QName type ("xsd:QName").

    • Constructor Detail

      • ValueType

        public ValueType(String type)

        Creates custom property value type.

        Parameters:
        type - Type in a form "ns:type".
    • Method Detail

      • toString

        public String toString()

        Returns the string representation.

        Overrides:
        toString in class Object
        Returns:
        String representation.