public class RunUnderlineValueProvider extends AbstractRunValueProvider<org.apache.poi.xwpf.usermodel.UnderlinePatterns>
| Modifier and Type | Field and Description |
|---|---|
static RunUnderlineValueProvider |
INSTANCE |
| Constructor and Description |
|---|
RunUnderlineValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.xwpf.usermodel.UnderlinePatterns |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr,
XWPFStylesDocument stylesDocument) |
org.apache.poi.xwpf.usermodel.UnderlinePatterns |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
XWPFStylesDocument stylesDocument) |
getCTRPr, getValuepublic static final RunUnderlineValueProvider INSTANCE
public org.apache.poi.xwpf.usermodel.UnderlinePatterns getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
XWPFStylesDocument stylesDocument)
getValue in class AbstractRunValueProvider<org.apache.poi.xwpf.usermodel.UnderlinePatterns>public org.apache.poi.xwpf.usermodel.UnderlinePatterns getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr,
XWPFStylesDocument stylesDocument)
getValue in class AbstractRunValueProvider<org.apache.poi.xwpf.usermodel.UnderlinePatterns>Copyright © 2016. All Rights Reserved.