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