public class

EnumRWExportOrientation

extends Object
java.lang.Object
   ↳ com.microstrategy.web.objects.rw.EnumRWExportOrientation

Summary

Constants
int RW_EXPORT_ORIENTATION_AUTOMATIC smart orientation.
int RW_EXPORT_ORIENTATION_LANDSCAPE exported pdf in portrait orientation
int RW_EXPORT_ORIENTATION_PORTRAIT exported pdf in landscape orientation
Public Constructors
EnumRWExportOrientation()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int RW_EXPORT_ORIENTATION_AUTOMATIC

smart orientation. NEE will decide to use landscape or portrait according to the cotent.

Constant Value: -1 (0xffffffff)

public static final int RW_EXPORT_ORIENTATION_LANDSCAPE

exported pdf in portrait orientation

Constant Value: 1 (0x00000001)

public static final int RW_EXPORT_ORIENTATION_PORTRAIT

exported pdf in landscape orientation

Constant Value: 0 (0x00000000)

Public Constructors

public EnumRWExportOrientation ()