Save This Page
Home » jexcelapi_2_6_8 » jxl.biff » [javadoc | source]
jxl.biff
public class: DVParser [javadoc | source]
java.lang.Object
   jxl.biff.DVParser
Class which parses the binary data associated with Data Validity (DV) setting
Nested Class Summary:
public static class  DVParser.DVType   
public static class  DVParser.ErrorStyle   
public static class  DVParser.Condition   
Field Summary
public static final  DVParser.DVType ANY     
public static final  DVParser.DVType INTEGER     
public static final  DVParser.DVType DECIMAL     
public static final  DVParser.DVType LIST     
public static final  DVParser.DVType DATE     
public static final  DVParser.DVType TIME     
public static final  DVParser.DVType TEXT_LENGTH     
public static final  DVParser.DVType FORMULA     
public static final  DVParser.ErrorStyle STOP     
public static final  DVParser.ErrorStyle WARNING     
public static final  DVParser.ErrorStyle INFO     
public static final  DVParser.Condition BETWEEN     
public static final  DVParser.Condition NOT_BETWEEN     
public static final  DVParser.Condition EQUAL     
public static final  DVParser.Condition NOT_EQUAL     
public static final  DVParser.Condition GREATER_THAN     
public static final  DVParser.Condition LESS_THAN     
public static final  DVParser.Condition GREATER_EQUAL     
public static final  DVParser.Condition LESS_EQUAL     
Constructor:
 public DVParser(Collection strings) 
    Constructor called when creating a data validation from the API
 public DVParser(String namedRange) 
    Constructor called when creating a data validation from the API
 public DVParser(DVParser copy) 
    Constructor called when doing a cell deep copy
 public DVParser(double val1,
    double val2,
    DVParser.Condition c) 
    Constructor called when creating a data validation from the API
 public DVParser(byte[] data,
    ExternalSheet es,
    WorkbookMethods nt,
    WorkbookSettings ws) throws FormulaException 
    Constructor
 public DVParser(int c1,
    int r1,
    int c2,
    int r2) 
Method from jxl.biff.DVParser Summary:
getData,   getFirstColumn,   getFirstRow,   getLastColumn,   getLastRow,   getValidationFormula,   insertColumn,   insertRow,   removeColumn,   removeRow,   setCell
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.DVParser Detail:
 public byte[] getData() 
    Gets the data
 public int getFirstColumn() 
    Accessor for first column
 public int getFirstRow() 
    Accessor for first row
 public int getLastColumn() 
    Accessor for the last column
 public int getLastRow() 
    Accessor for the last row
 String getValidationFormula() throws FormulaException 
    Gets the formula present in the validation
 public  void insertColumn(int col) 
    Inserts a column
 public  void insertRow(int row) 
    Inserts a row
 public  void removeColumn(int col) 
    Removes a column
 public  void removeRow(int row) 
    Removes a row
 public  void setCell(int col,
    int row,
    ExternalSheet es,
    WorkbookMethods nt,
    WorkbookSettings ws) throws FormulaException 
    Called by the cell value when the cell features are added to the sheet