Sort Score
Result 10 results
Languages All
Labels All
Results 5,451 - 5,460 of 18,326 for

paragraphs

(0.25 sec)
  1. FieldBuilder.build_and_insert method | Aspose.W...

    aspose.words.fields.FieldBuilder.build_and_insert method...the end of the specified paragraph. def build_and_insert ( self...ref_node : aspose . words . Paragraph ): ... Parameter Type Description...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Insérer une Image dans une Cellule de Tableau e...

    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....un ou plusieurs paragraphes, et un paragraphe peut être une image...cellule est une collection de paragraphes. Ainsi, selon notre DOM,...

    docs.aspose.com/pdf/fr/java/insert-an-image-int...
  3. Java を使用したプレゼンテーションでのテキスト部分の管理|Aspose.Slides ドキ...

    Aspose.Slides for Java を使用して PowerPoint プレゼンテーションのテキスト部分を管理し、パフォーマンスとカスタマイズ性を向上させる方法を学びます。...getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/ja/java/portion/
  4. C++ を使用したプレゼンテーションのテキスト部分の管理|Aspose.Slides ドキュメント

    Aspose.Slides for C++ を使用して PowerPoint プレゼンテーションのテキスト部分を管理し、パフォーマンスとカスタマイズ性を向上させる方法を学びます。...const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/ja/cpp/portion/
  5. FieldListNum.ListName | Aspose.Words لـ .NET

    اكتشف خاصية FieldListNum ListName لإدارة تعريفات الترقيم المجردة بسهولة لتحسين تنظيم المستندات ووضوحها.... Writeln ( "Paragraph 1" ); Assert . AreEqual (...true ); builder . Writeln ( "Paragraph 2" ); // الحقل LISTNUM التالي...

    reference.aspose.com/words/ar/net/aspose.words....
  6. FieldListNum.HasListName | Aspose.Words لـ .NET

    اكتشف كيف تشير خاصية FieldListNum HasListName إلى ما إذا كان اسم تعريف الترقيم المجرد مدرجًا في كود الحقول لتحسين تنسيق المستندات.... Writeln ( "Paragraph 1" ); Assert . AreEqual (...true ); builder . Writeln ( "Paragraph 2" ); // الحقل LISTNUM التالي...

    reference.aspose.com/words/ar/net/aspose.words....
  7. Verwalten von Präsentations-Hyperlinks in C++|A...

    Verwalten Sie Hyperlinks in PowerPoint- und OpenDocument-Präsentationen mühelos mit Aspose.Slides für C++ – steigern Sie Interaktivität und Arbeitsabläufe in Minuten....-> get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ) -> get_Portions...() -> get_Paragraphs () -> Clear (); auto paragraph = System ::...

    docs.aspose.com/slides/de/cpp/manage-hyperlinks/
  8. Automatiser la localisation des présentations a...

    Automatisez la localisation des diapositives PowerPoint et OpenDocument en Python avec Aspose.Slides, à l'aide d'exemples de code pratiques et de conseils pour un déploiement mondial plus rapide.... paragraphs [ 0 ] . portions [ 0 ] ....langues au sein d’un même paragraphe ? Oui. language_id s’applique...

    docs.aspose.com/slides/fr/python-net/presentati...
  9. Erstellen eines Textfelds, bei dem jede Zeile e...

    Erfahre, wie man ein Textfeld mit unterschiedlicher horizontaler Ausrichtung für jede Zeile unter Verwendung von Aspose.Cells mit C++ erstellt...." ); // Access the first paragraph and set its horizontal alignment...Left ); // Access the second paragraph and set its horizontal alignment...

    docs.aspose.com/cells/de/cpp/create-textbox-in-...
  10. Aspose.PDF С++ Example|Aspose.PDF لـ C++

    تعرض هذه الصفحة كيفية استخدام البرمجة البسيطة لإنشاء مستند PDF يحتوي على النص - Hello World...."); auto paragraphs = page->get_Paragraphs(); paragraphs->Add(text);...

    docs.aspose.com/pdf/ar/cpp/hello-world-example/