public interface Component
Copyright (c) 2020 xsx All Rights Reserved. x-easypdf-pdfbox is licensed under 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.
Modifier and Type | Method and Description |
---|---|
AbstractBase |
getBase()
获取基类
|
float |
getBottom()
获取下边距
|
Context |
getContext()
获取上下文
|
PagingCondition |
getPagingCondition()
获取自定义分页条件
|
Set<PagingEvent> |
getPagingEvents()
获取分页事件
|
ComponentType |
getType()
获取类型
|
void |
render()
渲染
|
void |
setBeginX(Float beginX)
设置X轴起始坐标
|
void |
setBeginY(Float beginY)
设置Y轴起始坐标
|
void |
setHorizontalAlignment(HorizontalAlignment alignment)
设置水平对齐方式
|
void |
setVerticalAlignment(VerticalAlignment alignment)
设置垂直对齐方式
|
void |
virtualRender()
虚拟渲染
|
void virtualRender()
void render()
void setBeginX(Float beginX)
beginX
- X轴起始坐标void setBeginY(Float beginY)
beginY
- Y轴起始坐标void setHorizontalAlignment(HorizontalAlignment alignment)
alignment
- 水平对齐方式void setVerticalAlignment(VerticalAlignment alignment)
alignment
- 对齐方式ComponentType getType()
Context getContext()
AbstractBase getBase()
float getBottom()
Set<PagingEvent> getPagingEvents()
PagingCondition getPagingCondition()
Copyright © 2024. All rights reserved.