Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 11,964 for

formatting

(0.08 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...you open all common document formats straight in a web-browser and...viewer supports many different formats, visitors to ExpressionEngine...

    blog.groupdocs.com/groupdocs.blog/page/103/
  2. Extract text from Microsoft Office PowerPoint p...

    This article explains that how to extract text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Extract data from various formats / Extract data from Microsoft...Console . WriteLine ( string . Format ( "Slide {0}/{1}" , p + 1 ...

    docs.groupdocs.com/parser/net/extract-text-from...
  3. 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...
  4. 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...
  5. Float and paginal modes | GroupDocs

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....converting all WordProcessing formats to instances and backward (from...(from to some of WordProcessing format), contains two modes: float...

    docs.groupdocs.com/editor/net/float-and-paginal...
  6. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; 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 ( "Slide %d/%d" , p + 1 , presentationInfo...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. 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 Node.js via Java...can create some primitive formatting like lists with leading markers...but also to WordProcessing formats. Loading Text File for Editing...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  8. 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...
  9. 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...
  10. 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-...