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

replacement

(0.12 sec)
  1. Comment remplacer du texte partiel dans une cel...

    Apprenez à remplacer du texte partiel dans une cellule avec Aspose.Cells....y parvenir avec la méthode Replace() ou en manipulant les valeurs...A2. Utilise la méthode Cell.Replace pour remplacer une partie du...

    docs.aspose.com/cells/fr/net/how-to-replace-par...
  2. Arbeta med OLE-objekt|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 ( "testing" , "Aspose" , false.... SaveFormat . DOCX ); // replace an OLE object OLE_Shape . getForeignData...

    docs.aspose.com/diagram/sv/java/working-with-ol...
  3. Пошук і заміна тексту в Excel за допомогою Java

    Дотримуйтесь цієї статті, щоб знайти та замінити текст в Excel за допомогою Java. Вона містить усі деталі для налаштування IDE, список кроків і зразок коду для реалізації пошуку та заміни тексту в Excel за допомогою Java....для пошуку тексту та метод replace() для зміни тексту в тій самій...значення. Використовуйте метод replace() для зміни тексту та повторіть...

    kb.aspose.com/uk/cells/java/find-and-replace-te...
  4. Aspose.Slides for Python: slides.Presentation T...

    hi. import aspose.slides as slides file_path = "test37.pptx" slides.Presentation(file_path) the error message is An error occurred while creating the presentation: Proxy error(PptxReadException): Font ‘?’ cannot be …... replacing slide master to office default...embedded, consider using the replace_font method to substitute the...

    forum.aspose.com/t/aspose-slides-for-python-sli...
  5. What's new|Aspose.PDF for JavaScript via C++

    In this page introduces the most popular new features in Aspose.PDF for JavaScript that have been introduced in recent releases....1 AsposePdfReplaceText - Replace text on pages in a PDF-file...24.4 AsposePdfReplaceFont - Replace font in a PDF-file What’s new...

    docs.aspose.com/pdf/javascript-cpp/whatsnew/
  6. 아카이브

    아카이브..."Master" strToReplaceWith = "[replaced]" # loop through each slide...strToFind in port.text: # replace exisitng text with the new...

    blog.aspose.com/ko/slides/find-and-replace-text...
  7. VariableCollection.get_by_name method | Aspose....

    VariableCollection.get_by_name method. Gets or a sets a document variable by the case-insensitive name...the assignment and will be replaced by empty string. def get_by_name...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ReplacementFormat Enum | Aspose.Words لـ .NET

    اكتشف مجموعة Aspose.Words.Replacing.ReplacementFormat لخيارات تنسيق مستندات مرنة. حسّن عمليات استبدال النصوص بسهولة!...Replacing المجسم Aspose.Words ReplaceAction...

    reference.aspose.com/words/ar/net/aspose.words....
  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