Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 12,634 for

replacement

(0.17 sec)
  1. PageSetup.DifferentFirstPageHeaderFooter | Aspo...

    Upptäck egenskapen PageSetup DifferentFirstPageHeaderFooter för att anpassa dokumentets första sida med unika sidhuvuden och sidfot för en professionell touch.... Replace ( new Regex ( "(header|footer)"...footer\n" , logger . Text . Replace ( "\r" , "" )); else Assert...

    reference.aspose.com/words/sv/net/aspose.words/...
  2. FindReplaceOptions.MatchCase | Aspose.Words per...

    Scopri la proprietà MatchCase in FindReplaceOptions, abilita confronti con o senza distinzione tra maiuscole e minuscole per una modifica precisa del testo. Ottimizza il tuo flusso di lavoro!... Replace ( "Ruby" , "Jade" , options...spazio dei nomi Aspose.Words.Replacing assemblea Aspose.Words FindReplaceOptions...

    reference.aspose.com/words/it/net/aspose.words....
  3. Ganti Gambar di File PDF yang Ada|Aspose.PDF fo...

    Bagian ini menjelaskan tentang mengganti gambar di file PDF yang ada menggunakan pustaka C#....pdf" )) { // Replace a particular image in the document...1 ]. Resources . Images . Replace ( 1 , imageStream ); } // Save...

    docs.aspose.com/pdf/id/net/replace-image-in-exi...
  4. A PPTX prezentációs fájlok szerkesztése a Pytho...

    Python forráskód a PPTX prezentáció szövegének megkereséséhez és cseréjéhez.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.pptx" , slides . export ....

    products.aspose.com/slides/hu/python-net/redact...
  5. Aspose.Words Features Missing in Open XML SDK|A...

    Perform some operations with documents faster and more conveniently than Open XML SDK. In addition, there are operations that are not supported by OpenXML using C#....article Find and Replace The Find and Replace article Updating...

    docs.aspose.com/words/net/missing-features-in-o...
  6. Reemplazar Imagen en Archivo PDF Existente usan...

    Esta sección describe cómo reemplazar una imagen en un archivo PDF existente usando la biblioteca ++....Contents [ Hide ] El método Replace de la colección de Imágenes...get_Resources () -> get_Images () -> Replace ( 1 , System :: IO :: File...

    docs.aspose.com/pdf/es/cpp/replace-image-in-exi...
  7. 在 Excel 中使用 C# 代码搜索和替换范围内的数据|Documentation

    本文介绍了如何使用Java代码在Excel中搜索和替换范围内的数据。...假设您想要在范围E3:H6中搜索字符串**“search”**并将其替换为**“replace”**。在下面的屏幕截图中,可以看到字符串"searc...执行代码后,输出文件的外观如下。范围内的所有"search"字符串都已被替换为"replace"。 输出文件 相关文章 查找或搜索数据 AI Document...

    docs.aspose.com/cells/zh/java/search-and-replac...
  8. Applying Subtotal and Changing Direction of Out...

    Learn how to apply a subtotal and change the direction of outline summary rows below detail by using the Aspose.Cells for Node.js via C++ API.... Replace – Indicates whether to replace the current...

    docs.aspose.com/cells/nodejs-cpp/applying-subto...
  9. .NET을 통해 MSG 문서의 텍스트 검색 및 바꾸기 | products.aspose...

    .NET 프레임워크, .NET 코어 및 Xamarin 플랫폼에서 MSG 파일의 민감한 정보를 수정하기 위한 C# 소스 코드입니다.... 메시지 본문의 Replace 메서드를 사용합니다. 메시지 저장 시스템 요구 사항...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...

    products.aspose.com/email/ko/net/redaction/msg/
  10. Dwg转dwg图纸效果和原图不一样问题 - Free Support Forum - aspo...

    1.png (5.5 KB) 2.png (6.5 KB) 图1为原始的dwg,图2为转换后的dwg 并且数字30.78和46.3原来是线条,后面变成了粗体。 下面是我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); LoadOptions loadOptions = new LoadOptions(); load…...getToleranceString(); // replacing concentricity symbol tolerance...setToleranceString(currentText.replace("{\\Fgdt;r}","\u2609")); }...

    forum.aspose.com/t/dwg-dwg/314402