public abstract class AbstractTableCellValueProvider<Value> extends AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>
| Constructor and Description |
|---|
AbstractTableCellValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle |
getDefaultStyle(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
XWPFStylesDocument stylesDocument) |
protected org.apache.poi.xwpf.usermodel.XWPFTableCell |
getParentTableCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
Returns the table cell which is the parent of the XWPF element and null otherwise
|
protected String[] |
getStyleID(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr |
getTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr |
getTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr |
getTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr tblStylePr) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr |
getTcPr(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
protected Value |
getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults,
XWPFStylesDocument stylesDocument) |
Value |
getValueFromElement(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
XWPFStylesDocument stylesDocument) |
protected Value |
getValueFromStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style,
XWPFStylesDocument stylesDocument) |
protected Value |
getValueFromTableStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr tblStylePr,
XWPFStylesDocument stylesDocument) |
getDefaultValue, getKey, getKeyBuffer, getStaticValue, getValue, getValueFromDefaultStyle, getValueFromDocDefaultsStyle, getValueFromStyleIds, getValueFromStyles, internalGetValuepublic org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr getTcPr(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr getTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr getTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr tblStylePr)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr getTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults)
public Value getValueFromElement(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, XWPFStylesDocument stylesDocument)
getValueFromElement in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>protected Value getValueFromStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, XWPFStylesDocument stylesDocument)
getValueFromStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>protected Value getValueFromTableStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr tblStylePr, XWPFStylesDocument stylesDocument)
getValueFromTableStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>protected Value getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults, XWPFStylesDocument stylesDocument)
getValueFromDocDefaultsStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
protected String[] getStyleID(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
getStyleID in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getDefaultStyle(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
XWPFStylesDocument stylesDocument)
getDefaultStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>protected org.apache.poi.xwpf.usermodel.XWPFTableCell getParentTableCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
AbstractValueProvidergetParentTableCell in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>Copyright © 2016. All Rights Reserved.