Hello,
In case we have a Word file containing styles with name containing semicolon (like “TM1;H1_TOC;toc1;H1-TOC”)
The call style.getStyleName() will return only “TM1”.
Is there a way to get the full name (with all values) ?
Hello,
Here is a Word document with an added style ‘NewStyle;New-Style;NouveauStyle;N-S’.
It appears in quick style bar as ‘New-Style’ but if you open the modification dialog on this style you can see the full name.
Your Word Java API seems to build 4 styles instead of one, with the name “NewStyle” for each of them.
Best regards,
Hi Jean,
Hello,
Thanks for your reply.
Is there any way to retrieve all aliases used for a Style in a document with your java Word API ?
Best regards,
Hi Jean,
Hello,
Any news about this issue ?
We really need a fix about it because it is a blocking issue on one of our main project.
Thanks
Hi Jean,
Hello,
This is really a great news.
Thanks a lot for all of your work.
Best regards,
The issues you have found earlier (filed as WORDSNET-10872) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.
Hello,
We just tested this new feature. It works fine. Thanks.
But it seems there is no setAliases on Style object.
I forgot to say we also need the setAliases on the Style object. We should be able to get style aliases and restore them for one of our main project.
Is there a way to do it ?
This is quite urgent.
Ok Thanks a lot.
Hello,
Do you have any news from developpement team about the setAlias method ?
We really need it.
It’s very important and urgent for us.
Best regards,