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

RefNAPtg

public class RefNAPtg extends ReferencePtg
RefNAPtg
author
Jason Height (jheight at chariot dot net dot au)

Fields Summary
public static final byte
sid
Constructors Summary
protected RefNAPtg()


      
      //Required for clone methods
    
public RefNAPtg(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.StringgetRefPtgName()

      return "RefNAPtg";
    
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");