Sort Score
Result 10 results
Languages All
Labels All
Results 7,971 - 7,980 of 151,747 for

text

(1.08 sec)
  1. | Aspose

    Sample code for JPEG2000 to JSON Java conversion. Use API example code for batch JPEG2000 files to JSON conversion within any Web or Desktop Java based application....documents containing recognized text. To add it to your project,...(); //Prepare rectangles with texts. ArrayList rectArray = new ArrayList...

    products.aspose.com/ocr/java/conversion/jpeg200...
  2. ChartLegendEntry class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartLegendEntry class. Represents a chart legend entry... The text of the entry is the name of...the series or trendline. The text cannot be changed. Properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to Edit Word Document using Python

    This short tutorial contains information to edit word document using python. You will see how can Python modify Word document with the help of a step-by-step process and a runnable sample code....formatting of the newly added text. Steps to Edit Word Document...formatting and write the desired text before saving it back on the...

    kb.aspose.com/words/python/how-to-edit-word-doc...
  4. How to Add Hyperlink in PDF using C#

    This short tutorial guides on how to add hyperlink in PDF using C#. It provides detailed description along with a runnable sample code to insert hyperlink in PDF using C#....customize the hyperlink and its text as per the requirements. Steps...FreeTextAnnotation object and set text to be displayed over the link...

    kb.aspose.com/pdf/net/how-to-add-hyperlink-in-p...
  5. 从 PDF 中提取字体 C#|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 库从您的 PDF 文档中提取所有嵌入字体。... Text . Font [] fonts = document ...(); foreach ( Aspose . Pdf . Text . Font font in fonts ) { Console...

    docs.aspose.com/pdf/zh/net/extract-fonts-from-pdf/
  6. ControlChar.CrLf | Aspose.Words for .NET

    Discover ControlChar CrLf, the key to efficient Text formatting. Learn how carriage return and line feed enhance paragraph breaks in Text files....documents, but commonly used in text files for paragraph breaks....where text moves to the next column. builder . Write ( "Text at...

    reference.aspose.com/words/net/aspose.words/con...
  7. Section.body property | Aspose.Words for Python

    Section.body property. Returns the [Body](../../body/) child node of the section.... Remarks Body contains main text of the section. Returns None...children. Examples Clears main text from all sections from the document...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 使用 C++ 编辑 PDF | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码以编程方式编辑 PDF 文档...textFragmentAbsorber ); // Get the extracted text fragments auto textFragmentCollecti...Update text and other properties textFragment -> set_Text ( u "UPDATED...

    products.aspose.com/pdf/zh-hans/cpp/redaction/
  9. Bookmark.name property | Aspose.Words for Node.js

    Bookmark.name property. Gets or sets the name of the bookmark....the cursor will jump to the text enclosed between the BookmarkStart...( "MyBookmark_2" ). text = `Updated text contents of ${ bookmarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Delete Watermark in Word using Python

    Follow this article to delete watermark in Word using Python. It has IDE settings, steps, and a sample code showing how to remove a watermark in Word using Python.... It discusses text and image type watermarks and...type of the loaded Word file is TEXT Call the remove() method to...

    kb.aspose.com/words/python/delete-watermark-in-...