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

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

public class TableBorderLeftValueProvider
extends AbstractTableBorderValueProvider


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

TableBorderLeftValueProvider

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