public class TableRowHeaderValueProvider extends AbstractTableRowValueProvider<Boolean>
| Modifier and Type | Field and Description |
|---|---|
static TableRowHeaderValueProvider |
INSTANCE |
| Constructor and Description |
|---|
TableRowHeaderValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row,
XWPFStylesDocument document) |
Boolean |
getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr,
XWPFStylesDocument document) |
public static final TableRowHeaderValueProvider INSTANCE
public Boolean getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row, XWPFStylesDocument document)
getValue in class AbstractTableRowValueProvider<Boolean>public Boolean getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr, XWPFStylesDocument document)
getValue in class AbstractTableRowValueProvider<Boolean>Copyright © 2016. All Rights Reserved.