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

RefNPtg

public class RefNPtg extends ReferencePtg
RefNPtg
author
Jason Height (jheight at apache dot com)

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


      
      //Required for clone methods
    
public RefNPtg(RecordInputStream in)
Creates new ValueReferencePtg

      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 "RefNPtg";
    
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");