| Package | Description |
|---|---|
| onbon.bx05.area.page |
图文区域内可显示的页面。
|
| onbon.bx05.utils |
通用工具。
|
| Modifier and Type | Method and Description |
|---|---|
TextBinary.BreakType |
TextFileBxPage.getBreakType()
取得换行处理方式。
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextFileBxPage.setBreakType(TextBinary.BreakType breakType)
设定换行处理方式
|
| Modifier and Type | Method and Description |
|---|---|
static TextBinary.BreakType |
TextBinary.BreakType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextBinary.BreakType[] |
TextBinary.BreakType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
TextBinary.read(java.lang.String filePath,
java.lang.String encoding,
TextBinary.BreakType breakType)
读取纯文字档案内容。
|