public class HtmlMaker extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
String |
displayOfdDiv(List<Element> pageDivs,
List<String> svgs,
List<org.ofdrw.core.basicType.ST_Box> boxs) |
static boolean |
isChineseByBlock(char c) |
void |
parse()
开始转换
|
void |
writeToFile(String filepath,
String content)
将字符串写入文件
|
public void writeToFile(String filepath, String content) throws IOException
filepath - 文件路径content - 文件内容IOException - IO异常public void parse()
public String displayOfdDiv(List<Element> pageDivs, List<String> svgs, List<org.ofdrw.core.basicType.ST_Box> boxs)
public static boolean isChineseByBlock(char c)
Copyright © 2021. All rights reserved.