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

trim document

(0.08 sec)
  1. Aspose::Words::Document::get_NodeType method | ...

    Aspose::Words::Document::get_NodeType method. Returns Document in C++....Aspose::Words::Document::get_NodeType method Contents [ Hide...Hide ] Document::get_NodeType method Returns Document . Aspose ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. 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...
  3. 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...
  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. 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...
  7. 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/...
  8. 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...
  9. CompositeNode.Count | Aspose.Words for .NET

    CompositeNode Count property. Gets the number of immediate children of this node in C#.... Document doc = new Document (); // An empty document, by...doc , "Run 3. " ); // The document body will not display these...

    reference.aspose.com/words/net/aspose.words/com...
  10. 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