com.azalient.api.file.xls
Interface BookF


public interface BookF

Workbook formatting utilities for a workbook, applies primarily if book is saved in XLS format


Nested Class Summary
static class BookF.DataType
           
 
Method Summary
 void lock()
          lock in some way
 void negativeTimes(boolean b)
          display negative times
 FontF newCellFont(FontF.FontFace face, int point, boolean bold, boolean italic, boolean underline, NamedColour nc)
           
 FontF newCellFont(FontF ff)
           
 CellF newCellFormatter(BookF.DataType dt, CellF.Justification horizontal, CellF.Justification vertical)
           
 CellF newCellFormatter(CellF fc)
           
 

Method Detail

negativeTimes

void negativeTimes(boolean b)
display negative times


lock

void lock()
lock in some way


newCellFormatter

CellF newCellFormatter(BookF.DataType dt,
                       CellF.Justification horizontal,
                       CellF.Justification vertical)

newCellFormatter

CellF newCellFormatter(CellF fc)

newCellFont

FontF newCellFont(FontF.FontFace face,
                  int point,
                  boolean bold,
                  boolean italic,
                  boolean underline,
                  NamedColour nc)

newCellFont

FontF newCellFont(FontF ff)