Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 6,460 for

replace text

(0.06 sec)
  1. Linux Support - Free Support Forum - aspose.com

    Hi there, The website states “Linux support: Planned for November 2025”. Aspose Sales team stated that they don’t know if this has been released and sent me to this forum (honestly a bit weird, as they should be able to…...Deno Our Use Cases Find and replace text with images in DOCX documents...placeholder text (e.g., [[IMG:token123]]) and replace it with actual...

    forum.aspose.com/t/linux-support/324771
  2. Aspose word Html Conversion - Free Support Foru...

    Hi team , I am Converting a Paragraph in Aspose to Html but it’s providig me Margin top 4pt which should be zero , I am sharing the code which is used and document which i am converting. Please note that i am Convertin…...Text) End If Dim srcDoc As Aspose...visible text? Dim t As String = p.Range.Text t = t.Replace(Aspose...

    forum.aspose.com/t/aspose-word-html-conversion/...
  3. Redact POWERPOINT Presentation Online or using ...

    Open and redact POWERPOINT document online via app for free. Python API code to search and Replace POWERPOINT Text....Code listed for search and replace text in POWERPOINT file through...Type the text to search and redact Enter the replacing text to redact...

    products.aspose.com/total/python-net/redact/pow...
  4. How to enable and disable keyboard events|Docum...

    Enable or disable GridJs sheet keyboard event handling through the public enableKeyEvent method and understand the shortcut operations handled by the inspected code....formatting shortcuts, search and replace shortcuts, fill shortcuts,... Ctrl / Cmd + H Opens the replace view of the search modal when...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  5. Redact PPT Presentation Online or using Python ...

    Open and redact PPT document online via app for free. Python API code to search and Replace PPT Text....Code listed for search and replace text in PPT file through Python...Type the text to search and redact Enter the replacing text to redact...

    products.aspose.com/total/python-net/redact/ppt/
  6. Manage Hyperlinks in Worksheet|Documentation

    This article introduces how to work with hyperlinks in GridWeb.... Text hyperlinks , text hyperlinks applied to text. Image...different types of URL hyperlinks: Text hyperlinks. Image hyperlinks...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. Programming with Documents|Aspose.Words for Pyt...

    Use the Aspose using `Python.Words` Document Object Model classes to programmatically create, modify, and manage documents with python-net. Work with document properties, settings, and content, as well as with document appearance through the management of colors, shapes, fonts and other graphics....Split a Document Find and Replace Working with Styles and Themes...Markdown Features Working with Text Document LINQ Reporting Engine...

    docs.aspose.com/words/python-net/programming-wi...
  8. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Excel workbooks using Aspose.Cells for C++....by ID with Golang via C++ Replace text in a workbook using a regular...

    docs.aspose.com/cells/go-cpp/copy-and-move-work...
  9. TabStop class | Aspose.Words for Node.js

    Aspose.Words.TabStop class. Represents a single custom tab stop...Gets or sets the alignment of text at this tab stop. isClear Returns.... tabStops . at ( 0 ); // Replace the first default tab, stop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Bug for getByHeaderFooterType()? returns differ...

    Hi I am trying to select ranges for findReplace operation using below codes. HeaderFooter hf = section.getHeadersFooters().getByHeaderFooterType(HeaderFooterType.HEADER_PRIMARY); ranges.add(hf.getRange()); The file, di…...The code highlights "section" text with red in the document’s primary...(hf != null) hf.getRange().replace("section", "$0", opt); } doc...

    forum.aspose.com/t/bug-for-getbyheaderfootertyp...