wiki.xsx.core.pdf.doc.XEasyPdfPositionStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of x-easypdf Show documentation
Show all versions of x-easypdf Show documentation
A framework based on pdfbox
package wiki.xsx.core.pdf.doc;
/**
* pdf位置样式
*
* @author xsx
* @date 2022/1/30
* @since 1.8
*
* Copyright (c) 2020-2022 xsx All Rights Reserved.
* x-easypdf is licensed under the Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
* http://license.coscl.org.cn/MulanPSL2
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PSL v2 for more details.
*
*/
public enum XEasyPdfPositionStyle {
/**
* 居上
*/
TOP,
/**
* 居中
*/
CENTER,
/**
* 居左
*/
LEFT,
/**
* 居右
*/
RIGHT,
/**
* 居下
*/
BOTTOM;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy