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