Query |
Solution |
How do you display the search pane programmatically?
|
Code Snippet:
this.container.documentEditor. showOptionsPane();
|
Is there a way to find out whether the header and footer areas are currently being displayed?
|
Yes, we have API isInHeaderFooter in selection to check this case.
Code snippet
this.conatainer.selection.start.paragraph.isInHeaderFooter
|
Material.css is a whopping 6MB file. Is there a way to just pair it down to document editor requirements?
|
Please refer the below link for refer the css file
|
How do you support multiple locales in spell-checker for a document editor web service in .NET framework core?
|
DocumentEditor have multiple language support. Based on languageId spell check will occur.
|
Is there a good example, how to integrate Charts into a document editor? The one currently in the documentation is not very helpful.
|
Currently we have chart preservation support alone and does n’t have support for Chart rendering.
We will implement this feature in any of our upcoming release. We will update scheduled status of the below feedback link once it is taken for implementation. We will update you once this feature is implemented.
|
Is there a plan to integrate vector graphic shapes (like rectangles, circles, etc) into a document?
|
DocumentEditor doesn’t have support for rectangles, circles,etc.
We have logged a feature request for providing complete support on shapes.
We usually have an interval of at least three months between releases. For each release, we will prepare the feature wish list. The feature implementation would also greatly depend on the factors such as product design, code compatibility and complexity. We will consider the below feature as wish list to any of our upcoming release. We will update our road map & the scheduled status of the below feedback link once it is taken for implementation. We will update you once these features are implemented.
|