类 CellStyle

    • 构造器详细资料

      • CellStyle

        public CellStyle()
    • 方法详细资料

      • getBackgroundColor

        public String getBackgroundColor()
      • setBackgroundColor

        public void setBackgroundColor​(String backgroundColor)
      • 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)