RefVPtgpublic class RefVPtg extends ReferencePtg
Fields Summary |
---|
public static final byte | sid |
Constructors Summary |
---|
protected RefVPtg()
super();
| public RefVPtg(short row, short column, boolean isRowRelative, boolean isColumnRelative)
super(row, column, isRowRelative, isColumnRelative);
| public RefVPtg(RecordInputStream in)Creates new ValueReferencePtg
super(in);
|
Methods Summary |
---|
public java.lang.Object | clone()
RefVPtg ptg = new RefVPtg();
ptg.setRow(getRow());
ptg.setColumnRaw(getColumnRaw());
ptg.setClass(ptgClass);
return ptg;
| public java.lang.String | getRefPtgName()
return "RefVPtg";
|
|