org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.cell
Class TableCellBackgroundColorValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.cell.AbstractTableCellValueProvider<com.google.code.appengine.awt.Color>
      extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.cell.TableCellBackgroundColorValueProvider

public class TableCellBackgroundColorValueProvider
extends AbstractTableCellValueProvider<com.google.code.appengine.awt.Color>


Field Summary
static TableCellBackgroundColorValueProvider INSTANCE
           
 
Constructor Summary
TableCellBackgroundColorValueProvider()
           
 
Method Summary
 com.google.code.appengine.awt.Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr, XWPFStylesDocument document)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.cell.AbstractTableCellValueProvider
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final TableCellBackgroundColorValueProvider INSTANCE
Constructor Detail

TableCellBackgroundColorValueProvider

public TableCellBackgroundColorValueProvider()
Method Detail

getValue

public com.google.code.appengine.awt.Color getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr,
                                                    XWPFStylesDocument document)
Specified by:
getValue in class AbstractTableCellValueProvider<com.google.code.appengine.awt.Color>


Copyright © 2013. All rights reserved.