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

trim document

(0.23 sec)
  1. Aspose::Words::Document::AcceptAllRevisions met...

    Aspose::Words::Document::AcceptAllRevisions method. Accepts all tracked changes in the Document in C++....Aspose::Words::Document::AcceptAllRevisions method Contents [...[ Hide ] Document::AcceptAllRevisions method Accepts all tracked...

    reference.aspose.com/words/cpp/aspose.words/doc...
  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. 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...
  6. How to remove math formulas - Aspose.Words Prod...

    Dear team, we are extracting images from docx but in this case its extracting formulas also, we need to skip these formulas. please find source code Source code : if ((paragraph.toString(SaveFormat.TEXT).toLowerCase()…...trim().startsWith("fig") || paragraph...getNextSibling().toString(SaveFormat.TEXT).trim().matches(matches) || (paragraph...

    forum.aspose.com/t/how-to-remove-math-formulas/...
  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. 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...
  9. 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
  10. 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