This question is locked. New answers and comments are not allowed.
HI
I am using richtext box in which i import a Microsoft word document as a rad document using the docx provider class and then i am binding the imported raddocument to document property of richtextbox.
in the word document which i am importing, i already have some tables, i want to programmatically access them and do some operations (update/delete etc based on some logic) on them before i allow user to edit the document or save it in any required format.
my current problem is, I am not able to find out any class or methods which i can use for this operation, no method is available which i can use the get the table or list of tables in the raddocument or richtexbox.
my first question is Can we do this in richtextbox or raddocument? do we have any methods available to access the tables in the raddocument or richtextbox ?
if yes can you please point me some documentation or some demo for the same.
I am using richtext box in which i import a Microsoft word document as a rad document using the docx provider class and then i am binding the imported raddocument to document property of richtextbox.
in the word document which i am importing, i already have some tables, i want to programmatically access them and do some operations (update/delete etc based on some logic) on them before i allow user to edit the document or save it in any required format.
my current problem is, I am not able to find out any class or methods which i can use for this operation, no method is available which i can use the get the table or list of tables in the raddocument or richtexbox.
my first question is Can we do this in richtextbox or raddocument? do we have any methods available to access the tables in the raddocument or richtextbox ?
if yes can you please point me some documentation or some demo for the same.