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

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

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

/**
 * 在段中的浮动方向
 *
 * @author 权观宇
 * @since 2020-02-03 01:01:35
 */
public enum AFloat {
    /**
     * 向左浮动
     */
    left,
    /**
     * 向右浮动
     */
    right,
    /**
     * 居中浮动
     */
    center;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy