Package com.microstrategy.web.objects.rw
Class EnumRWExportOrientation
- java.lang.Object
-
- com.microstrategy.web.objects.rw.EnumRWExportOrientation
-
public class EnumRWExportOrientation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
RW_EXPORT_ORIENTATION_AUTOMATIC
smart orientation.static int
RW_EXPORT_ORIENTATION_LANDSCAPE
exported pdf in portrait orientationstatic int
RW_EXPORT_ORIENTATION_PORTRAIT
exported pdf in landscape orientation
-
Constructor Summary
Constructors Constructor Description EnumRWExportOrientation()
-
-
-
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
-
-