Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 6,528 for

replace text

(0.23 sec)
  1. TabStop.alignment property | Aspose.Words for N...

    TabStop.alignment property. Gets or sets the alignment of Text at this tab stop....Gets or sets the alignment of text at this tab stop. get alignment.... tabStops . at ( 0 ); // Replace the first default tab, stop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Search Documents via Python | products.aspose.com

    Search documents including Microsoft Office Word, Excel, PowerPoint, PDF via your Python application. Search documents online via app.... Download Text search and indexing content...software or systems to perform text-based searches within documents...

    products.aspose.com/total/python-net/search/
  3. EQ Field Overstrike with Image Not Rendering Pr...

    Description: When processing a Word document with EQ (Equation) fields of the type {eq \o({Text},\s\do55({image}))} using Aspose.Words, any shape or image positioned below the Text is not rendered as expected during con…...(Equation) fields of the type {eq \o({text},\s\do55({image}))} using Aspose...or image positioned below the text is not rendered as expected...

    forum.aspose.com/t/eq-field-overstrike-with-ima...
  4. TabStop.alignment property | Aspose.Words for P...

    TabStop.alignment property. Gets or sets the alignment of Text at this tab stop....Gets or sets the alignment of text at this tab stop. @property...paragraph_format . tab_stops [ 0 ] # Replace the first default tab, stop...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Equation field rendering issue in DOCX to PDF/P...

    When I try to convert a DOCX containing equation fields to PDF or PNG, the equation fields are not rendered correctly. Input DOCX test.docx (15.9 KB) Aspose outputs (equation field rendering is incorrect) output.pdf …...Affects only complex‑script text shaping (Arabic, Hindi, etc...Equation rendering is unrelated to text shaping. GDI+ rendering Uses...

    forum.aspose.com/t/equation-field-rendering-iss...
  6. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to create and format bulleted, picture, multilevel, and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET....draw def create_paragraph ( text ): paragraph = slides . Paragraph...height = 100 paragraph . text = text return paragraph with slides...

    docs.aspose.com/slides/python-net/manage-lists/
  7. Redact PPT Presentation Online or using .NET | ...

    Open and redact PPT document online via app for free. .NET API C# code to search and Replace PPT Text....Code listed for search and replace text in PPT file. Download Redact...Type the text to search and redact Enter the replacing text to redact...

    products.aspose.com/total/net/redact/ppt/
  8. Redact ODP Presentation Online or using .NET | ...

    Open and redact ODP document online via app for free. .NET API C# code to search and Replace ODP Text....Code listed for search and replace text in ODP file. Download Redact...Type the text to search and redact Enter the replacing text to redact...

    products.aspose.com/total/net/redact/odp/
  9. Convert Word to Excel in Python | Convert DOCX ...

    Learn how to convert Word to Excel using Python. Develop your own DOCX (DOC) to XLSX converter application to convert Word files to XLSX. Convert Word to Excel Online....or if you have received any text data and want to convert it...can export formatted and plain text, images, tables and other Word...

    blog.aspose.com/words/convert-word-to-excel-usi...
  10. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to create and format bulleted, picture, multilevel, and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET....Paragraph CreateParagraph ( string text ) { var paragraph = new Paragraph...Height = 100 ; paragraph . Text = text ; return paragraph ; } using...

    docs.aspose.com/slides/net/manage-lists/