You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/06/12 22:02:38 UTC

svn commit: r1748063 - /poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java

Author: onealj
Date: Sun Jun 12 22:02:38 2016
New Revision: 1748063

URL: http://svn.apache.org/viewvc?rev=1748063&view=rev
Log:
javadocs

Modified:
    poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java

Modified: poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java
URL: http://svn.apache.org/viewvc/poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java?rev=1748063&r1=1748062&r2=1748063&view=diff
==============================================================================
--- poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java (original)
+++ poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java Sun Jun 12 22:02:38 2016
@@ -184,7 +184,7 @@ public final class BorderPropertyTemplat
      * 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;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org