public abstract class AbstractTableRowValueProvider<Value>
extends java.lang.Object
| Constructor and Description |
|---|
AbstractTableRowValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row,
XWPFStylesDocument document) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr row,
XWPFStylesDocument document) |
public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row, XWPFStylesDocument document)
public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr row, XWPFStylesDocument document)
Copyright © 2019. All Rights Reserved.