public class CellFormatHelper extends Object implements Serializable
Constructor and Description |
---|
CellFormatHelper(SSheet sheet,
int row,
int col,
MergeMatrixHelper mmhelper)
Deprecated.
|
CellFormatHelper(SSheet sheet,
int row,
int col,
MergeMatrixHelper mmhelper,
SConditionalStyle cdStyle) |
@Deprecated public CellFormatHelper(SSheet sheet, int row, int col, MergeMatrixHelper mmhelper)
public CellFormatHelper(SSheet sheet, int row, int col, MergeMatrixHelper mmhelper, SConditionalStyle cdStyle)
public String getHtmlStyle(StringBuffer doubleBorder, STable table, SCellStyle tbStyle)
public String getInnerHtmlStyle()
public String getFontHtmlStyle()
public static SCellStyle.Alignment getRealAlignment(SCell cell)
@Deprecated public boolean hasRightBorder()
public boolean hasRightBorder(STable table, SCellStyle tbStyle)
public String getCellFormattedText()
public String getCellEditText()
public static String getRichCellHtmlText(SSheet sheet, int row, int column)
public static String getRichTextEditCellHtml(SSheet sheet, int row, int column)
public static String getCellHtmlText(SSheet sheet, int row, int column)
public FormatResult getFormatResult()
public String getCellFormattedText(FormatResult ft)
public static String getFontHtmlStyle(SSheet sheet, SCell cell, SCellStyle cellStyle, FormatResult ft, SCellStyle tbCellStyle, SConditionalStyle cdStyle)
public static String getRichCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
public static String getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
public String getRealHtmlStyle(FormatResult ft, SCellStyle tbCellStyle)
public String getAutoFilterBorder()
public boolean withDataBarBorder()
Copyright © 2020. All rights reserved.