Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 4,404 for

trim document

(0.9 sec)
  1. editablerangestart - Aspose.Words for Java - AP...

    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...Word document. A complete editable range in a Word document consists...

    reference.aspose.com/words/java/com.aspose.word...
  2. Replace table cell text with image - Free Suppo...

    Hi I am trying to replace text in a table cell with the image. I am not able to make it work, if I try to replace the text while iterating through the rows of the table. I am using aspose words for java version 20.7. C…...to achieve this: Document doc = new Document("C:\\Temp\\in.docx");...c.toString(SaveFormat.TEXT).trim(); if (cellText.equals("ImagePlaceholder"))...

    forum.aspose.com/t/replace-table-cell-text-with...
  3. In my document having some of the list like 7.1...

    @alexey.noskov in my Document having some of the list like 7.1.1,7.1.2 ex… so many list are the I need to convert this list to heading 3 Please note :based on the number like 7.1.1 ,7.1.2 ,7.2.1 ,…ex based on this numbe…...In my document having some of the list like 7.1.1,7.1.2 ex.....7:38am #1 @alexey.noskov in my document having some of the list like...

    forum.aspose.com/t/in-my-document-having-some-o...
  4. DocSaveOptions.SaveRoutingSlip | Aspose.Words f...

    DocSaveOptions SaveRoutingSlip property. When false RoutingSlip data is not saved to output Document. Default value is true in C#....data is not saved to output document. Default value is true . public...Microsoft Word formats. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  5. run - 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...formatting. All text of the document is stored in runs of text...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Replacing::FindReplaceOptions Cl...

    Specifies options for find/replace operations.... auto doc = MakeObject<Document>(); auto builder = MakeOb...necklace." ), doc->GetText().Trim()); Shows how to toggle standalone...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. BookmarkCollection.Remove | Aspose.Words for .NET

    BookmarkCollection Remove method. Removes the specified bookmark from the Document in C#....specified bookmark from the document. public void Remove ( Bookmark...bookmarks from a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/boo...
  8. FindReplaceOptions.MatchCase | Aspose.Words for...

    FindReplaceOptions MatchCase property. True indicates casesensitive comparison false indicates caseinsensitive comparison in C#.... Document doc = new Document (); DocumentBuilder...necklace." , doc . GetText (). Trim ()); See Also class FindReplaceOptions...

    reference.aspose.com/words/net/aspose.words.rep...
  9. IReplacingCallback.Replacing | Aspose.Words for...

    IReplacingCallback Replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made in C#....ReplaceWithCallback () { Document doc = new Document (); DocumentBuilder...opening!" , doc . GetText (). Trim ()); Assert . AreEqual ( "\"New...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_ReplacingCallback method. The user-defined method which is called before every replace occurrence in C++....{ auto doc = MakeObject < Document > (); auto builder = MakeObject...opening!" , doc -> GetText (). Trim ()); ASSERT_EQ ( String ( u...

    reference.aspose.com/words/cpp/aspose.words.rep...