public class ParagraphSpacingAfterValueProvider extends AbstractSpacingParagraphValueProvider<Float>
| Modifier and Type | Field and Description |
|---|---|
static ParagraphSpacingAfterValueProvider |
INSTANCE |
| Constructor and Description |
|---|
ParagraphSpacingAfterValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected Float |
getDefaultValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
XWPFStylesDocument stylesDocument) |
protected Float |
getStaticValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
XWPFStylesDocument stylesDocument) |
protected Float |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing spacing) |
getKeyBuffer, getSpacing, getValuegetCTPPr, getCTPPr, getCTPPr, getCTPPr, getDefaultStyle, getParentTableCell, getStyleID, getValueFromDocDefaultsStyle, getValueFromElement, getValueFromStyle, getValueFromTableStylegetKey, getValue, getValueFromDefaultStyle, getValueFromDocDefaultsStyle, getValueFromStyleIds, getValueFromStyles, internalGetValuepublic static ParagraphSpacingAfterValueProvider INSTANCE
protected Float getDefaultValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, XWPFStylesDocument stylesDocument)
getDefaultValue in class AbstractValueProvider<Float,org.apache.poi.xwpf.usermodel.XWPFParagraph>protected Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing spacing)
getValue in class AbstractSpacingParagraphValueProvider<Float>protected Float getStaticValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, XWPFStylesDocument stylesDocument)
getStaticValue in class AbstractValueProvider<Float,org.apache.poi.xwpf.usermodel.XWPFParagraph>Copyright © 2016. All Rights Reserved.