
com.belladati.sdk.util.PageOrientation Maven / Gradle / Ivy
package com.belladati.sdk.util;
/**
* Page orientation. It is used in export operations.
*
* @author Lubomir Elko
*/
public enum PageOrientation {
PORTRAIT, LANDSCAPE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy