Bug 52568 - [PATCH] Add methods to set/get an XWPFRun's text color
Summary: [PATCH] Add methods to set/get an XWPFRun's text 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 22:36 UTC by Gregg Morris
Modified: 2012-02-07 09:45 UTC (History)
0 users



Attachments
Text file generated by svn diff (2.67 KB, patch)
2012-01-31 22:37 UTC, Gregg Morris
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gregg Morris 2012-01-31 22:36:17 UTC
Added methods to set/get an XWPFRun's text color.
Comment 1 Gregg Morris 2012-01-31 22:37:26 UTC
Created attachment 28243 [details]
Text file generated by svn diff

This is a patch file created by svn diff. It contains small changes to XWPFRun.java and TestXWPFRun.java.
Comment 2 Yegor Kozlov 2012-02-07 09:45:38 UTC
Thanks for the patch, applied in r1241395

Yegor