Hi all,
Is exists a way to have the applyBindings(JaxbXmlPart part) (BindingHandler.java) with the 2.6.0 ?
if yes , where can i found it please ???
It's very important.
Best regards
public static void applyBindings(DocumentPart documentPart)
jason wrote:That was introduced in r1389 of 13 Jan 2011 (ie after the release of 2.6.0).
The current nightly build contains it though - try http://dev.plutext.org/docx4j/docx4j-ni ... 110426.jar
As you may be aware, the old method in 2.6.0 works with the main document part, but not headers/footers:
- Code: Select all
public static void applyBindings(DocumentPart documentPart)
jason wrote:Its actually very similar; its just that the ContentAccessor interface is available (which you only need to use where you are getting the content of an sdt (content control)).
You should have no real trouble using it.
If you don't want to migrate, then you can always check out r1389 and build that, or backport that change to 2.6.0.
Users browsing this forum: Bing [Bot], Google [Bot] and 97 guests