Hello Team,
I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table…
example
prop.check = <<[prop.check]>>
prop.example…...; // Iterate through all paragraphs and tables in the document...GetChildNodes(NodeType.Paragraph, true)) { Paragraph paragraph = (Paragraph)node;...