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

com.belladati.sdk.util.PageSize 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 size. It is used in export operations.
 * 
 * @author Lubomir Elko
 */
public enum PageSize {

	A4, A3, A2, A1;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy