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

replacement

(0.13 sec)
  1. Funzionalità Utilità Microsoft Graph|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 ( "\r" , "" ) . replace ( "\n" , "" ). split...

    docs.aspose.com/email/it/java/microsoft-graph-u...
  2. Obtenir des en têtes ou des pieds de page avec ...

    Cet article explique comment récupérer programmatiquement les en têtes et pieds de page des fichiers Excel ou OpenOffice en utilisant l API JavaScript via C++.... replace ( /&/g , '&amp;' ) . replace ( /</g , '&lt;'...'&lt;' ) . replace ( />/g , '&gt;' ) . replace ( /"/g , '&quot;'...

    docs.aspose.com/cells/fr/javascript-cpp/get-hea...
  3. Archiv

    Archiv... Poté zavolejte metodu replace() . Jako argumenty bere hledaný...doc.range.replace("Aspose.Words", "Hello", aw.replacing.FindReplaceOptions(aw...

    blog.aspose.com/cs/words/python-ms-word-automat...
  4. ארכיון

    ארכיון... לאחר מכן, קרא למתודה replace(). זה לוקח את מחרוזת החיפוש...doc.range.replace("Aspose.Words", "Hello", aw.replacing.FindReplaceOptions(aw...

    blog.aspose.com/he/words/python-ms-word-automat...
  5. FindReplaceOptions.apply_font property | Aspose...

    FindReplaceOptions.apply_font property. Text formatting applied to new content....replacing class FindReplaceOptions FindReplaceOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Manage Smart Art with JavaScript via C++|Docume...

    Learn how to manage Smart Art in Aspose.Cells for JavaScript via C++....Shape with JavaScript via C++ Replace text in SmartArt with JavaScript...

    docs.aspose.com/cells/javascript-cpp/managing-s...
  7. Range.normalizeFieldTypes method | Aspose.Words...

    Range.normalizeFieldTypes method. Changes field type values [FieldChar.fieldType](../../../aspose.words.fields/fieldchar/fieldType/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in this range so that they correspond to the field types contained in the field codes....replace method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Quick Start in Python|Aspose.Words for Java

    Python: Quick Start Aspose.Words for Java....License in Python Find And Replace in Python Hello World in Python...

    docs.aspose.com/words/java/quick-start-in-python/
  9. 아카이브

    아카이브...datetime, timedelta # 교체 사전 생성 replacements = { "[[CompanyName]]": "Research...Txt): for key, value in replacements.items(): if key in txt.text:...

    blog.aspose.com/ko/diagram/find-and-replace-in-...
  10. docx转化PDF后,标题换行了 - Free Support Forum - aspose.com

    docx转换PDF后,标题行换行了,但是在word中直接导出不会出现这个情况。 new.docx (11.1 KB)...replace("\r", "").replace("\n", " "); para.getRange()...getRange().replace(para.getText(), txt); } // 更新布局后保存 doc.updatePageLayout();...

    forum.aspose.com/t/docx-pdf/325351