org.apache.poi.xwpf.converter.core.styles.table.cell
Class TableCellBorderLeftValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>
      extended by org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider<TableCellBorder>
          extended by org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellBorderValueProvider
              extended by org.apache.poi.xwpf.converter.core.styles.table.cell.TableCellBorderLeftValueProvider
All Implemented Interfaces:
IValueProvider<TableCellBorder,org.apache.poi.xwpf.usermodel.XWPFTableCell>

public class TableCellBorderLeftValueProvider
extends AbstractTableCellBorderValueProvider


Field Summary
static TableCellBorderLeftValueProvider INSTANCE
           
 
Constructor Summary
TableCellBorderLeftValueProvider()
           
 
Method Summary
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcBorders borders)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellBorderValueProvider
getValue
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider
getDefaultStyle, getParentTableCell, getStyleID, getTcPr, getTcPr, getTcPr, getTcPr, 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 TableCellBorderLeftValueProvider INSTANCE
Constructor Detail

TableCellBorderLeftValueProvider

public TableCellBorderLeftValueProvider()
Method Detail

getBorder

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


Copyright © 2013. All rights reserved.