| Package | Description |
|---|---|
| org.ofdrw.layout.element.canvas |
| Modifier and Type | Method and Description |
|---|---|
TextAlign |
ArtWord.getTextAlign() |
TextAlign |
CellContentDrawer.getTextAlign()
获取 文字对齐方式
|
TextAlign |
FontSetting.getTextAlign()
获取文本对齐方式
|
TextAlign |
Cell.getTextAlign()
获取 文字对齐方式
|
TextAlign |
DrawContext.getTextAlign()
获取文本对齐方式
|
static TextAlign |
TextAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAlign[] |
TextAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtWord.setTextAlign(TextAlign textAlign) |
CellContentDrawer |
CellContentDrawer.setTextAlign(TextAlign textAlign)
设置 文字对齐方式
|
FontSetting |
FontSetting.setTextAlign(TextAlign textAlign)
设置文本对齐方式
|
Cell |
Cell.setTextAlign(TextAlign textAlign)
设置 文字对齐方式
|
DrawContext |
DrawContext.setTextAlign(TextAlign textAlign)
设置文本对齐方式
|
Copyright © 2026. All rights reserved.