public abstract class AbstractTableValueProvider<Value> extends AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTable>
| Constructor and Description |
|---|
AbstractTableValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle |
getDefaultStyle(org.apache.poi.xwpf.usermodel.XWPFTable table,
XWPFStylesDocument stylesDocument) |
protected org.apache.poi.xwpf.usermodel.XWPFTableCell |
getParentTableCell(org.apache.poi.xwpf.usermodel.XWPFTable element)
Returns the table cell which is the parent of the XWPF element and null otherwise
|
protected String[] |
getStyleID(org.apache.poi.xwpf.usermodel.XWPFTable table) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr |
getTblPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase |
getTblPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr |
getTblPr(org.apache.poi.xwpf.usermodel.XWPFTable table) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr) |
protected Value |
getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults,
XWPFStylesDocument stylesDocument) |
Value |
getValueFromElement(org.apache.poi.xwpf.usermodel.XWPFTable table,
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.CTTblPr getTblPr(org.apache.poi.xwpf.usermodel.XWPFTable table)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase getTblPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr getTblPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults)
public Value getValueFromElement(org.apache.poi.xwpf.usermodel.XWPFTable table, XWPFStylesDocument stylesDocument)
getValueFromElement in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTable>protected Value getValueFromStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, XWPFStylesDocument stylesDocument)
getValueFromStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTable>protected Value getValueFromTableStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr tblStylePr, XWPFStylesDocument stylesDocument)
getValueFromTableStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTable>protected Value getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults, XWPFStylesDocument stylesDocument)
getValueFromDocDefaultsStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTable>public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
protected String[] getStyleID(org.apache.poi.xwpf.usermodel.XWPFTable table)
getStyleID in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTable>protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getDefaultStyle(org.apache.poi.xwpf.usermodel.XWPFTable table,
XWPFStylesDocument stylesDocument)
getDefaultStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTable>protected org.apache.poi.xwpf.usermodel.XWPFTableCell getParentTableCell(org.apache.poi.xwpf.usermodel.XWPFTable element)
AbstractValueProvidergetParentTableCell in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTable>Copyright © 2016. All Rights Reserved.