Package com.microstrategy.web.beans
Interface EnumPageInfoDirection
-
public interface EnumPageInfoDirection
Possible values for logical pages browsing direction- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALONG_X_POSITION
A flag indicating walking through the logical pages of aReportPageInfo
instance along its X coordinate.static int
ALONG_Y_POSITION
A flag indicating walking through the logical pages of aReportPageInfo
instance along its Y coordinate.
-
-
-
Field Detail
-
ALONG_X_POSITION
static final int ALONG_X_POSITION
A flag indicating walking through the logical pages of aReportPageInfo
instance along its X coordinate.- See Also:
- Constant Field Values
-
ALONG_Y_POSITION
static final int ALONG_Y_POSITION
A flag indicating walking through the logical pages of aReportPageInfo
instance along its Y coordinate.- See Also:
- Constant Field Values
-
-