
com.belladati.sdk.util.PageSize Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-api Show documentation
Show all versions of sdk-api Show documentation
The BellaDati SDK allows accessing a BellaDati server from 3rd-party applications using Java. This project contains the SDK's interface definitions.
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