public abstract class AbstractParagraphValueProvider<Value> extends AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>
| Constructor and Description |
|---|
AbstractParagraphValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr |
getCTPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr |
getCTPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr |
getCTPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr tblStylePr) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr |
getCTPPr(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle |
getDefaultStyle(org.apache.poi.xwpf.usermodel.XWPFParagraph element,
XWPFStylesDocument styleManager) |
protected org.apache.poi.xwpf.usermodel.XWPFTableCell |
getParentTableCell(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
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.XWPFParagraph paragraph) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr) |
protected Value |
getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults,
XWPFStylesDocument stylesDocument) |
Value |
getValueFromElement(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
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.CTPPr getCTPPr(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr getCTPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr getCTPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr tblStylePr)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr getCTPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults)
public Value getValueFromElement(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, XWPFStylesDocument stylesDocument)
getValueFromElement in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>protected Value getValueFromStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, XWPFStylesDocument stylesDocument)
getValueFromStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>protected Value getValueFromTableStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr tblStylePr, XWPFStylesDocument stylesDocument)
getValueFromTableStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>protected Value getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults, XWPFStylesDocument stylesDocument)
getValueFromDocDefaultsStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)
protected java.lang.String[] getStyleID(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
getStyleID in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getDefaultStyle(org.apache.poi.xwpf.usermodel.XWPFParagraph element,
XWPFStylesDocument styleManager)
getDefaultStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>protected org.apache.poi.xwpf.usermodel.XWPFTableCell getParentTableCell(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
AbstractValueProvidergetParentTableCell in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>Copyright © 2019. All Rights Reserved.