Bug 52566 - [PATCH] Add methods to set/get XWPFTableCell vertical alignment, color
Summary: [PATCH] Add methods to set/get XWPFTableCell vertical alignment, color
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: 3.8-dev
Hardware: Macintosh All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 19:34 UTC by Gregg Morris
Modified: 2012-02-07 09:42 UTC (History)
0 users



Attachments
Diff file created by svn diff (5.08 KB, patch)
2012-01-31 19:36 UTC, Gregg Morris
Details | Diff
tar.bz2 file containing a single new java file (1.57 KB, application/octet-stream)
2012-01-31 19:38 UTC, Gregg Morris
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gregg Morris 2012-01-31 19:34:35 UTC
Added methods to set/get an XWPFTableCell's vertical alignment and color. This required adding some additional classes to the poi-ooxml-schemas.jar file, which should be handled by the new TestXWPFTableCell.java test case.
Comment 1 Gregg Morris 2012-01-31 19:36:49 UTC
Created attachment 28241 [details]
Diff file created by svn diff

This file contains the output of svn diff for the single file XWPFTableCell.java.
Comment 2 Gregg Morris 2012-01-31 19:38:13 UTC
Created attachment 28242 [details]
tar.bz2 file containing a single new java file

This tar.bz2 file contains a single new file, TestXWPFTableCell.java, with its full directory hierarchy.
Comment 3 Yegor Kozlov 2012-02-07 09:42:17 UTC
Thanks fir the patch, applied in r1241393

Yegor