Package org.apache.poi.ss.usermodel
Class CellCopyPolicy.Builder
java.lang.Object
org.apache.poi.ss.usermodel.CellCopyPolicy.Builder
- Enclosing class:
- CellCopyPolicy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()cellFormula(boolean copyCellFormula) cellStyle(boolean copyCellStyle) cellValue(boolean copyCellValue) condenseRows(boolean condenseRows) copyHyperlink(boolean copyHyperlink) mergedRegions(boolean copyMergedRegions) mergeHyperlink(boolean mergeHyperlink) rowHeight(boolean copyRowHeight)
-
Constructor Details
-
Builder
public Builder()Builder class for CellCopyPolicy
-
-
Method Details
-
cellValue
-
cellStyle
-
cellFormula
-
copyHyperlink
-
mergeHyperlink
-
rowHeight
-
condenseRows
-
mergedRegions
-
build
-