This commit is contained in:
Looly
2020-12-16 00:15:52 +08:00
parent 873c5723e8
commit a5be41c6a7
5 changed files with 30 additions and 17 deletions

View File

@@ -113,7 +113,7 @@ public class OfdWriter implements Serializable, Closeable {
}
/**
* 增加节点
* 增加节点
*
* @param div 节点可以是段落、Canvas、Img或者填充
* @return this
@@ -124,8 +124,9 @@ public class OfdWriter implements Serializable, Closeable {
}
/**
* 增加节点,
* 增加注释,比如水印等
*
* @param page 页码
* @param annotation 节点可以是段落、Canvas、Img或者填充
* @return this
*/