public abstract class AbstractParagraphValueProvider<Value>
extends java.lang.Object
| Constructor and Description |
|---|
AbstractParagraphValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr |
getCTPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults) |
Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl parentTable,
XWPFStylesDocument document) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr,
XWPFStylesDocument document) |
public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl parentTable, XWPFStylesDocument document)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr getCTPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults)
public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr, XWPFStylesDocument document)
Copyright © 2019. All Rights Reserved.