text box in syncfusion editor document component

Hello syncfusion team,

I am working with Syncfusion document editor componet in blazor server project, looking for create and edit docx document.
I would like to know if it is possible to add text boxes through this component. Text boxes such as those of microsft word.
thanks a lot.
Giulia

1 Reply 1 reply marked as answer

HC Harini Chellappa Syncfusion Team September 18, 2020 01:30 PM UTC

Hi Giulia, 

Syncfusion Greetings! 

Currently, Document editor provides option to insert text box form fields.  

You can insert form fields either selecting from toolbar or through API. 

 

Through API 

Sample code snippet 

EditorContainer.GetDocumentEditor().GetEditor().InsertFormField(FormFieldType.Text); 
 

Kindly check it and let us know whether this satisfy your requirement. 

Regards, 

Harini C 


Marked as answer
Loader.
Up arrow icon