Uses of Class
org.apache.poi.xwpf.converter.core.BorderSide

Packages that use BorderSide
org.apache.poi.xwpf.converter.core   
org.apache.poi.xwpf.converter.core.styles   
 

Uses of BorderSide in org.apache.poi.xwpf.converter.core
 

Methods in org.apache.poi.xwpf.converter.core that return BorderSide
static BorderSide BorderSide.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BorderSide[] BorderSide.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BorderSide in org.apache.poi.xwpf.converter.core.styles
 

Methods in org.apache.poi.xwpf.converter.core.styles with parameters of type BorderSide
 TableCellBorder XWPFStylesDocument.getTableBorder(org.apache.poi.xwpf.usermodel.XWPFTable table, BorderSide borderSide)
           
 TableCellBorder XWPFStylesDocument.getTableBorderInside(org.apache.poi.xwpf.usermodel.XWPFTable table, BorderSide borderSide)
           
 TableCellBorder XWPFStylesDocument.getTableCellBorder(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, BorderSide borderSide)
           
 void TableCellInfo.getTableCellBorder(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, BorderSide borderSide)
           
 TableCellBorder XWPFStylesDocument.getTableCellBorderInside(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, BorderSide borderSide)
           
 TableCellBorder XWPFStylesDocument.getTableCellBorderWithConflicts(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, BorderSide borderSide)
          Returns the table cell borders with conflicts.
 boolean XWPFStylesDocument.isBorderInside(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, BorderSide borderSide)
           
 boolean TableCellInfo.isInside(BorderSide borderSide)
           
 



Copyright © 2014. All Rights Reserved.