Sort Score
Result 10 results
Languages All
Labels All
Results 6,691 - 6,700 of 11,965 for

replacement

(0.24 sec)
  1. Aspose.Cells 8.4.0のパブリックAPI変更|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.... Codes ; //Replace the original message with the...message." )) { code = code . Replace ( "This is test message." ...

    docs.aspose.com/cells/ja/net/public-api-changes...
  2. Aspose.Page for Python – 常见问题

    全面的常见问题解答,涵盖 Aspose.Page 纯 Python 库的安装、许可、支持的格式、转换、渲染、编辑、性能和故障排除。... 答: 使用 replace_text API: Copy 1 doc = ap....' template. eps ' ) 2 doc. replace_text ( ' {{name}} ' , ' John...

    docs.aspose.com/page/zh/python-net/faq/
  3. Arbeiten mit Projekten | Aspose.Tasks-Dokumenta...

    Erfahren Sie, wie Sie Projekte mit Aspose.Tasks for .NET erstellen, bearbeiten und speichern.... Replace (xml, "**$1Hrs$2Mins$3Secs**"...27 string duration = regex. Replace (args. InvalidValue , "PT$1H$2M$3S"...

    docs.aspose.com/tasks/de/net/creating-reading-a...
  4. Ajouter une Image au PDF en utilisant C++|Aspos...

    Cette section décrit comment ajouter une image à un fichier PDF existant en utilisant la bibliothèque C++....Utilisez la méthode surchargée Replace dans la classe XImageCollection...get_Resources () -> get_Images () -> Replace ( idx , imageStream , 80 );...

    docs.aspose.com/pdf/fr/cpp/add-image-to-existin...
  5. Manage OLE Objects in Presentations in .NET|Asp...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for .NET. Embed, update, and export OLE content seamlessly....need to replace old OLE objects with new ones or replace an unsupported...

    docs.aspose.com/slides/net/manage-ole/
  6. Remplacer le texte dans un PDF en utilisant C++...

    En savoir plus sur les différentes façons de remplacer et de supprimer du texte dans un PDF. Aspose.PDF permet de remplacer du texte dans une région particulière ou avec une expression régulière....too long or // short after replacement: //textFragmentAbsorber-...-> get_TextFragments (); // Replace each TextFragment for ( auto...

    docs.aspose.com/pdf/fr/cpp/replace-text-in-pdf/
  7. 我希望修改dwg内容后,再重新保存,但是重新保存后,新的dwg无法打开,代码如下 - Free...

    public static void main(String[] args) { // 输入 CAD 文件路径 String inputFilePath = “C:\Users\木木\Downloads\电度表 (1).dwg”; // 输出 CAD 文件路径 String outputFilePath = “C:\Users\木木\Downloads\电度表444.dwg”; try { // 加载…...replace("01-VL-110111-2K2-50", "屏住呼吸");...String newText = originalText.replace("法兰蝶阀", "屏住呼吸485"); textEntity...

    forum.aspose.com/t/dwg-dwg/303085
  8. Aspose.Page for Python – よくある質問

    Aspose.Page の pure‑Python ライブラリのインストール、ライセンス、サポートされている形式、変換、レンダリング、編集、パフォーマンス、トラブルシューティングをカバーする包括的な FAQ。... A: replace_text API を使用します。 Copy 1 doc...' template. eps ' ) 2 doc. replace_text ( ' {{name}} ' , ' John...

    docs.aspose.com/page/ja/python-net/faq/
  9. Notas de Lançamento do Aspose.PSD para .NET 20....

    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...."new_panama-papers-4-trans4_replaced.png" ; string psdOutputPath..."new_panama-papers-4-trans4_replaced.psd" ; string newContentPath...

    docs.aspose.com/psd/pt/net/aspose-psd-for-net-2...
  10. Converting to PDF raises Exception about fonts ...

    Hi. I tried to find the same error description, but can’t. I sure, that it is widespread error: we tried to convert xlsx book with font Calibri underlined to PDF in Linux-based Docker container and got error Caused by…..."); } } } In this code: Replace "path/to/your/CustomFonts"...

    forum.aspose.com/t/converting-to-pdf-raises-exc...