Searched refs:ExtendedFormat (Results 1 – 3 of 3) sorted by relevance
82 ExtendedFormat xf = new ExtendedFormat(0, defaultFormat); in Workbook()115 ExtendedFormat xf = (ExtendedFormat) e.nextElement(); in write()197 ExtendedFormat xf = new ExtendedFormat(is); in read()245 ExtendedFormat xf = new ExtendedFormat(ixfnt, fmt); in addExtendedFormat()251 ExtendedFormat currentXF = (ExtendedFormat) e.nextElement(); in addExtendedFormat()295 public ExtendedFormat getExtendedFormat(int ixfe) { in getExtendedFormat()297 return (ExtendedFormat) extendedFormats.elementAt(ixfe); in getExtendedFormat()
41 public class ExtendedFormat implements BIFFRecord, class82 public ExtendedFormat(InputStream is) throws IOException { in ExtendedFormat() method in ExtendedFormat92 public ExtendedFormat(int ixfnt, Format fmt) { in ExtendedFormat() method in ExtendedFormat282 public boolean compareTo(ExtendedFormat rhs) { in compareTo()
407 ExtendedFormat xf = wb.getExtendedFormat(cell.getIxfe()); in readCellFormat()421 fmt.setAttribute(Format.TOP_BORDER, xf.isBorder(ExtendedFormat.TOP_BORDER)); in readCellFormat()422 fmt.setAttribute(Format.BOTTOM_BORDER, xf.isBorder(ExtendedFormat.BOTTOM_BORDER)); in readCellFormat()423 fmt.setAttribute(Format.RIGHT_BORDER, xf.isBorder(ExtendedFormat.RIGHT_BORDER)); in readCellFormat()424 fmt.setAttribute(Format.LEFT_BORDER, xf.isBorder(ExtendedFormat.LEFT_BORDER)); in readCellFormat()