dk.apaq.printing.core.Orientation Maven / Gradle / Ivy
package dk.apaq.printing.core;
/**
*
* @author michaelzachariassenkrog
*/
public enum Orientation {
Landscape, Portrait, ReverseLandscape;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy