public abstract class AbstractTableRowValueProvider<Value> extends AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableRow>
| Constructor and Description |
|---|
AbstractTableRowValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle |
getDefaultStyle(org.apache.poi.xwpf.usermodel.XWPFTableRow row,
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 String[] |
getStyleID(org.apache.poi.xwpf.usermodel.XWPFTableRow row) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr |
getTrPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr |
getTrPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr |
getTrPr(org.apache.poi.xwpf.usermodel.XWPFTableRow row) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr) |
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.CTTrPr getTrPr(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr getTrPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr getTrPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults)
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.CTTrPr trPr)
protected String[] getStyleID(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
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 row,
XWPFStylesDocument stylesDocument)
getDefaultStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableRow>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>Copyright © 2016. All Rights Reserved.