| 程序包 | 说明 |
|---|---|
| org.ofdrw.core.text.text |
| 限定符和类型 | 方法和说明 |
|---|---|
Direction |
CT_Text.getCharDirection()
【可选 属性】
获取 字符方向
指定了文字放置的方向,描述见 11.3 文字定位
默认值为 0
|
static Direction |
Direction.getInstance(Integer angleStr) |
static Direction |
Direction.getInstance(String angleStr) |
Direction |
CT_Text.getReadDirection()
【可选 属性】
获取 阅读方向
指定了文字排列的方向,描述见 11.3 文字定位
默认值为 0
|
static Direction |
Direction.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Direction[] |
Direction.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
CT_Text |
CT_Text.setCharDirection(Direction charDirection)
【可选 属性】
指定 字符方向
指定了文字放置的方向,描述见 11.3 文字定位
默认值为 0
|
CT_Text |
CT_Text.setReadDirection(Direction readDirection)
【可选 属性】
指定 阅读方向
指定了文字排列的方向,描述见 11.3 文字定位
默认值为 0
|
Copyright © 2021. All rights reserved.