| 程序包 | 说明 |
|---|---|
| org.dromara.pdf.pdfbox.core.base |
基础
|
| org.dromara.pdf.pdfbox.core.component |
组件
|
| org.dromara.pdf.pdfbox.core.enums |
枚举
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected VerticalAlignment |
Page.verticalAlignment
垂直对齐方式
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Page.setVerticalAlignment(VerticalAlignment verticalAlignment)
设置垂直对齐方式
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected VerticalAlignment |
Container.contentVerticalAlignment
内容垂直对齐方式
|
protected VerticalAlignment |
Table.contentVerticalAlignment
内容垂直对齐方式
|
protected VerticalAlignment |
TableCell.contentVerticalAlignment
内容垂直对齐方式
|
protected VerticalAlignment |
TableRow.contentVerticalAlignment
内容垂直对齐方式
|
protected VerticalAlignment |
AbstractComponent.verticalAlignment
垂直对齐方式
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Component.setVerticalAlignment(VerticalAlignment alignment)
设置垂直对齐方式
|
| 限定符和类型 | 方法和说明 |
|---|---|
static VerticalAlignment |
VerticalAlignment.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static VerticalAlignment[] |
VerticalAlignment.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2024. All rights reserved.