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) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd ind) |
Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr,
XWPFStylesDocument document) |
getCTPPr, getValuepublic AbstractIndentationParagraphValueProvider()
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.CTInd getInd(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pr)
public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd ind)
Copyright © 2016. All Rights Reserved.