private HSLFFill _fill;
/**
- * Create a Shape object. This constructor is used when an existing Shape is read from from a PowerPoint document.
+ * Create a Shape object. This constructor is used when an existing Shape is read from a PowerPoint document.
*
* @param escherRecord {@code EscherSpContainer} container which holds information about this shape
* @param parent the parent of this Shape
ValueEval getRelativeValue(int relativeRowIndex, int relativeColumnIndex);
/**
- * Creates an AreaEval offset by a relative amount from from the upper left cell
+ * Creates an AreaEval offset by a relative amount from the upper left cell
* of this area
*/
AreaEval offset(int relFirstRowIx, int relLastRowIx, int relFirstColIx, int relLastColIx);