Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 12,629 for

replacement

(0.27 sec)
  1. Travailler avec du texte|Documentation

    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.... La méthode Replace, exposée par le SMS classe...Hashtable < String , String > replacements = new Hashtable < String...

    docs.aspose.com/diagram/fr/java/working-with-text/
  2. 使用文本|Documentation

    本节介绍如何使用 Aspose.Diagram 插入文本形状或更新形状的文本。... Replace 方法,由 文本 类,支持更改形状的文本。 本文中的代码示例查找并替换页面上形状的文本。...Dictionary < string , string > replacements = new Dictionary < string...

    docs.aspose.com/diagram/zh/net/working-with-text/
  3. Cerca e sostituisci dati in un intervallo con C...

    Questo articolo mostra come cercare e sostituire i dati in un intervallo in Excel usando codice C++....) break ; // Replace the cell with value replace cell . PutValue...PutValue ( u "replace" ); } while ( true ); // Save the workbook U16String...

    docs.aspose.com/cells/it/cpp/search-and-replace...
  4. Trabajar con texto|Documentation

    Esta sección explica cómo insertar una forma de texto o actualizar el texto de la forma con Aspose.Diagram....Dictionary < string , string > replacements = new Dictionary < string...string , string >(); replacements . Add ( "[[CompanyName]]" , "Research...

    docs.aspose.com/diagram/es/net/working-with-text/
  5. البحث والاستبدال في C++|Aspose.Words ل C++

    ابحث عن سلسلة أو نمط تعبير عادي في المستند واستبدله بالنص الذي تريده باستخدام C++....باستخدام ما يلي: Simple string replacement - للعثور على سلسلة معينة...بمساحة الاسم Aspose.Words.Replacing . يمكنك العمل مع العديد من...

    docs.aspose.com/words/ar/cpp/find-and-replace/
  6. Redact ODT Document Online or using Android Mob...

    Open and redact ODT document online via app for free. Android API code to search and replace ODT text with regular expression....Code listed for search and replace text in ODT file using regular...search and redact Enter the replacing text to redact with Press...

    products.aspose.com/total/android-java/redact/odt/
  7. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...) break ; // Replace the cell with value replace cell . PutValue...PutValue ( u "replace" ); } while ( true ); // Save the workbook U16String...

    docs.aspose.com/cells/zh/cpp/search-and-replace...
  8. ReplacingArgs.MatchNode | Aspose.Words لـ .NET

    اكتشف خاصية ReplacingArgs MatchNode للوصول بسهولة إلى العقدة التي تبدأ فيها مطابقتك، مما يعزز كفاءة ودقة الترميز لديك.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]"...ReplaceAction IReplacingCallback . Replacing ( ReplacingArgs args ) { Document...

    reference.aspose.com/words/ar/net/aspose.words....
  9. Insert and Append Documents in C++|Aspose.Words...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end....insert a document through a replace operation, a merge field during...a Document During Find and Replace Operation You can insert documents...

    docs.aspose.com/words/cpp/insert-and-append-doc...
  10. Localizar e substituir Em C++|Aspose.Words para...

    Encontre um padrão de string ou expressão regular em seu documento e substitua-o pelo texto desejado usando C++....seguinte: Simple string replacement - para encontrar e substituir...o namespace Aspose.Words.Replacing . Você pode trabalhar com...

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