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 intRW_EXPORT_ORIENTATION_AUTOMATICsmart orientation.static intRW_EXPORT_ORIENTATION_LANDSCAPEexported pdf in portrait orientationstatic intRW_EXPORT_ORIENTATION_PORTRAITexported 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
 
 
 - 
 
 -