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

trim document

(0.14 sec)
  1. 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...
  2. 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...
  3. 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...
  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. 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...
  6. 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...
  7. 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
  8. Aspose::Words::Section::Clone method | Aspose.W...

    Aspose::Words::Section::Clone method. Creates a duplicate of this section in C++....sections in a document. auto doc = MakeObject < Document > (); auto..."Section 2" , doc -> GetText (). Trim ()); // Delete the first section...

    reference.aspose.com/words/cpp/aspose.words/sec...
  9. NodeList.Item | Aspose.Words for .NET

    NodeList Item property. Retrieves a node at the given index in C#.... Document doc = new Document (); DocumentBuilder...ImageDir + "Logo.jpg" ); // Our document contains three Run nodes....

    reference.aspose.com/words/net/aspose.words/nod...
  10. How to remove blank pages document - Free Suppo...

    Hi Team, How to delete the blank page from Document. Please find below code: Stream HeaderTemplate = ePAPS_FileUtility.GetFile(ConfigurationManager.AppSettings["Templates"] + "PAPHeader.docx"); Stream ApprovalTemplate…...How to remove blank pages document Aspose.Words Product Family...delete the blank page from document. Please find below code: Stream...

    forum.aspose.com/t/how-to-remove-blank-pages-do...