Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 151,819 for

text

(0.46 sec)
  1. Basic samples how to convert OneNote to Html

    You will learn how to convert OneNote to Html programmatically or online and consider C# examples of OneNote to Html conversions using Aspose.Note....Page(null)); // Default style for all text in the document. ParagraphStyle...= new RichText(doc) { Text = "Title text.", ParagraphStyle = textStyle...

    docs.aspose.com/note/net/convert-onenote-to-htm...
  2. Add WordArt Watermark to Chart in Aspose.Cells|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....can use WordArt to add special text effects to spreadsheets. For...decorate text, make text fit a preset shape, or apply the text effect...

    docs.aspose.com/cells/net/add-wordart-watermark...
  3. | Aspose.PDF

    Manage PDF Annotations Programmatically with Python Using Aspose.PDF for Python for .NET...Python Library In order to add Text Annotation in PDF file, we’ll...collection. Save the PDF file. PDF Text Annotation - Python Example:...

    products.aspose.com/pdf/python-net/annotation/
  4. DocumentBuilder.startBookmark method | Aspose.W...

    DocumentBuilder.startBookmark method. Marks the current position in the document as a bookmark start....needs to have document body text enclosed by // BookmarkStart...range . bookmarks . at ( 0 ). text . trim ()). toEqual ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBuilder.endBookmark method | Aspose.Wor...

    DocumentBuilder.endBookmark method. Marks the current position in the document as a bookmark end....needs to have document body text enclosed by // BookmarkStart...range . bookmarks . at ( 0 ). text . trim ()). toEqual ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Specify Layout Options in Java|Aspose.Words for...

    Create output documents with various layouts, depending on the parameters specified in the Document using Java....specifies whether the hidden text is rendered. ShowParagraphMarks...option to display this hidden text on the page. Also, each paragraph...

    docs.aspose.com/words/java/specify-layout-options/
  7. Specify how to cross a string in output PDF and...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Scenarios When a cell contains text or a string that is larger than...than the width of the cell, the text overflows if the next cell in...

    docs.aspose.com/cells/java/specify-how-to-cross...
  8. Specify how to cross a string in output PDF and...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Scenarios When a cell contains text or a string that is larger than...TextCrossType.Default : Display text like MS Excel, which depends...

    docs.aspose.com/cells/net/specify-how-to-cross-...
  9. Extract Table from PDF|Aspose.PDF for C++

    Aspose.PDF for C++ makes it possible to carry out various manipulations with the tables contained in your pdf document. You may add and extract a table in the existing PDF document, render table on a new page and etc....Cpp/Text/TextFragment.h> #include <Aspose.PDF.Cpp/Text/TextFragmentCollecti...PDF.Cpp/Text/TextSegment.h> #include <Aspose.PDF.Cpp/Text/TextSegmentCollectio...

    docs.aspose.com/pdf/cpp/extract-table-from-exis...
  10. VisitorAction | Aspose.Words for Java

    Allows the visitor to control the enumeration of nodes in Java....docx"); // Extract the text contents of our document by...getText()); } /// /// Collects the text contents of all runs in the...

    reference.aspose.com/words/java/com.aspose.word...