Class ExcelCellStyleAttributes


  • public class ExcelCellStyleAttributes
    extends Object
    • Constructor Detail

      • 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