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

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.TableBorderInsideVValueProvider
All Implemented Interfaces:
IValueProvider<TableCellBorder,org.apache.poi.xwpf.usermodel.XWPFTable>

public class TableBorderInsideVValueProvider
extends AbstractTableBorderValueProvider


Field Summary
static TableBorderInsideVValueProvider INSTANCE
           
 
Constructor Summary
TableBorderInsideVValueProvider()
           
 
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 TableBorderInsideVValueProvider INSTANCE
Constructor Detail

TableBorderInsideVValueProvider

public TableBorderInsideVValueProvider()
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.