Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 12,643 for

replacement

(0.13 sec)
  1. Mergefield Calculation - Free Support Forum - a...

    Scenario: We have a merge field defined as: { MERGEFIELD phone # “(000) 000’-'0000” } In the data source, the value for phone is: (734) 123-4567 Actual behavior (Aspose.Words): Aspose interprets the value as a mathem…...Replace("(", "").Replace(")", "").Replace("-", "").Replace("...Replace(" ", ""); } public void ImageFieldMerging(ImageFieldMergingArg...

    forum.aspose.com/t/mergefield-calculation/311156
  2. Convert PST to MSG via C++ application | produc...

    Sample C++ conversion code for PST document to MSG format. Use example code for batch PST to MSG conversion within any C++ Application....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/cpp/conversion/pst-to...
  3. 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...
  4. 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/
  5. Working with Text | Aspose.Note Documentation

    A guide on working with text in OneNote using C# API....cs hosted with ❤ by GitHub Replace Text in Pages of OneNote Document...supports finding and then replacing text within OneNote document...

    docs.aspose.com/note/net/working-with-text/
  6. Gestion des contacts dans les fichiers PST|Docu...

    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.... Replace ( ":" , " " ). Replace ( "\\" , " " ). Replace ( "..."?" , " " ). Replace ( "/" , " " ); msg . Save ( $"{contactName}...

    docs.aspose.com/email/fr/net/managing-contacts-...
  7. Последовательность выбора шрифтов в Aspose.Slid...

    Узнайте, как Aspose.Slides для С++ выбирает шрифты, обеспечивая чёткую и последовательную презентацию файлов PPT, PPTX и ODP — улучшите свои слайды сейчас....confirmed to be missing, they are replaced — see Замена шрифтов and Подстановка...чтобы вы могли решить, embed , replace , или добавить external sources...

    docs.aspose.com/slides/ru/cpp/font-selection-se...
  8. GridJs的语法检测与拼写校正|Documentation

    本文介绍了如何为GridJs添加语法检测与拼写校正功能。...placeholder method that should be replaced with actual logic String correctedContent...correction logic // This should be replaced with the actual implementation...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  9. C++ kullanarak Bir Aralıkta Veri Arama ve Değiş...

    Bu makale, C++ kodu kullanarak Excel de bir aralıkta veri arama ve değiştirme nasıl yapılır gösterir....) break ; // Replace the cell with value replace cell . PutValue...PutValue ( u "replace" ); } while ( true ); // Save the workbook U16String...

    docs.aspose.com/cells/tr/cpp/search-and-replace...
  10. Remove Fields C++|Aspose.Words for C++

    Learn how to remove fields in C++. Remove fields programmatically using C++ API....occur when it needs to be replaced with a different field type...document: Update Fields in C++ Replace Fields C++ Related articles...

    docs.aspose.com/words/cpp/remove-fields/