FileDocCategorySizeDatePackage
AreaNAPtg.javaAPI DocApache Poi 3.0.12260Mon Jan 01 12:39:40 GMT 2007org.apache.poi.hssf.record.formula

AreaNAPtg

public class AreaNAPtg extends AreaPtg
Specifies a rectangular area of cells A1:A4 for instance.
author
Jason Height (jheight at chariot dot net dot au)

Fields Summary
public static final short
sid
Constructors Summary
protected AreaNAPtg()


      
      //Required for clone methods
    
public AreaNAPtg(RecordInputStream in)

      super(in);
    
Methods Summary
public java.lang.Objectclone()

      throw new RuntimeException("Coding Error: This method should never be called. This ptg should be converted");
    
public java.lang.StringgetAreaPtgName()

      return "AreaNAPtg";
    
public java.lang.StringtoFormulaString(org.apache.poi.hssf.model.Workbook book)

      throw new RuntimeException("Coding Error: This method should never be called. This ptg should be converted");
    
public voidwriteBytes(byte[] array, int offset)

      throw new RuntimeException("Coding Error: This method should never be called. This ptg should be converted");