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

fr.opensagres.xdocreport.document.textstyling.properties.TextAlignment Maven / Gradle / Ivy

package fr.opensagres.xdocreport.document.textstyling.properties;

/**
 * Text alignment values.
 */
public enum TextAlignment
{

    Left, Center, Right, Justify, Inherit;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy