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