git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ss_border_property_template@1748061 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-12 22:00:45 +00:00
parent f9c7ae0102
commit 3530aa3bf2

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