类 CellStyle
java.lang.Object
com.deepoove.poi.data.style.CellStyle
- 所有已实现的接口:
Serializable
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlignvoidsetBackgroundColor(String backgroundColor) voidsetDefaultParagraphStyle(ParagraphStyle defaultParagraphStyle) voidsetShadingPattern(XWPFShadingPattern shadingPattern) voidsetVertAlign(org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign align)
-
构造器详细资料
-
CellStyle
public CellStyle()
-
-
方法详细资料
-
getBackgroundColor
-
setBackgroundColor
-
getShadingPattern
-
setShadingPattern
-
getVertAlign
public org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign getVertAlign() -
setVertAlign
public void setVertAlign(org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign align) -
getDefaultParagraphStyle
-
setDefaultParagraphStyle
-