Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 12,325 for

replacement

(0.12 sec)
  1. Working with Text|Documentation

    This section explains how to insert a text shape or update shape's text with Aspose.Diagram.... VSDX ); Find and Replace the Text of a Shape The Txt...edit the shape’s text. The Replace method, exposed by the Txt...

    docs.aspose.com/diagram/net/working-with-text/
  2. Archivo

    Archivo...Dictionary<string, string> replacements = new Dictionary<string...Dictionary<string, string>(); replacements.Add("[[CompanyName]]", "Research Society...

    blog.aspose.com/es/diagram/online-visio-editor/
  3. Need help in understanding svg style class - Fr...

    Hi team, We have attached a file “icons.pptx” containing 2 icons of different colors. We have extracted the svg content for both of these files using below code snippet and attached the svg content files as “svg_conten…... If we replace the keyword “Accent2” with...“Accent4” in svg_content_1.txt and replace this new svg image on shape[0]...

    forum.aspose.com/t/need-help-in-understanding-s...
  4. FindReplaceOptions.ignore_field_codes property ...

    FindReplaceOptions.ignore_field_codes property. Gets or sets a boolean value indicating either to ignore text inside field codes... replacing . FindReplaceOptions () options...ignore_field_codes = ignore_field_codes # Replace 'T' in document ignoring text...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 演示文稿中的查找和替换|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Presentation ( FilePath + "Find and Replace.pptx" ); //Get all text boxes...Portions ) //Find text to be replaced if ( port . Text . Contains...

    docs.aspose.com/slides/zh/net/find-and-replace-...
  6. Архивы

    Архивы...используя Document->getRange()->Replace(u"sad", u"bad", System::MakeObject...замените текст doc->get_Range()->Replace(u"sad", u"bad", System::Ma...

    blog.aspose.com/ru/words/Find-and-Replace-Text-...
  7. Aspose.Cells Template and Smart Markers|Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....placeholders for report items and are replaced with the corresponding data...rendering time, data markers are replaced with the values of the dataset...

    docs.aspose.com/cells/reportingservices/aspose-...
  8. 档案

    档案... 使用 Document->getRange()->Replace(u"sad", u"bad", System::MakeObject...查找和替换文本 doc->get_Range()->Replace(u"sad", u"bad", System::Ma...

    blog.aspose.com/zh/words/Find-and-Replace-Text-...
  9. Lưu trữ

    Lưu trữ...dụng Document-> getRange() -> Replace (u “sad”, u “bad”, System ::...văn bản doc->get_Range()->Replace(u"sad", u"bad", System::Ma...

    blog.aspose.com/vi/words/Find-and-Replace-Text-...
  10. 在C++中查找和替换|Aspose.Words对于C++

    在文档中查找字符串或正则表达式模式,并使用C++将其替换为所需的文本。... 查找和替换{#ways-to-find-and-replace}的方法 Aspose.Words提供了两种应用查找和替换操作的方法,方法如下:...Words提供了两种应用查找和替换操作的方法,方法如下: Simple string replacement -要查找并用另一个替换特定字符串,您需要指定一个...

    docs.aspose.com/words/zh/cpp/find-and-replace/