Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 8,615 for

extract text

(0.08 sec)
  1. Shape Class | Aspose.Words for .NET

    Aspose.Words.Drawing.Shape class. Represents an object in the drawing layer such as an AutoShape Textbox freeform OLE object ActiveX control or picture in C#....get; set; } Defines alternative text to be displayed instead of a...the shape is below or above text. Bottom { get; } Gets the position...

    reference.aspose.com/words/net/aspose.words.dra...
  2. com.aspose.pdf | Aspose.PDF for Java API Reference

    The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library which are either directly in it like Document or indirectly through several subpackages....various types of fields like text box, list box, radio button...allow to extract text, add text, manipulate existing text of a document...

    reference.aspose.com/pdf/java/com.aspose.pdf/
  3. IDocument - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....text com.aspose.pdf Interfaces Document...document as image(s) or a plain text. com.aspose.pdf.facades The...

    reference.aspose.com/pdf/java/com.aspose.pdf.cl...
  4. footnote - 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....InlineStory Represents a container for text of a footnote or endnote. The...DocumentBuilder(doc); // Add text, and reference it with a footnote...

    reference.aspose.com/words/java/com.aspose.word...
  5. NodeList.to_array method | Aspose.Words for Python

    NodeList.to_array method. Copies all nodes from the collection to a new array of nodes....docx' ) # This expression will extract all paragraph nodes, # which...} , contents: " { node . get_text () . strip () } "' ) index +=...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words namespace | Aspose.Words for C++ ...

    Aspose::Words namespace. The Aspose.Words namespace provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word in C++....position on the current line of text when displaying this WordprocessingML...Represents a container for the main text of a section. To learn more...

    reference.aspose.com/words/cpp/aspose.words/
  7. Aspose.Words for C++ 23.7 Release Notes|Documen...

    Aspose.Words for C++ 23.7 Release Notes – the latest updates and fixes....a way to extract digital signature as byte array Text is wrapped...getting cut off in generated PDF Text in footer is misplaced when...

    docs.aspose.com/words/cpp/aspose-words-for-cpp-...
  8. Manage OLE|Aspose.Slides Documentation

    Add OLE object to PowerPoint presentation in C++...Creates path for saving the extracted file String extractedPath...fileExtention ); // Saves extracted data SharedPtr < FileStream...

    docs.aspose.com/slides/cpp/manage-ole/
  9. Visual Studio Export Repeater To Word Control|A...

    How to export contents of Repeater into Word Processing document using Aspose.Words in C#....customize/localize Export button text. Option to Export in Landscape...Studio 2010, 2012 and 2013 Extract the downloaded zip file Double...

    docs.aspose.com/words/net/visual-studio-export-...
  10. Remove Breaks in Ruby|Aspose.Words for Java

    Remove breaks using Ruby....then run_text = run . getText () run_text = run_text . gsub (...PAGE_BREAK , '' ) run . setText ( run_text ) #end end i = i + 1 end end...

    docs.aspose.com/words/java/remove-breaks-in-ruby/