Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 2,597 for

trim document

(0.03 sec)
  1. Aspose::Words::Document::get_HasRevisions metho...

    Aspose::Words::Document::get_HasRevisions method. Returns true if the Document has any tracked changes in C++....Aspose::Words::Document::get_HasRevisions method Contents [ Hide...Hide ] Document::get_HasRevisions method Returns true if the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::Document::get_Revisions method |...

    Aspose::Words::Document::get_Revisions method. Gets a collection of revisions (tracked changes) that exist in this Document in C++....Aspose::Words::Document::get_Revisions method Contents [ Hide...Hide ] Document::get_Revisions method Gets a collection of revisions...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. document - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...ZoomType com.aspose.words Class Document java.lang.Object Node CompositeNode...

    reference.aspose.com/words/java/com.aspose.word...
  4. Issue while Replacing pattern in word document ...

    Hi Team, I am trying to replace a certain pattern in the word Document with a tag. The code is not working fine if there are multiple occurrences of the pattern on the same line. It only replaces the first one. Code fo…...Replacing pattern in word document using IReplacingCallback Aspose...certain pattern in the word document with a tag. The code is not...

    forum.aspose.com/t/issue-while-replacing-patter...
  5. Working with Text Document|Aspose.Words for Pyt...

    Work with a text Document and modiffy its objects using Python....Working with Text Document Contents [ Hide ] How to Add Bi-Directional...numbers or plain text in its document object model. The TxtLoadOptions...

    docs.aspose.com/words/python-net/work-with-text...
  6. Working with Text Document in C#|Aspose.Words f...

    Advanced TXT Document processing, lists, BiDi, headers/footer, using C#....Working with Text Document Contents [ Hide ] How to Add Bi-Directional...numbers or plain text in its document object model. The TxtLoadOptions...

    docs.aspose.com/words/net/work-with-text-document/
  7. Working with Text Document | Documentation

    Working with Text Document Contents [ Hide ] How to Add Bi-Directional Marks You can use TxtSaveOptions.add_bidi_mark......Working with Text Document Contents [ Hide ] How to Add Bi-Directional...numbers or plain text in its document object model. The TxtLoadOptions...

    docs.aspose.com/words/python/work-with-text-doc...
  8. Image extraction Issue1 - Aspose.Words Product ...

    Dear team, we are extracting images from docx, In this case we are notable to extract in a single pdf, please find the source code which we are using and input docx if ((paragraph.toString(SaveFormat.TEXT).Trim().start…...trim().startsWith("Fig") || paragraph...getNextSibling().toString(SaveFormat.TEXT).trim().matches(matches) || (paragraph...

    forum.aspose.com/t/image-extraction-issue1/245433
  9. How to find all images and extraction issue - A...

    Dear team, We are using Image extraction using aspose java below mentioned Document not getting extracted Source code : if ((paragraph.toString(SaveFormat.TEXT).toLowerCase().Trim().startsWith("fig") || paragraph.toS…...aspose java below mentioned document not getting extracted Source...toString(SaveFormat.TEXT).toLowerCase().trim().startsWith("fig") || paragraph...

    forum.aspose.com/t/how-to-find-all-images-and-e...
  10. Image extraction Issue 4 - Aspose.Words Product...

    Dear team, we are extracting images from docx using aspose java, But we are notable to extract below mentioned docx please find the source code if ((paragraph.toString(SaveFormat.TEXT).toLowerCase().Trim().startsWith("…...trim().startsWith("fig") || paragraph...getNextSibling().toString(SaveFormat.TEXT).trim().matches(matches) || (paragraph...

    forum.aspose.com/t/image-extraction-issue-4/245879