类 CellStyle

java.lang.Object
com.deepoove.poi.data.style.CellStyle
所有已实现的接口:
Serializable

public class CellStyle extends Object implements Serializable
  • 构造器详细资料

    • CellStyle

      public CellStyle()
  • 方法详细资料

    • 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)