* sheet in any workbook.
*
* This class requires the full spreadsheet to be in memory so
- * {@link SWorkbook} Spreadsheets are not supported. The same
+ * {@link SXSSFWorkbook} Spreadsheets are not supported. The same
* {@link CellStyleTemplate} can, however, be applied to both
* {@link org.apache.poi.hssf.usermodel.HSSFWorkbook}, and Workbook objects
* if necessary. Portions of the border that fall outside the max range of the
* @param borderStyle
* - Type of border to draw. {@link BorderStyle}.
* @param extent
- * - {@link CellStyleTemplate.BorderExtent} of the borders to be
- * applied.
+ * - {@link BorderExtent} of the borders to be applied.
*/
public void drawBorders(CellRangeAddress range, BorderStyle borderStyle,
BorderExtent extent) {
* - Type of border to draw. {@link BorderStyle}.
* @param color
* - Color index from {@link IndexedColors} used to draw the
- * borders. Ignored if extent is {@link BorderExtent.NONE}.
+ * borders. Ignored if extent is {@link BorderExtent#NONE}.
* @param extent
* - {@link BorderExtent} of the borders to be applied.
*/
* - Color index from {@link IndexedColors} used to draw the
* borders.
* @param extent
- * - {@link CellStyleTemplate.BorderExtent} of the borders for which
- * colors are set.
+ * - {@link BorderExtent} of the borders for which colors are set.
*/
public void drawBorderColors(CellRangeAddress range, short color,
BorderExtent extent) {