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

org.ofdrw.layout.element.TextAlign Maven / Gradle / Ivy

The newest version!
package org.ofdrw.layout.element;

/**
 * 文字布局状态
 *
 * @author 权观宇
 * @since 2020-02-27 04:33:45
 */
public enum TextAlign {
    left,
    right,
    center,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy