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

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

public class TableBorderTopValueProvider
extends AbstractTableBorderValueProvider


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

TableBorderTopValueProvider

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