All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.belladati.sdk.util.PageOrientation Maven / Gradle / Ivy

Go to download

The BellaDati SDK allows accessing a BellaDati server from 3rd-party applications using Java. This project contains the SDK's interface definitions.

There is a newer version: 0.9.7
Show newest version
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