| 程序包 | 说明 |
|---|---|
| org.ofdrw.layout.element.canvas |
| 限定符和类型 | 方法和说明 |
|---|---|
TextAlign |
ArtWord.getTextAlign() |
TextAlign |
Cell.getTextAlign()
获取 文字对齐方式
|
TextAlign |
CellContentDrawer.getTextAlign()
获取 文字对齐方式
|
TextAlign |
DrawContext.getTextAlign()
获取文本对齐方式
|
TextAlign |
FontSetting.getTextAlign()
获取文本对齐方式
|
static TextAlign |
TextAlign.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TextAlign[] |
TextAlign.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ArtWord.setTextAlign(TextAlign textAlign) |
Cell |
Cell.setTextAlign(TextAlign textAlign)
设置 文字对齐方式
|
CellContentDrawer |
CellContentDrawer.setTextAlign(TextAlign textAlign)
设置 文字对齐方式
|
DrawContext |
DrawContext.setTextAlign(TextAlign textAlign)
设置文本对齐方式
|
FontSetting |
FontSetting.setTextAlign(TextAlign textAlign)
设置文本对齐方式
|
Copyright © 2024. All rights reserved.