My code needs to create a OneNote page file with a huge table - say 10 columns, where the last column contains an EMF image and the previous columns contain random text or numbers.
Using the OneNote API this would run at least 2-3 mins which is not acceptable.
Would Aspose.Note deliver the results faster? Can you provide a sample C# code creating the table with images?
Is there any way to find with Aspose what element in the OneNote page (i.e. .one file) is selected? I am interested in finding both what (1) Image and what (2) words (a sequence of characters) have been selected.
In the OneNote’s XML format there is a special field for IsSelected.
Thank you for your feedback.
We have logged your requirement with ID “NOTENET-2737” for further investigation. You will automatically be informed here once we have more information to share.
The use case for selection is this: I run a COM OneNote addin, it notices that you have selected something on the page and then calls your library to find out what was selected and amend the selection text / image somehow.
Alternatively, I am able to tell you what is selected as the XML coming from OneNote COM interface. Are you able to identify then the selection in your library? Update the XML using the OneNote COM interface can take more than a few minutes so I was hoping that Aspose.Note could update quicker?
We have thoroughly evaluated your issue (logged earlier as “NOTENET-2737”). Unfortunately, we are unable to resolve it and have therefore closed the case. This is because the format specification for .one files does not support the retrieval of information about the selected UI element.