org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.row
Class TableRowHeaderValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.row.AbstractTableRowValueProvider<Boolean>
      extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.row.TableRowHeaderValueProvider

public class TableRowHeaderValueProvider
extends AbstractTableRowValueProvider<Boolean>


Field Summary
static TableRowHeaderValueProvider INSTANCE
           
 
Constructor Summary
TableRowHeaderValueProvider()
           
 
Method Summary
 Boolean getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row, XWPFStylesDocument document)
           
 Boolean getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr, XWPFStylesDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final TableRowHeaderValueProvider INSTANCE
Constructor Detail

TableRowHeaderValueProvider

public TableRowHeaderValueProvider()
Method Detail

getValue

public Boolean getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row,
                        XWPFStylesDocument document)
Overrides:
getValue in class AbstractTableRowValueProvider<Boolean>

getValue

public Boolean getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr,
                        XWPFStylesDocument document)
Specified by:
getValue in class AbstractTableRowValueProvider<Boolean>


Copyright © 2013. All rights reserved.