Class ExcelCellStyleAttributes
java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.poi.ExcelCellStyleAttributes
-
Constructor Summary
ConstructorsConstructorDescriptionExcelCellStyleAttributes(org.eclipse.swt.graphics.Color fg, org.eclipse.swt.graphics.Color bg, org.eclipse.swt.graphics.FontData fontData, String dataFormat, int hAlign, int vAlign, boolean vertical) ExcelCellStyleAttributes(org.eclipse.swt.graphics.Color fg, org.eclipse.swt.graphics.Color bg, org.eclipse.swt.graphics.FontData fontData, String dataFormat, int hAlign, int vAlign, boolean vertical, boolean wrap, boolean border) -
Method Summary
-
Constructor Details
-
ExcelCellStyleAttributes
public ExcelCellStyleAttributes(org.eclipse.swt.graphics.Color fg, org.eclipse.swt.graphics.Color bg, org.eclipse.swt.graphics.FontData fontData, String dataFormat, int hAlign, int vAlign, boolean vertical) -
ExcelCellStyleAttributes
public ExcelCellStyleAttributes(org.eclipse.swt.graphics.Color fg, org.eclipse.swt.graphics.Color bg, org.eclipse.swt.graphics.FontData fontData, String dataFormat, int hAlign, int vAlign, boolean vertical, boolean wrap, boolean border) - Parameters:
fg- The foreground color.bg- The background color.fontData- The font data.dataFormat- The data format.hAlign- The horizontal alignment.vAlign- The vertical alignment.vertical- Flag to indicate that text is rendered vertically.wrap- Flag to indicate that word wrapping is enabled.border- Flag to indicate that borders should be applied.- Since:
- 1.5
-
-
Method Details