diff --git a/src/java/org/apache/poi/ss/util/RegionUtil.java b/src/java/org/apache/poi/ss/util/RegionUtil.java index 123544891..f16fe62c9 100644 --- a/src/java/org/apache/poi/ss/util/RegionUtil.java +++ b/src/java/org/apache/poi/ss/util/RegionUtil.java @@ -24,6 +24,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. BorderPropertyTemplate + * also supports setting INTERNAL borders within a region. * * @author Eric Pugh epugh@upstate.com * @author (secondary) Avinash Kewalramani akewalramani@accelrys.com