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