Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 151,875 for

text

(0.33 sec)
  1. Convert JPEG2000 to JSON via C# | Aspose

    Sample code for JPEG2000 to JSON C# conversion. Use API example code for batch JPEG2000 files to JSON conversion within VB.NET, Asp.NET or any .NET based application....on JPEG2000 document and save text as JPEG2000 document using Aspose...documents containing recognized text. To add it to your project,...

    products.aspose.com/ocr/net/conversion/jpeg2000...
  2. Markdown Header – C# Code Examples

    Code for creating Markdown Header in C#. Use the Aspose.HTML for .NET library to create Markdown from scratch and open, parse, or edit MD files....nodes, such as text nodes, spaces between text nodes, and an empty...AtxHeading( "Heading 1 level text" , 1 ); var heading2 = mdf.AtxHeading(...

    products.aspose.com/html/net/markdown-header/
  3. DocumentVisitor.visitFootnoteEnd method | Aspos...

    DocumentVisitor.visitFootnoteEnd method. Called when enumeration of a footnote or endnote Text has ended....enumeration of a footnote or endnote text has ended. visitFootnoteEnd...<summary> /// Gets the plain text of the document that was accumulated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Specify Layout Options in C++|Aspose.Words for C++

    Specify Layout Options for various document layouts....specifies whether the hidden text is rendered. ShowParagraphMarks...option to display this hidden text on the page. Also, each paragraph...

    docs.aspose.com/words/cpp/specify-layout-options/
  5. Manage Presentation Shapes in .NET|Aspose.Slide...

    Learn to create, edit and optimize shapes in Aspose.Slides for .NET and deliver high-performance PowerPoint presentations....Alt Text. We suggest developers to use alternative text for finding...PowerPoint to define the alternative text for objects which you are planning...

    docs.aspose.com/slides/net/shape-manipulations/
  6. Utility 2D BarCode Features in Ruby|Documentation

    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....Multiple Code Text Values in Ruby Hiding Code Text that is too...

    docs.aspose.com/barcode/java/utility-2d-barcode...
  7. DocumentVisitor class | Aspose.Words for Node.js

    Aspose.Words.DocumentVisitor class. Base class for custom document visitors...when enumeration of the main text story in a section has ended...when enumeration of the main text story in a section has started...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 使用 Android 上的 AutoFit 增强您的演示文稿|Aspose.Slides 文档

    通过 Java 在 Aspose.Slides for Android 中管理 AutoFit 设置,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本显示并提升内容可读性。...PowerPoint 使用 Resize shape to fix text 设置——它会自动调整文本框大小,以确保其中的文本始终能够完整显示。...Shrink text on overflow Resize shape to fit text Wrap text in shape...

    docs.aspose.com/slides/zh/androidjava/manage-au...
  9. Create New Document|Aspose.Words for Java

    Create a new document easily and fast instead of using docx4j....paragraph in the document with some text as "Sample Content..." builder...getMainDocumentPart (); // Example 1: add text in Title style mdp . addStyledParagraphOf...

    docs.aspose.com/words/java/create-new-document/
  10. How to add comments to bookmark range - Free Su...

    i have an existing word document with bookmarks. I need to associate a set of comments to each bookmark. Bookmark bookmark = document.Range.Bookmarks[bookmarkName]; if (bookmark != null) { Comment comment = new Com…...SetText("text"); bookmark.BookmarkStart.ParentNode...the bookmark and then add the text to the comment. Here’s an example...

    forum.aspose.com/t/how-to-add-comments-to-bookm...