getCaptionString method
Implementation
String getCaptionString(){
this._index++;
return this._fn.getFigureNum(this._index) + "\t" + this._captStrs[this._index-1];
}
String getCaptionString(){
this._index++;
return this._fn.getFigureNum(this._index) + "\t" + this._captStrs[this._index-1];
}