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

org.ofdrw.layout.element.canvas.VerticalAlign Maven / Gradle / Ivy

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

/**
 * 内容垂直对其方式
 *
 * @author 权观宇
 * @since 2023-11-14 19:28:18
 */
public enum VerticalAlign {

    /**
     * 定边对齐
     */
    top,
    /**
     * 中间对齐
     */
    center,

    /**
     * 底边对齐
     */
    bottom;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy