Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 6,502 for

replace text

(0.13 sec)
  1. 如何以及在哪里使用 JavaScript 通过 C++ 枚举器|Documentation

    通过C++ API学习如何使用Aspose.Cells for JavaScript中的枚举器。...></ script > < script type = "text/javascript" > const { Workbook...></ script > < script type = "text/javascript" > const { Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/how-and...
  2. 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...
  3. Redact Powerpoint Presentation Online or using ...

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

    products.aspose.com/total/net/redact/powerpoint/
  4. SVG Colors in C# – SVG Fill, Stroke, Background...

    Learn how to work with SVG colors in C# – extract, Replace, convert colors, and change fill, stroke, opacity, or background....extract colors from SVG files, replace colors across an SVG file,...and <radialGradient> stops, replacing stop-color , and changing...

    docs.aspose.com/svg/net/working-with-svg-colors/
  5. Search in Documents via Java | products.aspose.com

    Search documents including PDF, Microsoft Office Excel, Word, PowerPoint and more via your Java based application....software or systems by enabling text-based document searches and...Validation Content Summarization Text Analysis Data Extraction Document...

    products.aspose.com/total/java/search/
  6. How to convert excel to word - Free Support For...

    I have a Excel sheet that has some Text and tables. I need to bring it to word document. How can I do this? Please help....a Excel sheet that has some text and tables. I need to bring...Workbook("input.xlsx"); // Replace with your input file path //...

    forum.aspose.com/t/how-to-convert-excel-to-word...
  7. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow....DownloadData ( new Uri ( "[REPLACE WITH URL]" )); } IPPImage image... SaveFormat . Pptx ); } } Replace Images in the Image Collection...

    docs.aspose.com/slides/net/image/
  8. 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...
  9. 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/
  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/