类 WriteCellStyle
java.lang.Object
com.sh.wf.excel.write.metadata.style.WriteCellStyle
Cell style when writing
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.apache.poi.ss.usermodel.BorderStyleorg.apache.poi.ss.usermodel.BorderStyleorg.apache.poi.ss.usermodel.BorderStyleorg.apache.poi.ss.usermodel.BorderStyleorg.apache.poi.ss.usermodel.FillPatternTypeorg.apache.poi.ss.usermodel.HorizontalAlignmentorg.apache.poi.ss.usermodel.VerticalAlignmentvoidsetBorderBottom(org.apache.poi.ss.usermodel.BorderStyle borderBottom) voidsetBorderLeft(org.apache.poi.ss.usermodel.BorderStyle borderLeft) voidsetBorderRight(org.apache.poi.ss.usermodel.BorderStyle borderRight) voidsetBorderTop(org.apache.poi.ss.usermodel.BorderStyle borderTop) voidsetBottomBorderColor(Short bottomBorderColor) voidsetDataFormat(Short dataFormat) voidsetFillBackgroundColor(Short fillBackgroundColor) voidsetFillForegroundColor(Short fillForegroundColor) voidsetFillPatternType(org.apache.poi.ss.usermodel.FillPatternType fillPatternType) voidvoidsetHorizontalAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment) voidvoidsetLeftBorderColor(Short leftBorderColor) voidvoidsetQuotePrefix(Boolean quotePrefix) voidsetRightBorderColor(Short rightBorderColor) voidsetRotation(Short rotation) voidsetShrinkToFit(Boolean shrinkToFit) voidsetTopBorderColor(Short topBorderColor) voidsetVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment) voidsetWrapped(Boolean wrapped) voidsetWriteFont(WriteFont writeFont)
-
构造器详细资料
-
WriteCellStyle
public WriteCellStyle()
-
-
方法详细资料
-
getDataFormat
-
setDataFormat
-
getWriteFont
-
setWriteFont
-
getHidden
-
setHidden
-
getLocked
-
setLocked
-
getQuotePrefix
-
setQuotePrefix
-
getHorizontalAlignment
public org.apache.poi.ss.usermodel.HorizontalAlignment getHorizontalAlignment() -
setHorizontalAlignment
public void setHorizontalAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment) -
getWrapped
-
setWrapped
-
getVerticalAlignment
public org.apache.poi.ss.usermodel.VerticalAlignment getVerticalAlignment() -
setVerticalAlignment
public void setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment) -
getRotation
-
setRotation
-
getIndent
-
setIndent
-
getBorderLeft
public org.apache.poi.ss.usermodel.BorderStyle getBorderLeft() -
setBorderLeft
public void setBorderLeft(org.apache.poi.ss.usermodel.BorderStyle borderLeft) -
getBorderRight
public org.apache.poi.ss.usermodel.BorderStyle getBorderRight() -
setBorderRight
public void setBorderRight(org.apache.poi.ss.usermodel.BorderStyle borderRight) -
getBorderTop
public org.apache.poi.ss.usermodel.BorderStyle getBorderTop() -
setBorderTop
public void setBorderTop(org.apache.poi.ss.usermodel.BorderStyle borderTop) -
getBorderBottom
public org.apache.poi.ss.usermodel.BorderStyle getBorderBottom() -
setBorderBottom
public void setBorderBottom(org.apache.poi.ss.usermodel.BorderStyle borderBottom) -
getLeftBorderColor
-
setLeftBorderColor
-
getRightBorderColor
-
setRightBorderColor
-
getTopBorderColor
-
setTopBorderColor
-
getBottomBorderColor
-
setBottomBorderColor
-
getFillPatternType
public org.apache.poi.ss.usermodel.FillPatternType getFillPatternType() -
setFillPatternType
public void setFillPatternType(org.apache.poi.ss.usermodel.FillPatternType fillPatternType) -
getFillBackgroundColor
-
setFillBackgroundColor
-
getFillForegroundColor
-
setFillForegroundColor
-
getShrinkToFit
-
setShrinkToFit
-