public abstract class AbstractSpacingParagraphValueProvider<Value> extends AbstractParagraphValueProvider<Value>
| Constructor and Description |
|---|
AbstractSpacingParagraphValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
getKeyBuffer(org.apache.poi.xwpf.usermodel.XWPFParagraph element,
XWPFStylesDocument stylesDocument,
String styleId,
org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum type) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing |
getSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr) |
Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr) |
protected abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing ind) |
getCTPPr, getCTPPr, getCTPPr, getCTPPr, getDefaultStyle, getParentTableCell, getStyleID, getValueFromDocDefaultsStyle, getValueFromElement, getValueFromStyle, getValueFromTableStylegetDefaultValue, getKey, getStaticValue, getValue, getValueFromDefaultStyle, getValueFromDocDefaultsStyle, getValueFromStyleIds, getValueFromStyles, internalGetValuepublic AbstractSpacingParagraphValueProvider()
public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)
getValue in class AbstractParagraphValueProvider<Value>public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing getSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)
protected StringBuilder getKeyBuffer(org.apache.poi.xwpf.usermodel.XWPFParagraph element, XWPFStylesDocument stylesDocument, String styleId, org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum type)
getKeyBuffer in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>protected abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing ind)
Copyright © 2016. All Rights Reserved.