Sort Score
Result 10 results
Languages All
Labels All
Results 7,671 - 7,680 of 153,381 for

text

(1.76 sec)
  1. FAQ|Aspose.PDF for Java

    Learn Frequently Asked Questions from Aspose.PDF for Java library.... How to edit the text in PDF? Aspose.PDF for Java...line indent, add text border, add underline text, apply gradient...

    docs.aspose.com/pdf/java/faq/
  2. DataMatrix Barcode Generator - Create Barcodes ...

    Develop a DataMatrix Barcode Generator in C# using Aspose.BarCode for .NET. This guide includes a code example and steps for generating DataMatrix codes....DataMatrix Barcodes with Embedded Text in C# # Follow the steps below...BarCode for .NET : Define the code text you want to encode. Initialize...

    blog.aspose.com/barcode/develop-a-datamatrix-ba...
  3. How to Add Bookmark in Word using C#

    This article explains how to add bookmark in Word using C#. It contains all the information required to set the environment, step-wise approach to write the program and a runnable code to insert a bookmark in Word using C#....adding text and bookmarks Start a bookmark and add some text after...after it Add more bookmarks and text and end the internal bookmark...

    kb.aspose.com/words/net/how-to-add-bookmark-in-...
  4. FieldAsk.prompt_text property | Aspose.Words fo...

    FieldAsk.prompt_Text property. Gets or sets the prompt Text (the title of the prompt window)....prompt_text property FieldAsk.prompt_text property Gets or sets...sets the prompt text (the title of the prompt window). @property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Insert Footnote in Word using Python

    Follow this article to insert footnote in Word using Python. It has details to set the IDE, a list of steps, and a sample code showing how to add a footnote in Word using Python....existing document or insert new text where footnote is to be added...added Set the footnote type and text and call the insert_footnote()...

    kb.aspose.com/words/python/insert-footnote-in-w...
  6. Remove Noise from Image using Java

    Follow this article to remove noise from image using Java. It has details to set the IDE, a list of steps, and a sample code for image noise reduction in Java....results Display the recognized text This step-by-step guide explains...recognition process, and display the text from the API response. Code...

    kb.aspose.com/ocr/java/remove-noise-from-image-...
  7. Master Slide|Aspose.Slides Documentation

    Explore Aspose.Slides for .NET master slide examples: create, edit, and style masters, placeholders, and themes in PPT, PPTX, and ODP with clear C# code....such as backgrounds, logos, and text formatting. Layout slides inherit...25 ); textBox . TextFrame . Text = "Company Name" ; textBox ...

    docs.aspose.com/slides/net/examples/elements/ma...
  8. Aspose::Words::Fields::FieldNextIf class | Aspo...

    Aspose::Words::Fields::FieldNextIf class. Implements the NEXTIF field. To learn more, visit the documentation article in C++....get_DisplayResult () Gets the text that represents the displayed... get_Result () Gets or sets text that is between the field separator...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. WatermarkerContext.text_watermark_options prope...

    WatermarkerConText.Text_watermark_options property. Options for the image watermark....text_watermark_options property WatermarkerContext.text_watermark_options...image watermark. @property def text_watermark_options ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  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...