public abstract class AbstractTableValueProvider<Value>
extends java.lang.Object
| Constructor and Description |
|---|
AbstractTableValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr,
XWPFStylesDocument document) |
abstract Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr,
XWPFStylesDocument document) |
Value |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table,
XWPFStylesDocument document) |
public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table, XWPFStylesDocument document)
public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr, XWPFStylesDocument document)
public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr, XWPFStylesDocument document)
Copyright © 2019. All Rights Reserved.