程序包 | 说明 |
---|---|
com.bstek.ureport.build.cell | |
com.bstek.ureport.build.cell.down | |
com.bstek.ureport.build.cell.right |
限定符和类型 | 方法和说明 |
---|---|
static DuplicateType |
DuplicateType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DuplicateType[] |
DuplicateType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
DuplicateType |
CellDownDuplicator.getDuplicateType() |
构造器和说明 |
---|
CellDownDuplicator(Cell cell,
DuplicateType duplicateType,
BlankCellInfo blankCellInfo,
int cellRowNumber) |
CellDownDuplicator(Cell cell,
DuplicateType duplicateType,
int cellRowNumber) |
限定符和类型 | 方法和说明 |
---|---|
DuplicateType |
CellRightDuplicator.getDuplicateType() |
构造器和说明 |
---|
CellRightDuplicator(Cell cell,
DuplicateType duplicateType,
BlankCellInfo blankCellInfo,
int cellColNumber) |
CellRightDuplicator(Cell cell,
DuplicateType duplicateType,
int cellColNumber) |
Copyright © 2022 Bstek. All rights reserved.