Hello
Thanks for additional information. Currently there is no way to achieve this using Aspose.Words. We will consider adding an option, which will allow you to get Text from StartArt. You will be notified as soon as this feature is supported.
Best regards,
Thanks for your inquiry. Unfortunately, your issues are still pending for analysis. Once our developers analyze these issues, we will be able to provide you an estimate. You will be notify as soon as it is fixed. Sorry for inconvenience.
Thanks for your inquiry and sorry for the delayed response.
I have verified the status of this issue (WORDSNET-5437) from our issue tracking system and regret to share that this issue is still unresolved. Currently it is pending for analysis and is in the queue. The fix of this problem actually requires us to implement a new feature. We will inform you via this forum thread as soon as it’s supported.
Any updates on this by chance? Our team has been working to replace a different word utility with Aspose.Words, and this is a slight issue for us since the old component was able to handle SmartArt but Aspose.Words cannot. I figured this was still in the queue, but felt it was worth asking anyway.
Thanks for your inquiry. Working with SmartArt objects programmatically is a big and complex feature. Currently, the priority of the support of this feature is lowered because there are not many customers, who is interested in this feature. We will probably wait for more requests from the customers. Our development team has decided to postpone this issue for now. Rest assured, we will inform you as soon as it’s supported. Moreover, yes, the support of this feature would also be integrated in .Net component. If we can help you with anything else, please feel free to ask.
Thanks for your request. I have intimated the development team of your concern. We will inform you via this forum thread as soon as this feature is supported.
Thanks for your inquiry. Unfortunately, this issue is not resolved yet. The fix to this issue is postponed till a later date and we cannot push it into production right now because there are many other important issues we have to work on. Rest assured, we will inform you as soon as this issue is resolved. We apologize for your inconvenience.
Just to let you know that Aspose.Words 11.11.0 and above contains partial support for rendering SmartArt. This partial support pertains to only rendering SmartArt which has been “pre-rendered” in Microsoft Word. For further details see: Public API Changes in Aspose.Words 11.11.0
Thanks for your inquiry. Being able to create new DrawingML objects such as SmartArt or Charts is planned and I am afraid you currently cannot retrieve the text content of a DrawingML SmartArt object either. We will inform you as soon as programmatically working with SmartArt objects is made possible. We apologize for any inconvenience.
in your api changes you wrote that you support a smart art in documents which is created with MS Word 2010 but I try to get the text from the document in attachment and text from smart art is not extrated.
Here is the code:
Document document = new Document(path);
NodeCollection runs = document.getChildNodes(NodeType.RUN, false);
for (Run run: runs)
{
System.out.println(run.getText());
}
Am I wrong somewhere in code or what is problem please?
Thanks for your inquiry. The SmartArt graphic in your document is represented by a DrawingML node. Unfortunately, you currently cannot retrieve the text content of a DrawingML (SmartArt) object. Working with SmartArt objects programmatically (such as extracting Smart Art’s text) is on it’s own a big and complex feature. Your request has already been linked to the appropriate issue (WORDSNET-5437) and you will be notified as soon as it is supported. Sorry for the inconvenience.
Unfortunately, there are no further updates about WORDSNET-5437. The implementation of this issue is still postponed. We apologize for any inconvenience and thank you for your understanding.