public class PageEntry extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
copyAnnotations
是否复注释
默认:true 复制注释
|
boolean |
copyTemplate
是否复制模板
默认:true 复制模板
|
DocContext |
docCtx
关联文档上下文
|
Integer |
pageIndex
页面索引号(页码从1开始)
|
List<PageEntry> |
tbMixPages
需要混合到指定页面的其他文档页面(将一页追加到指定页的上面)
|
| 构造器和说明 |
|---|
PageEntry(Integer pageIndex,
DocContext docCtx)
创建迁移页面对象
|
PageEntry(Integer pageIndex,
DocContext docCtx,
PageEntry... tbMixPages)
创建迁移页面对象
|
public DocContext docCtx
public Integer pageIndex
public boolean copyTemplate
默认:true 复制模板
public boolean copyAnnotations
默认:true 复制注释
public PageEntry(Integer pageIndex, DocContext docCtx)
pageIndex - 页面索引号(页码从1开始)docCtx - 上下文public PageEntry(Integer pageIndex, DocContext docCtx, PageEntry... tbMixPages)
pageIndex - 页面索引号(页码从1开始)docCtx - 上下文tbMixPages - 需要混合到指定页面的其他文档页面。Copyright © 2025. All rights reserved.