Class CellStyling
java.lang.Object
ch.tocco.nice2.optional.facilityreservation.impl.actions.planningoverview.CellStyling
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.poi.xssf.usermodel.XSSFCellStyle
createCellStyle
(org.apache.poi.xssf.streaming.SXSSFWorkbook workbook) boolean
static CellStyling
fromBackgroundColor
(Color backgroundColor) double
org.apache.poi.ss.usermodel.HorizontalAlignment
org.apache.poi.ss.usermodel.VerticalAlignment
int
hashCode()
boolean
isBold()
boolean
void
setBackgroundColor
(Color backgroundColor) void
setBold
(boolean bold) void
setFontColor
(Color fontColor) void
setFontHeight
(double fontHeight) void
setHorizontalAlign
(org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlign) void
setVerticalAlign
(org.apache.poi.ss.usermodel.VerticalAlignment verticalAlign) void
setWrapText
(boolean wrapText)
-
Constructor Details
-
CellStyling
public CellStyling()
-
-
Method Details
-
fromBackgroundColor
-
createCellStyle
public org.apache.poi.xssf.usermodel.XSSFCellStyle createCellStyle(org.apache.poi.xssf.streaming.SXSSFWorkbook workbook) -
getHorizontalAlign
public org.apache.poi.ss.usermodel.HorizontalAlignment getHorizontalAlign() -
setHorizontalAlign
public void setHorizontalAlign(org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlign) -
getVerticalAlign
public org.apache.poi.ss.usermodel.VerticalAlignment getVerticalAlign() -
setVerticalAlign
public void setVerticalAlign(org.apache.poi.ss.usermodel.VerticalAlignment verticalAlign) -
getFontHeight
public double getFontHeight() -
setFontHeight
public void setFontHeight(double fontHeight) -
isBold
public boolean isBold() -
setBold
public void setBold(boolean bold) -
isWrapText
public boolean isWrapText() -
setWrapText
public void setWrapText(boolean wrapText) -
getBackgroundColor
-
setBackgroundColor
-
getFontColor
-
setFontColor
-
equals
-
hashCode
public int hashCode()
-