Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 13,203 for

replacement

(0.34 sec)
  1. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...Replace(new Regex(pattern, RegexOptions...title; } public ReplaceAction Replacing(ReplacingArgs e) { // Create...

    forum.aspose.com/t/how-to-create-a-content-cont...
  2. Show Formula Explanation for GridJs|Documentation

    This article describes how to show formula explanation for GridJs....placeholder method that should be replaced with actual logic String correctedContent...explanation // This should be replaced with the actual implementation...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  3. 既存のPDFファイルの画像をC++で置換|Aspose.PDF for C++

    このセクションでは、++ライブラリを使用して既存のPDFファイル内の画像を置換する方法について説明します。...Contents [ Hide ] ImagesコレクションのReplaceメソッドを使用すると、既存のPDFファイル内の画像を置換することができます。...get_Resources () -> get_Images () -> Replace ( 1 , System :: IO :: File...

    docs.aspose.com/pdf/ja/cpp/replace-image-in-exi...
  4. Low Code|Aspose.Words ل Java

    تبسيط مهام معالجة المستندات مثل المقارنة والتحويل والتقسيم والدمج والعثور والاستبدال وغيرها باستخدام Low Code API. Aspose.Words LowCode API مع بناء الجملة نظيفة، نتائج سريعة، والحد الأدنى من جهد الترميز....المستندات-فئة Merger Search and replace - فئة Replacer Digital signing من...

    docs.aspose.com/words/ar/java/low-code/
  5. Sắp xếp lại các tệp bản trình bày ODP bằng Pyth...

    Mã nguồn Python để tìm và thay thế văn bản trong Bản trình bày ODP.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.odp" , slides . export . SaveFormat...

    products.aspose.com/slides/vi/python-net/redact...
  6. Sắp xếp lại các tệp bản trình bày PPT bằng Pyth...

    Mã nguồn Python để tìm và thay thế văn bản trong Bản trình bày PPT.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.ppt" , slides . export . SaveFormat...

    products.aspose.com/slides/vi/python-net/redact...
  7. ค้นหาข้อความในไฟล์การนำเสนอ ODP โดยใช้ Python |...

    ซอร์สโค้ด Python เพื่อค้นหาข้อความในงานนำเสนอ ODP... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.odp" , slides . export . SaveFormat...

    products.aspose.com/slides/th/python-net/search...
  8. Получение заголовков или колонтитулов с помощью...

    Эта статья объясняет, как программно получать заголовки и колонтитулы из файлов Excel или OpenOffice с помощью API JavaScript через C++.... replace ( /&/g , '&amp;' ) . replace ( /</g , '&lt;'...'&lt;' ) . replace ( />/g , '&gt;' ) . replace ( /"/g , '&quot;'...

    docs.aspose.com/cells/ru/javascript-cpp/get-hea...
  9. آرشیوها

    آرشیوها...replace(":", " ") + ".msg"); // این...getSubject().replace(":", " ").replace("\\", " ").replace("?", " ")...

    blog.aspose.com/fa/email/read-ms-outlook-pst-fi...
  10. Reemplazar Texto en un Archivo PDF|Aspose.PDF p...

    Esta sección explica cómo reemplazar texto con Aspose.PDF Facades - un conjunto de herramientas para operaciones populares con PDF.... save ( _dataDir + "replaced_text_demo.pdf" ); } Revisa...editor . save ( _dataDir + "replaced_text_demo.pdf" ); } Para más...

    docs.aspose.com/pdf/es/java/replace-text/