public abstract class AbstractParagraphSpacingValueProvider<Value> extends AbstractParagraphValueProvider<Value>
| Constructor and Description |
|---|
AbstractParagraphSpacingValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
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,
XWPFStylesDocument document) |
protected abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing ind) |
getCTPPr, getValuepublic AbstractParagraphSpacingValueProvider()
public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr, XWPFStylesDocument document)
getValue in class AbstractParagraphValueProvider<Value>public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing getSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)
protected abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing ind)
Copyright © 2016. All Rights Reserved.