Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 12,131 for

replacement

(0.14 sec)
  1. Key Features of Aspose.PDF for Python|Aspose.PD...

    Aspose.PDF for Python via .NET highlights its main features, including supported PDF versions and available PDF manipulation options.... Replace text. Add text in PDF file...in PDF file. Delete images. Replace images. Extract images. PDF...

    docs.aspose.com/pdf/python-net/key-features/
  2. How to convert conditionally formatted tables f...

    Hi Community, I am currently working on the XLS2DOC converter example and I am wondering how to convert conditionally formatted cells from Excel to Word. Can you please provide a simple example how to get the Word cells…...xlsx"); // Replace with your input file path //...Workbook("input.xlsx"); // Replace with your input file path //...

    forum.aspose.com/t/how-to-convert-conditionally...
  3. 如何替换单元格中的部分文本|Documentation

    学习如何使用Aspose.Cells替换单元格中的部分文本。...可以使用 Replace() 方法或编程操作单元格值实现。 加载一个Excel工作簿。...在单元格A1和A2中插入字符串(“欢迎使用Aspose.Cells!”)。 使用Cell.Replace方法替换文本的一部分。 更新A1和A2单元格中的文本。...

    docs.aspose.com/cells/zh/net/how-to-replace-par...
  4. Szerkessze vissza a ODT dokumentumot online vag...

    Nyissa meg és szerkesztheti a ODT dokumentumot online az alkalmazáson keresztül ingyenesen.Python API kód a ODT szöveg kereséséhez és reguláris kifejezéssel való helyettesítéséhez....használatával Használja a replaceing.FindReplaceOptions() metódust...metódust Használja a range.replace_regex reguláris kifejezést a...

    products.aspose.com/total/hu/python-net/redact/...
  5. Szerkessze vissza a WORD dokumentumot online va...

    Nyissa meg és szerkesztheti a WORD dokumentumot online az alkalmazáson keresztül ingyenesen.Python API kód a WORD szöveg kereséséhez és reguláris kifejezéssel való helyettesítéséhez....használatával Használja a replaceing.FindReplaceOptions() metódust...metódust Használja a range.replace_regex reguláris kifejezést a...

    products.aspose.com/total/hu/python-net/redact/...
  6. TabStopCollection class | Aspose.Words for Node.js

    Aspose.Words.TabStopCollection class. A collection of [TabStop](../tabstop/) objects that represent custom tabs for a paragraph or a style...Description add(tabStop) Adds or replaces a tab stop in the collection...alignment, leader) Adds or replaces a tab stop in the collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. .NET के माध्यम से MSG दस्तावेज़ में टेक्स्ट खोज...

    .NET Framework, .NET Core और Xamarin प्लेटफ़ॉर्म पर MSG फ़ाइल में संवेदनशील जानकारी को संपादित करने के लिए C # स्रोत कोड।...Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...message is HTML. //Then replacement would be in HtmlBody rather...

    products.aspose.com/email/hi/net/redaction/msg/
  8. Bul ve Değiştir Java|Aspose.Words için Java

    Bir belge içinde bir dizge veya normal ifade deseni bulun ve bunu istediğiniz metinle Java'i kullanarak değiştirin....bulmak veya değiştirmek için Replace yönteminden birini kullanabilirsiniz...kombinasyonlarını değiştirme için diğer Replace yöntemini kullanın ve eşleşmeleri...

    docs.aspose.com/words/tr/java/find-and-replace/
  9. 온라인 DOCX 텍스트 검색 또는 Python을 통한 DOCX 검색 소프트웨어 구축 ...

    DOCX 파일의 콘텐츠 검색을 위한 무료 온라인 앱입니다. 모든 DOCX 파일 텍스트 검색 애플리케이션을 위한 Python API 코드입니다....replace 함수를 사용하십시오. 또는 replacement.FindReplaceOptions와...FindReplaceOptions와 함께 정규 표현식에 range.replace_regex를 사용하세요. 문서를 저장하려면 ‘save’...

    products.aspose.com/total/ko/python-net/search/...
  10. 关于CAD转PDF一个错位问题 - Free Support Forum - aspose.com

    1.png (3.0 KB) 1.png (3.0 KB) 图1为原始cad图纸,图2为转换pdf的效果:不知道为什么有两个标记错位了,但是也存在正确位置的标记,不知道问题出在哪里。下面zip为原始图纸 special.zip (188.4 KB) 我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); // 加载CAD…...getToleranceString(); // replacing concentricity symbol tolerance...setToleranceString(currentText.replace("{\\Fgdt;r}","\u2609")); }...

    forum.aspose.com/t/cad-pdf/314511