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

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

public class TableBorderRightValueProvider
extends AbstractTableBorderValueProvider


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

TableBorderRightValueProvider

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