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

AreaNVPtg

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

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


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