Bug 46299 - XWPFRun: carriage return and break line
Summary: XWPFRun: carriage return and break line
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (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-11-26 06:43 UTC by Gisella Bronzetti
Modified: 2008-12-17 12:07 UTC (History)
0 users



Attachments
patch: improvement for XWPFRun (24.39 KB, patch)
2008-11-26 06:43 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-11-26 06:43:13 UTC
Created attachment 22950 [details]
patch: improvement for XWPFRun

Added methods carriage return and break line.
Modified method setText(): from one element to multiple text elements.
Added enum classes BreakType and BreakClear to configure properly the break element in a XWPFRun.
Comment 1 Yegor Kozlov 2008-12-17 12:07:42 UTC
Applied in r727498

Yegor