Search
PageOrder Enumeration
See Also
 






Specifies the order of printed pages.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public enum PageOrder

 Members

  Member name Description

DownThenOver

Indicates that pages are printed vertically and then horizontally.

OverThenDown

Indicates that pages are printed horizontally and then vertically.

 See Also