public class CellTemplate extends ElementTemplate
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.poi.xwpf.usermodel.XWPFTableCell |
cell |
sign, source, tagName| 构造器和说明 |
|---|
CellTemplate() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CellTemplate |
create(GramerSymbol parseGramer,
String tagName,
org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
org.apache.poi.xwpf.usermodel.XWPFTableCell |
getCell() |
void |
setCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
getSign, getSource, getTagName, setSign, setSource, setTagNamepublic static CellTemplate create(GramerSymbol parseGramer, String tagName, org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public org.apache.poi.xwpf.usermodel.XWPFTableCell getCell()
public void setCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
Copyright © 2017. All rights reserved.