org.apache.poi.xwpf.converter.core.styles.table
Class AbstractTableBorderValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTable>
      extended by org.apache.poi.xwpf.converter.core.styles.table.AbstractTableValueProvider<TableCellBorder>
          extended by org.apache.poi.xwpf.converter.core.styles.table.AbstractTableBorderValueProvider
All Implemented Interfaces:
IValueProvider<TableCellBorder,org.apache.poi.xwpf.usermodel.XWPFTable>
Direct Known Subclasses:
TableBorderBottomValueProvider, TableBorderInsideHValueProvider, TableBorderInsideVValueProvider, TableBorderLeftValueProvider, TableBorderRightValueProvider, TableBorderTopValueProvider

public abstract class AbstractTableBorderValueProvider
extends AbstractTableValueProvider<TableCellBorder>


Constructor Summary
AbstractTableBorderValueProvider()
           
 
Method Summary
abstract  org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders borders)
           
 TableCellBorder getTableCellBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
           
 TableCellBorder getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
           
 TableCellBorder getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.AbstractTableValueProvider
getDefaultStyle, getParentTableCell, getStyleID, getTblPr, getTblPr, getTblPr, 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

AbstractTableBorderValueProvider

public AbstractTableBorderValueProvider()
Method Detail

getValue

public TableCellBorder getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
Specified by:
getValue in class AbstractTableValueProvider<TableCellBorder>

getValue

public TableCellBorder getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
Specified by:
getValue in class AbstractTableValueProvider<TableCellBorder>

getTableCellBorder

public TableCellBorder getTableCellBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)

getBorder

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


Copyright © 2013. All rights reserved.