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

com.addc.commons.convertion.PageUnit Maven / Gradle / Ivy

Go to download

The addc-base library supplies classes for creating UUIDs, converting between types, outputting byte arrays with different formats, support for Julian dates, delay generators, parsing properties files and support for I18N.

There is a newer version: 2.6
Show newest version
package com.addc.commons.convertion;

/**
 * The PageUnit defines the units used in defining page sizes and positions on a
 * page.
 */
public enum PageUnit {
    POINT, INCH, MM;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy