javadocs
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:
parent
e6937956f2
commit
513dfc5ff1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user