Bug 45942 - Border and fill pattern enum values
Summary: Border and fill pattern enum values
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 3.5-dev
Hardware: PC Mac OS X 10.4
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-03 05:57 UTC by Gisella Bronzetti
Modified: 2008-10-05 06:57 UTC (History)
0 users



Attachments
patch (52.15 KB, patch)
2008-10-03 05:57 UTC, Gisella Bronzetti
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gisella Bronzetti 2008-10-03 05:57:41 UTC
Created attachment 22670 [details]
patch

Introduced enum classes to use for manage border style and pattern fill.
Fixed use of set/getCellBorder and set/getFillPatternType with this new enum classes inside XSSFCellStyle.

This patch involve these classes:
XSSFCellBorder
XSSFCellStyle
TextXSSFCellStyle
TestXSSFCellBorder
BorderStyle(added)
PatternFillType (added)
XSSFCellFill
TestXSSFCellFill
Comment 1 Yegor Kozlov 2008-10-05 06:57:22 UTC
Applied in r701797.

Thanks,
Yegor