public abstract class AbstractTableCellValueProvider<Value> extends Object
| Constructor and Description |
|---|
AbstractTableCellValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr,
XWPFStylesDocument document) |
Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell,
XWPFStylesDocument document) |
public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell, XWPFStylesDocument document)
public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr, XWPFStylesDocument document)
Copyright © 2016. All Rights Reserved.