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

replacement

(0.24 sec)
  1. 既存の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...
  2. 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/
  3. 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...
  4. 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...
  5. ค้นหาข้อความในไฟล์การนำเสนอ 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...
  6. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…... Replace the problematic part with a...group issue. It’s better that replacing the group shape with an image...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  7. 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...
  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. Buscar y reemplazar en Java|Aspose.Words por Java

    Busque un patrón de cadena o expresión regular en su documento y reemplácelo con el texto que desee usando Java....siguiente: Simple string replacement - para buscar y reemplazar...Puede usar uno de los métodos Replace para buscar o reemplazar una...

    docs.aspose.com/words/es/java/find-and-replace/