Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 5,482 for

replace text

(0.14 sec)
  1. Quoi de neuf|Aspose.Words pour C++

    Aspose.Words pour C++ s'agrandit et s'améliore quotidiennement. Sur cette page, vous pouvez en apprendre davantage sur les fonctionnalités énormes et les plus intéressantes du produit....2 introduit la synthèse de texte avec Anthropic AI modèles, ajoute...Génératifs 25.2 La synthèse de texte à l’aide de modèles de langage...

    docs.aspose.com/words/fr/cpp/what-s-new-in-aspo...
  2. إدارة صندوق النص|وثائق Aspose.Slides

    إنشاء صندوق نص في شرائح باور بوينت باستخدام جافا. إضافة عمود في صندوق النص أو إطار النص في شرائح باور بوينت باستخدام جافا. إضافة صندوق نص مع ارتباط تشعبي في شرائح باور بوينت باستخدام جافا....Presentation pres = new Presentation ( "text.pptx" ); try { for ( ISlide...setText ( portion . getText (). replace ( "years" , "months" )); //...

    docs.aspose.com/slides/ar/androidjava/manage-te...
  3. إدارة مربع النص|وثائق Aspose.Slides

    إنشاء مربع نص على شرائح PowerPoint باستخدام Java. إضافة عمود في مربع نص أو إطار نص في شرائح PowerPoint باستخدام Java. إضافة مربع نص به رابط في شرائح PowerPoint باستخدام Java....Presentation pres = new Presentation ( "text.pptx" ); try { for ( ISlide...setText ( portion . getText (). replace ( "years" , "months" )); //يغير...

    docs.aspose.com/slides/ar/java/manage-textbox/
  4. Administrar TextBox|Documentación de Aspose.Slides

    Crea un cuadro de Texto en diapositivas de PowerPoint utilizando Java. Agrega columna en el cuadro de Texto o marco de Texto en diapositivas de PowerPoint utilizando Java. Agrega un cuadro de Texto con un hipervínculo en diapositivas de PowerPoint utilizando Java....Presentation pres = new Presentation ( "text.pptx" ); try { for ( ISlide...setText ( portion . getText (). replace ( "years" , "months" )); //Cambia...

    docs.aspose.com/slides/es/java/manage-textbox/
  5. DocumentVisitor.VisitCellEnd | Aspose.Words لـ ...

    اكتشف طريقة DocumentVisitor VisitCellEnd، وهي أساسية لإدارة تعداد خلايا الجدول في تطبيقاتك. حسّن كفاءة البرمجة لديك اليوم!... Replace ( "\u0007" , ", " ); int rowWidth...IndentAndAppendLine ( string text ) { for ( int i = 0 ; i < mDocTraversalDepth...

    reference.aspose.com/words/ar/net/aspose.words/...
  6. Características de la utilería de Gmail|Documen...

    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....Text ; /// <summary> /// Consola...b64 = b64 . Replace ( '+' , '-' ); b64 = b64 . Replace ( '/' , '_'...

    docs.aspose.com/email/es/net/gmail-utility-feat...
  7. Duration Auto calculating issue - Free Support ...

    I am trying to add JSON data into an MPP file using the Aspose API. My data contains start date, end date, and a given duration value. However, when I insert it into the MPP file, the API automatically recalculates the d…...duration_text which should exist task.duration_text = f"{duration_days}d"...XML xml_path = output_path.replace(‘.mpp’, ‘.xml’) try : project...

    forum.aspose.com/t/duration-auto-calculating-is...
  8. 2023년의 새로운 소식|Aspose.PDF for .NET

    이 페이지는 2023년에 도입된 Aspose.PDF for .NET의 가장 인기 있는 새로운 기능을 소개합니다....find text fragments var absorber = new Aspose . Pdf . Text . TextFragmentAbsorber...Visit ( form ); // Clear the text in each fragment foreach ( var...

    docs.aspose.com/pdf/ko/net/whatsnew/2023/
  9. آرشیوها

    آرشیوها... Find and Replace Text: یک متن خاص را جستجو کرده...

    blog.aspose.com/fa/total/document-processing-in...
  10. Ganti Teks dalam PDF menggunakan C++|Aspose.PDF...

    Pelajari lebih lanjut tentang berbagai cara mengganti dan menghapus teks dari PDF. Aspose.PDF memungkinkan penggantian teks di wilayah tertentu atau dengan ekspresi reguler....using namespace Aspose :: Pdf :: Text ; void ReplaceTextOnAllPage...lainnya textFragment -> set_Text ( u "World Wide Web" ); textFragment...

    docs.aspose.com/pdf/id/cpp/replace-text-in-pdf/