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

RefNVPtg

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

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


    
    //Required for clone methods
  
public RefNVPtg(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 "RefNVPtg";
  
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");