Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 6,075 for

replace text

(0.11 sec)
  1. Manage Presentation Placeholders in Java|Aspose...

    Effortlessly manage placeholders in Aspose.Slides for Java: Replace Text, customize prompts & set image transparency in PowerPoint and OpenDocument....Java Contents [ Hide ] Change Text in a Placeholder Using Aspose...allows you to make changes to the text in a placeholder. Prerequisite...

    docs.aspose.com/slides/java/manage-placeholder/
  2. Issue with Page Numbers in Generated Document U...

    Hello Team, I have uploaded a document named Base_Document. I will be feeding some live data into the model, and during generation, this real-time data will be Replaced using Aspose syntax. However, after generation, t…...this real-time data will be replaced using Aspose syntax. However...n run) { string input = run.Text; if (string.IsNullOrEmpty(input))...

    forum.aspose.com/t/issue-with-page-numbers-in-g...
  3. Aspose::Words::Drawing::WrapSide enum | Aspose....

    Aspose::Words::Drawing::WrapSide enum. Specifies what side(s) of the shape or picture the Text wraps around in C++....of the shape or picture the text wraps around. enum class WrapSide...Description Both 0 The document text wraps on both sides of the shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Java HTML API – HTML and CSS Markup Parser

    Read, write, modify, edit, parse, and convert HTML, XHTML, MHTML, SVG, MD, and EPUB file formats with the Aspose.HTML for Java library....API allows to add, delete, replace nodes, extract CSS and navigate...W3C specifications Insert, replace or delete nodes Extract CSS...

    products.aspose.com/html/java/
  5. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Step-by-step guide with code examples to help you get started fast....particular steps later in your text (such as, refer back to Step...the default paragraph in the text frame. Create the first paragraph...

    docs.aspose.com/slides/python-net/manage-bullet...
  6. Aspose.Cells for Python

    This API allows you to do all kinds of operations on Excel files in Python code including creating, editing and converting etc....Excel using Python Find and Replace Text in Excel using Python Read...

    kb.aspose.com/cells/python/
  7. PowerPoint - Populating Data Tags with Data fro...

    Hiya, I have been testing this but not sure if it is possible. I have a PowerPoint file with a chart, I right click and Edit Data and use the tag <<[test]>> and then try to populate this tag with a value and cannot get …... I have tried ‘Replacing Text’ searching for the same...value but Populating and Replacing doesn’t seem to ‘see’ these...

    forum.aspose.com/t/powerpoint-populating-data-t...
  8. New HTML Export System - Aspose.Slides.WebExten...

    Export presentations to HTML with templates, CSS and JS—no SVG. Learn single or multi-page output, resource control, and customization for PPT, PPTX and ODP....this example, we will export text from a presentation to HTML...TextFrame; < div class = "text" > @textFrame.Text </ div > } } } </ body...

    docs.aspose.com/slides/net/web-extensions/
  9. Search MSG document without opening via .NET | ...

    C# source code to search words with pattern in MSG file on .NET Framework, .NET Core, and Xamarin Platforms.... Use Replace method of message Body. Save...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...

    products.aspose.com/email/net/search/msg/
  10. How to get the gridspan of a cell in table - Fr...

    I have the table structure something like: <w:tr> <w:tc> <w:p><w:r><w:t>T3 Row3 -1</w:t></w:r></w:p> </w:tc> <w:tc> <w:tcPr> <w:gridSpan w:val=“2”/> </w:tcPr> <w:p><w:r><w:t>T3 Row3 -2</w:t></w:r></w:p> </w:tc> <w:tc> <w…...TEXT) .replace("\u0007", "") .trim();..."Row: {}, Column: {}, Span: {}, Text: [{}]", rowIndex, columnIndex...

    forum.aspose.com/t/how-to-get-the-gridspan-of-a...