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

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<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders>
          extended by org.apache.poi.xwpf.converter.core.styles.table.TableBordersValueProvider
All Implemented Interfaces:
IValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders,org.apache.poi.xwpf.usermodel.XWPFTable>

public class TableBordersValueProvider
extends AbstractTableValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders>


Field Summary
static TableBordersValueProvider INSTANCE
           
 
Constructor Summary
TableBordersValueProvider()
           
 
Method Summary
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
           
 
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 TableBordersValueProvider INSTANCE
Constructor Detail

TableBordersValueProvider

public TableBordersValueProvider()
Method Detail

getValue

public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
Specified by:
getValue in class AbstractTableValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders>

getValue

public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
Specified by:
getValue in class AbstractTableValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders>


Copyright © 2013. All rights reserved.