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

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

index 813c3c32cf77aa9609572497b9f415a5443d5501..77dd857c1894a0c15ca10c3ca831e2363ce25a1b 100644 (file)
@@ -180,6 +180,12 @@ public final class BorderPropertyTemplate {
     /**
      * This is a list of cell properties for one shot application to a range of
      * cells at a later time.
+     *
+     * 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 value as (border line style as BorderStyle) or (color as short)
      */
     private final Map<CellAddress, Map<String, Object>> _propertyTemplate;