[Bug 56885] To change text in a XWPFSDTContent object

2018-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56885

--- Comment #6 from gaoyanfu  ---
I have generated a new document paragraph title, need to update the directory
domain, how to code the implementation

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 56885] To change text in a XWPFSDTContent object

2018-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56885

--- Comment #5 from gaoyanfu  ---
I have generated a new document paragraph title, need to update the directory
domain, how to code the implementation

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 56885] To change text in a XWPFSDTContent object

2018-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56885

--- Comment #4 from NadavB  ---
Is there any progress regarding handling and manipulation of SDT tags? (Content
Tags)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 56885] To change text in a XWPFSDTContent object

2016-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56885

--- Comment #3 from Mark Murphy  ---
Check out the trunk from the repository

Information about the repository is here:
https://poi.apache.org/subversion.html

Build the project. Information Here: https://poi.apache.org/howtobuild.html

Make sure you can successfully run all the tests, the ant jenkins task is good
for determining that everything is configured properly. You can tell if tests
are currently passing for us by looking here:
https://builds.apache.org/job/POI/

If you are getting deifferent results, then you need to fix your environment
before you do anything else. Not the ant tasks should download all
dependencies.

Then you are ready to develop your patch. Once you have a patch complete and
all jenkins tasks run successfully, see the contribution guidelines here:
https://poi.apache.org/guidelines.html

Please realize that XWPF is not a stable interface. I am just starting a plan
to clean it up, and move it forward into a consistent interface. Initial ideas
can be found here: https://github.com/JMarkMurphy/poi/wiki, they are totally
incomplete and a work in progress. The point is the entire XWPF interface is a
jumble of individually designed pieces and parts thrown together into a big
pile. Things will be changing though. Try to keep as much CT code in
org.apache.poi.xwpf.model as you can, and only put user interface stuff in
org.apache.poi.xwpf.usermodel. This will be a challenge as currently usermodel
is not much more than a surrogate for the CT classes, and model contains very
little that is useful (or even used?).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 56885] To change text in a XWPFSDTContent object

2016-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56885

NadavB  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 56885] To change text in a XWPFSDTContent object

2016-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56885

NadavB  changed:

   What|Removed |Added

   Severity|enhancement |normal
   Priority|P2  |P1

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 56885] To change text in a XWPFSDTContent object

2016-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56885

--- Comment #2 from NadavB  ---
We found this feature highly important. Can you give it a priority? At least
give raw access to the inner objects so we can change them...

Dominik, can you give a guidance how to do the patch to support that?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 56885] To change text in a XWPFSDTContent object

2016-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56885

Dominik Stadler  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 OS||All

--- Comment #1 from Dominik Stadler  ---
As the javadoc states these classes are currently read-only, likely until
someone steps in and provides patches with accompanying unit-tests that verify
the changes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org