]> source.dussan.org Git - poi.git/commitdiff
bug 58787: add an advertisement to BorderPropertyTemplate.
authorJaven O'Neal <onealj@apache.org>
Mon, 13 Jun 2016 07:44:29 +0000 (07:44 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 13 Jun 2016 07:44:29 +0000 (07:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748110 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/util/RegionUtil.java

index 12354489182d07399c9941c87eab184ace5f3f40..f16fe62c91a6bc6992087d7cddd1da4a0863353c 100644 (file)
@@ -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. <code>BorderPropertyTemplate</code>
+ * also supports setting INTERNAL borders within a region.
  *
  * @author Eric Pugh epugh@upstate.com
  * @author (secondary) Avinash Kewalramani akewalramani@accelrys.com