Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 12,006 for

formatting

(0.57 sec)
  1. Existing objects in diagrams | GroupDocs

    Find, remove, and modify shapes and headers/footers in Visio documents using Python via .NET....shapes with particular text formatting import groupdocs.watermark...in page . shapes [ i ] . formatted_text_fragments : if fragment...

    docs.groupdocs.com/watermark/python-net/existin...
  2. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....converts your API response to a format suitable for the write action...you open all common document formats straight in a web-browser and...

    blog.groupdocs.com/categories/groupdocs.total-p...
  3. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for .NET...can create some primitive formatting like lists with leading markers...WordProcessing. For saving back to TXT format user must use a class, that...

    docs.groupdocs.com/editor/net/edit-txt/
  4. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Extract data from various formats / Extract data from Microsoft.... out . println ( String . format ( "Sheet %d/%d" , p + 1 , spreadsheetInfo...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in documents with URLs and text dynamically set from data sources during assembly....scenarios, and advanced link formatting, please refer to the . More...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  6. Insert Images Dynamically | GroupDocs

    Insert images into documents from file paths, URLs, or binary data sources during document assembly....To learn more about image formatting, Base64-encoded images, image...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  7. Shapes in spreadsheet document | GroupDocs

    Inspect, modify, and remove shapes in Excel documents using Python via .NET....text formatting This sample deletes shapes whose formatted text...worksheet . shapes [ i ] . formatted_text_fragments : if fragment...

    docs.groupdocs.com/watermark/python-net/shapes-...
  8. All-in-One C# Suite for Automating Document Tasks

    Discover how GroupDocs.Total for .NET simplifies C# document automation. From viewing and editing documents to e-signatures and cost-effective licensing, optimize your workflow effortlessly....view many different document formats in your application. GroupDocs...You can edit popular file formats like Word documents, Excel...

    blog.groupdocs.com/total/streamline-document-au...
  9. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way to highlight certain words of document, when converting it to HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...completely new format. We would need to keep that formatting, done by...GroupDocs.Parser and the specific format of the HTML output from GroupDocs...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  10. Extract text areas | GroupDocs

    This article explains that how to extract text areas from documents in Java.... format ( "Page: %d, R: %s, Text: %s".... out . println ( String . format ( "Page %d/%d" , pageIndex...

    docs.groupdocs.com/parser/java/extract-text-areas/