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

org.jrimum.texgit.Side Maven / Gradle / Ivy

Go to download

This is a fork and merge from JRimum ( http://www.jrimum.org ), - Bopepo: https://github.com/jrimum/bopepo - Texgit: https://github.com/jrimum/texgit - Valia: https://github.com/jrimum/vallia - Utilix: https://github.com/jrimum/utilix - Domkee: https://github.com/jrimum/domkee For Brazillian Boleto Payment Method. So much thanks for original authors: Gilmar P. S. L, Misael Barreto and Rômulo Augusto.

The newest version!
package org.jrimum.texgit;

/**
 * Lados para alinhar campos, preenchimento ou orientações em geral.
 *
 * @author Gilmar P.S.L.
 */
public enum Side {

    LEFT,
    RIGHT;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy