// Generated automatically from javafx.print.PageOrientation for testing purposes package javafx.print; public enum PageOrientation { LANDSCAPE, PORTRAIT, REVERSE_LANDSCAPE, REVERSE_PORTRAIT; private PageOrientation() {} }