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

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
              extended by org.apache.poi.xwpf.converter.core.styles.table.TableBorderBottomValueProvider
All Implemented Interfaces:
IValueProvider<TableCellBorder,org.apache.poi.xwpf.usermodel.XWPFTable>

public class TableBorderBottomValueProvider
extends AbstractTableBorderValueProvider


Field Summary
static TableBorderBottomValueProvider INSTANCE
           
 
Constructor Summary
TableBorderBottomValueProvider()
           
 
Method Summary
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders borders)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.AbstractTableBorderValueProvider
getTableCellBorder, getValue, getValue
 
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
 

Field Detail

INSTANCE

public static final TableBorderBottomValueProvider INSTANCE
Constructor Detail

TableBorderBottomValueProvider

public TableBorderBottomValueProvider()
Method Detail

getBorder

public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders borders)
Specified by:
getBorder in class AbstractTableBorderValueProvider


Copyright © 2013. All rights reserved.