bug 58787: add an advertisement to BorderPropertyTemplate.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-13 07:44:29 +00:00
parent ede81720ee
commit 4c89f44cc5

View File

@ -25,6 +25,10 @@ import org.apache.poi.ss.usermodel.Workbook;
/**
* Various utility functions that make working with a region of cells easier.
*
* @see {@link BorderPropertyTemplate} to store border changes to a data structure
* and apply the changes to multiple sheets. <code>BorderPropertyTemplate</code>
* also supports setting INTERNAL borders within a region.
*
* @author Eric Pugh epugh@upstate.com
* @author (secondary) Avinash Kewalramani akewalramani@accelrys.com
*/