Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 4,419 for

trim document

(0.18 sec)
  1. 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...
  2. Aspose::Words::Document::get_WriteProtection me...

    Aspose::Words::Document::get_WriteProtection method. Provides access to the Document write protection options in C++....Aspose::Words::Document::get_WriteProtection method Contents...Contents [ Hide ] Document::get_WriteProtection method Provides access...

    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. 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...
  5. Section.ClearHeadersFooters | Aspose.Words for ...

    Section ClearHeadersFooters method. Clears the headers and footers of this section in C#.... Document doc = new Document (); Assert . AreEqual...HeaderPrimary ]. GetText (). Trim ()); Assert . AreEqual ( "This...

    reference.aspose.com/words/net/aspose.words/sec...
  6. Document | Aspose.Words for Java

    Represents a Word Document in Java....Document Contents [ Hide ] Inheritance: java.lang.Object, com...DocumentBase public class Document extends DocumentBase Represents...

    reference.aspose.com/words/java/com.aspose.word...
  7. Image extraction issue 2 - Aspose.Words Product...

    Dear team, We are extracting images from docx using aspose java, but in this case some images having image caption and few images don’t have image captions, how to extract with our caption images using aspose, please fi…...trim().startsWith("Fig") || paragraph...getNextSibling().toString(SaveFormat.TEXT).trim().matches(matches) || (paragraph...

    forum.aspose.com/t/image-extraction-issue-2/245445
  8. Extraction issue - Aspose.Words Product Family ...

    Dear team, We are extracting images from docx but below case we are not able to extract one image, its extracted with other images please find source code and input docx Source code : if ((paragraph.toString(SaveForma…...trim().startsWith("fig") || paragraph...getNextSibling().toString(SaveFormat.TEXT).trim().matches(matches) || (paragraph...

    forum.aspose.com/t/extraction-issue/247098
  9. Extraction issue 14 - Aspose.Words Product Fami...

    Dear team, We are extracting images from Document using aspose java but below case its Not extracting part images please find below source code and Input & output File Source Code : if ((paragraph.toString(SaveFormat.…...are extracting images from document using aspose java but below...toString(SaveFormat.TEXT).toLowerCase().trim().startsWith("fig") || paragraph...

    forum.aspose.com/t/extraction-issue-14/250868
  10. How to count total number of images - Aspose.Wo...

    Dear team, we are finding total number of images in docx but below Document we are not able to find image count please help us to fix this issue Source code : private static void findAllfigures(Document initDoc, Strin…...of images in docx but below document we are not able to find image...static void findAllfigures(Document initDoc, String nameAppend)...

    forum.aspose.com/t/how-to-count-total-number-of...