com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PrintDuplex

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.PrintDuplex


  • public final class PrintDuplex
    extends com.aspose.ms.System.Enum

    The paper handling option to use when printing the file from the print dialog..

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int DuplexFlipLongEdge
      Duplex and flip on the long edge of the sheet.
      static int DuplexFlipShortEdge
      Duplex and flip on the short edge of the sheet.
      static int Simplex
      Print single-sided.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • DuplexFlipShortEdge

        public static final int DuplexFlipShortEdge

        Duplex and flip on the short edge of the sheet.

        See Also:
        Constant Field Values
      • DuplexFlipLongEdge

        public static final int DuplexFlipLongEdge

        Duplex and flip on the long edge of the sheet.

        See Also:
        Constant Field Values