Uses of Class
onbon.bx06.utils.TextBinary.BreakType

Packages that use TextBinary.BreakType
onbon.bx06.area.page 图文区域内可显示的页面。 
onbon.bx06.utils 通用工具。 
 

Uses of TextBinary.BreakType in onbon.bx06.area.page
 

Methods in onbon.bx06.area.page that return TextBinary.BreakType
 TextBinary.BreakType TextFileBxPage.getBreakType()
          取得换行处理方式。
 

Methods in onbon.bx06.area.page with parameters of type TextBinary.BreakType
 void TextFileBxPage.setBreakType(TextBinary.BreakType breakType)
          设定换行处理方式
 

Uses of TextBinary.BreakType in onbon.bx06.utils
 

Methods in onbon.bx06.utils that return TextBinary.BreakType
static TextBinary.BreakType TextBinary.BreakType.valueOf(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.
 

Methods in onbon.bx06.utils with parameters of type TextBinary.BreakType
 List<String> TextBinary.read(String filePath, String encoding, TextBinary.BreakType breakType)
          读取纯文字档案内容。
 



Copyright © 2020 onbon. All rights reserved.