Class EnumRWExportOrientation


  • public class EnumRWExportOrientation
    extends java.lang.Object
    • Field Detail

      • RW_EXPORT_ORIENTATION_AUTOMATIC

        public static final int RW_EXPORT_ORIENTATION_AUTOMATIC
        smart orientation. NEE will decide to use landscape or portrait according to the cotent.
        See Also:
        Constant Field Values
      • RW_EXPORT_ORIENTATION_PORTRAIT

        public static final int RW_EXPORT_ORIENTATION_PORTRAIT
        exported pdf in landscape orientation
        See Also:
        Constant Field Values
      • RW_EXPORT_ORIENTATION_LANDSCAPE

        public static final int RW_EXPORT_ORIENTATION_LANDSCAPE
        exported pdf in portrait orientation
        See Also:
        Constant Field Values
    • Constructor Detail

      • EnumRWExportOrientation

        public EnumRWExportOrientation()