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