Bug 49747 - Create support for modifying the contents of an existing XWPFParagraph
Summary: Create support for modifying the contents of an existing XWPFParagraph
Status: RESOLVED WORKSFORME
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: unspecified
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-12 18:52 UTC by TK Gospodinov
Modified: 2010-09-20 10:28 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TK Gospodinov 2010-08-12 18:52:45 UTC
Allowing the contents of an existing XWPFParagraph object to be modified would be nice. I have an existing docx document that I would like to use as a template and need to be able to find and replace text within a paragraph.
Comment 1 Nick Burch 2010-09-20 10:28:48 UTC
I believe this is currently supported in svn (~ 3.7 beta 3). You can add and remove XWPFRuns to the paragraph, and change the text on these.