git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ss_border_property_template@1748063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-12 22:02:38 +00:00
parent e6937956f2
commit 513dfc5ff1
1 changed files with 1 additions and 1 deletions

View 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;