Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 13,205 for

replacement

(0.14 sec)
  1. 正規表現を使用してワークブック内のテキストを置換するC++コード|Documentation

    Aspose.Cellsを使用してC++で正規表現を使ったテキストの置換を行います。...Create replace options ReplaceOptions replace ; replace . SetCaseSensitive...SetCaseSensitive ( false ); replace . SetMatchEntireCellCo ( false...

    docs.aspose.com/cells/ja/cpp/replace-text-in-a-...
  2. Remplacer du texte dans un classeur en utilisan...

    Remplacer du texte dans un classeur en utilisant Expression Régulière avec Aspose.Cells en C++....Create replace options ReplaceOptions replace ; replace . SetCaseSensitive...SetCaseSensitive ( false ); replace . SetMatchEntireCellCo ( false...

    docs.aspose.com/cells/fr/cpp/replace-text-in-a-...
  3. Search Text in PPTX Presentation Files using C+...

    C++ source code to search text in PPTX Presentation....own C++ apps to search and replace text in presentation files...expression matching. Search and Replace Text PPTX Presentation via...

    products.aspose.com/slides/cpp/search/pptx/
  4. Archivio

    Archivio...Replace(String, String, ReplaceOptions)...Workbook("Excel.xlsx"); ReplaceOptions replace = new ReplaceOptions(); //...

    blog.aspose.com/it/cells/find-and-replace-text-...
  5. arkiv

    arkiv...Replace(String, String, ReplaceOptions)...Workbook("Excel.xlsx"); ReplaceOptions replace = new ReplaceOptions(); //...

    blog.aspose.com/sv/cells/find-and-replace-text-...
  6. ReplacerContext Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words LowCode ReplacerContext per operazioni di ricerca e sostituzione fluide, migliorando l'automazione e l'efficienza dei tuoi documenti....Regex ( "gr(a|e)y" ); string replacement = "lavender" ; ReplacerContext...SetReplacement ( pattern , replacement ); replacerContext . FindReplaceOptions...

    reference.aspose.com/words/it/net/aspose.words....
  7. Arsip

    Arsip...Replace(string, string, FindReplaceOptions)...dokumen doc.Range.Replace("sad", "[replaced]", new FindReplac...

    blog.aspose.com/id/words/find-and-replace-text-...
  8. استبدال النص البسيط|Aspose.PDF for Python via .NET

    في هذا المثال، يتم استبدال جميع تكرارات «33" بـ «XXXIII» في المستند بأكمله. يوضح هذا الاستبدال المباشر للسلسلة بدون تنسيق مخصص أو تعبير عادي...., initialize_data_dir def replace_text_simple ( infile , outfile...content_editor . bind_pdf ( infile ) # Replace text in the whole document...

    docs.aspose.com/pdf/ar/python-net/replace-text-...
  9. Reemplazar etiqueta con texto en un cuadro de t...

    Aprende cómo reemplazar etiquetas con texto en un cuadro de texto dentro de una hoja de cálculo usando Aspose.Cells for Node.js via C++....can have tags which can be replaced with some text at runtime...tag = "TAG_2$TAG_1" ; const replace = "1$ys" ; const workbook =...

    docs.aspose.com/cells/es/nodejs-cpp/replace-tag...
  10. Заменить текст в рабочей книге с использованием...

    Заменить текст в рабочей книге с использованием регулярных выражений и Aspose.Cells в C++....Create replace options ReplaceOptions replace ; replace . SetCaseSensitive...SetCaseSensitive ( false ); replace . SetMatchEntireCellCo ( false...

    docs.aspose.com/cells/ru/cpp/replace-text-in-a-...