Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 12,661 for

replacement

(0.15 sec)
  1. 記録

    記録... Document->get_Range()->Replace(u"sad", u"bad", System::Ma...テキストを見つけて置き換えます doc->get_Range()->Replace(u"sad", u"bad", System::Ma...

    blog.aspose.com/ja/words/Find-and-Replace-Text-...
  2. البحث والاستبدال البيانات في نطاق باستخدام C++|...

    هذه المقالة تظهر كيفية البحث واستبدال البيانات في نطاق في إكسل باستخدام كود C++....) break ; // Replace the cell with value replace cell . PutValue...PutValue ( u "replace" ); } while ( true ); // Save the workbook U16String...

    docs.aspose.com/cells/ar/cpp/search-and-replace...
  3. Aspose::Words::LowCode::ReplacerContext::get_Fi...

    Aspose::Words::LowCode::ReplacerContext::get_FindReplaceOptions method. Find/replace options in C++....eplaceOptions method Find/replace options. const System :: SharedPtr...SharedPtr < Aspose :: Words :: Replacing :: FindReplaceOptions > &...

    reference.aspose.com/words/cpp/aspose.words.low...
  4. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....Word in Java How to Find and Replace Text in Word Document in C++...PDF in Java How to Find and Replace Text in Word Document using...

    kb.aspose.com/words/page/10/
  5. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow....DownloadData ( new Uri ( "[REPLACE WITH URL]" )); } IPPImage image... SaveFormat . Pptx ); } } Replace Images in the Image Collection...

    docs.aspose.com/slides/net/image/
  6. العمل مع النص|Documentation

    يوضح هذا القسم كيفية إدراج شكل نص أو تحديث نص الشكل باستخدام Aspose.Diagram....Dictionary < string , string > replacements = new Dictionary < string...string , string >(); replacements . Add ( "[[CompanyName]]" , "Research...

    docs.aspose.com/diagram/ar/net/working-with-text/
  7. 在 PST 文件中管理联系人|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.... Replace ( ":" , " " ). Replace ( "\\" , " " ). Replace ( "..."?" , " " ). Replace ( "/" , " " ); msg . Save ( $"{contactName}...

    docs.aspose.com/email/zh/net/managing-contacts-...
  8. 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/
  9. Aspose.PDF Editor|Aspose.PDF for .NET

    Aspose.PDF for .NET demonstrate HTML5 PDF Editor is an open source web-based PDF editor.... Replace Text in PDF. Inserting Images...gets loaded in the editor. Replacing Text in PDF File Using Html5...

    docs.aspose.com/pdf/net/aspose-pdf-editor/
  10. 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