public class ParagraphSpacingAfterValueProvider extends AbstractSpacingParagraphValueProvider<java.lang.Float>
| Modifier and Type | Field and Description |
|---|---|
static ParagraphSpacingAfterValueProvider |
INSTANCE |
| Constructor and Description |
|---|
ParagraphSpacingAfterValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Float |
getDefaultValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
XWPFStylesDocument stylesDocument) |
protected java.lang.Float |
getStaticValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
XWPFStylesDocument stylesDocument) |
protected java.lang.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 java.lang.Float getDefaultValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
XWPFStylesDocument stylesDocument)
getDefaultValue in class AbstractValueProvider<java.lang.Float,org.apache.poi.xwpf.usermodel.XWPFParagraph>protected java.lang.Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing spacing)
getValue in class AbstractSpacingParagraphValueProvider<java.lang.Float>protected java.lang.Float getStaticValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
XWPFStylesDocument stylesDocument)
getStaticValue in class AbstractValueProvider<java.lang.Float,org.apache.poi.xwpf.usermodel.XWPFParagraph>Copyright © 2019. All Rights Reserved.