public class CellStyle extends Object implements Serializable
| 构造器和说明 |
|---|
CellStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBackgroundColor() |
ParagraphStyle |
getDefaultParagraphStyle() |
XWPFShadingPattern |
getShadingPattern() |
org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign |
getVertAlign() |
void |
setBackgroundColor(String backgroundColor) |
void |
setDefaultParagraphStyle(ParagraphStyle defaultParagraphStyle) |
void |
setShadingPattern(XWPFShadingPattern shadingPattern) |
void |
setVertAlign(org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign align) |
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public XWPFShadingPattern getShadingPattern()
public void setShadingPattern(XWPFShadingPattern shadingPattern)
public org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign getVertAlign()
public void setVertAlign(org.apache.poi.xwpf.usermodel.XWPFTableCell.XWPFVertAlign align)
public ParagraphStyle getDefaultParagraphStyle()
public void setDefaultParagraphStyle(ParagraphStyle defaultParagraphStyle)
Copyright © 2021. All rights reserved.