]> source.dussan.org Git - poi.git/commitdiff
javadocs
authorJaven O'Neal <onealj@apache.org>
Sun, 12 Jun 2016 22:02:38 +0000 (22:02 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 12 Jun 2016 22:02:38 +0000 (22:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ss_border_property_template@1748063 13f79535-47bb-0310-9956-ffa450edef68

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

index 77dd857c1894a0c15ca10c3ca831e2363ce25a1b..140e9b0c4d5522fe5501d797e8c3fe4560745a54 100644 (file)
@@ -184,7 +184,7 @@ public final class BorderPropertyTemplate {
      * Data types:
      *   _propertyTemplate as {A1: property map}
      *   property map as {property key : property value}
-     *   property key as String, one of CellUtil.BORDER_* or CellUtil.*_BORDER_COLOR
+     *   property key as String as (border direction as CellUtil.BORDER_*) or (border color as CellUtil.*_BORDER_COLOR)
      *   property value as (border line style as BorderStyle) or (color as short)
      */
     private final Map<CellAddress, Map<String, Object>> _propertyTemplate;