public final class DynamicCellWithStyle extends Object
| Modifier and Type | Method and Description |
|---|---|
static DynamicCellWithStyle |
defineCellStyle(org.apache.poi.ss.usermodel.Cell cell,
String record)
Create DynamicCell with Style Map.
|
org.apache.poi.ss.usermodel.Cell |
getCell()
Getter for cell.
|
Map<String,String> |
getProperties()
Getter for properties.
|
String |
getValue()
Getter for record of cell.
|
boolean |
isStylesPresent()
Method that speak if style properties for this cell.
|
public static DynamicCellWithStyle defineCellStyle(org.apache.poi.ss.usermodel.Cell cell, String record)
cell - cell of bookrecord - string value that we want to write to cellpublic org.apache.poi.ss.usermodel.Cell getCell()
public Map<String,String> getProperties()
public String getValue()
public boolean isStylesPresent()
Copyright © 2019 CURS. All rights reserved.