public abstract class AbstractRunValueProvider<Value> extends Object
| Constructor and Description |
|---|
AbstractRunValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr |
getCTRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr,
XWPFStylesDocument stylesDocument) |
Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
XWPFStylesDocument document) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
XWPFStylesDocument stylesDocument) |
public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, XWPFStylesDocument document)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getCTRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults)
public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr, XWPFStylesDocument stylesDocument)
public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr, XWPFStylesDocument stylesDocument)
Copyright © 2016. All Rights Reserved.