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