org.apache.poi.xwpf.converter.core.styles.table.cell
Class AbstractTableCellBorderValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>
      extended by org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider<TableCellBorder>
          extended by org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellBorderValueProvider
All Implemented Interfaces:
IValueProvider<TableCellBorder,org.apache.poi.xwpf.usermodel.XWPFTableCell>
Direct Known Subclasses:
TableCellBorderBottomValueProvider, TableCellBorderInsideHValueProvider, TableCellBorderInsideVValueProvider, TableCellBorderLeftValueProvider, TableCellBorderRightValueProvider, TableCellBorderTopValueProvider

public abstract class AbstractTableCellBorderValueProvider
extends AbstractTableCellValueProvider<TableCellBorder>


Constructor Summary
AbstractTableCellBorderValueProvider()
           
 
Method Summary
abstract  org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcBorders borders)
           
 TableCellBorder getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider
getDefaultStyle, getParentTableCell, getStyleID, getTcPr, getTcPr, getTcPr, getTcPr, getValueFromDocDefaultsStyle, getValueFromElement, getValueFromStyle, getValueFromTableStyle
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider
getDefaultValue, getKey, getKeyBuffer, getStaticValue, getValue, getValueFromDefaultStyle, getValueFromDocDefaultsStyle, getValueFromStyleIds, getValueFromStyles, internalGetValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTableCellBorderValueProvider

public AbstractTableCellBorderValueProvider()
Method Detail

getValue

public TableCellBorder getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
Specified by:
getValue in class AbstractTableCellValueProvider<TableCellBorder>

getBorder

public abstract org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcBorders borders)


Copyright © 2013. All rights reserved.