Sort Score
Result 10 results
Languages All
Labels All
Results 5,071 - 5,080 of 18,530 for

paragraph

(0.09 sec)
  1. Kopieren von Absatz und Portion in PPTX|Aspose....

    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....def copy_paragraph ( par ): temp = slides . Paragraph () # Verwende... paraData = par . create_paragraph_format_effective () # Verwende...

    docs.aspose.com/slides/de/python-net/copying-pa...
  2. Математический текст|Документация Aspose.Slides...

    Работайте с математическим текстом в Python с помощью Aspose.Slides: создавайте и редактируйте уравнения, дроби, радикалы, индексы, форматируйте и получайте результат в виде PPT и PPTX.... math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph # Добавить простую дробь:...

    docs.aspose.com/slides/ru/python-net/examples/e...
  3. Texto Matemático|Documentación de Aspose.Slides...

    Trabaje con texto matemático en Python usando Aspose.Slides: cree y edite ecuaciones, fracciones, radicales, scripts, formato, y genere resultados para PPT y PPTX.... math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph # Añadir una fracción simple:...

    docs.aspose.com/slides/es/python-net/examples/e...
  4. Mathe-Text|Aspose.Slides für Python Dokumentation

    Arbeiten Sie mit mathematischem Text in Python unter Verwendung von Aspose.Slides: Erstellen und bearbeiten Sie Gleichungen, Brüche, Radikale, Skripte, Formatierungen und rendern Sie die Ergebnisse für PPT und PPTX.... math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph # Füge einen einfachen Bruch...

    docs.aspose.com/slides/de/python-net/examples/e...
  5. Comment supprimer un saut de page dans Word à l...

    Cet article explique comment supprimer un saut de page dans Word à l'aide de Python. Il partage des détails sur les paramètres de l'IDE, une liste de tâches et un exemple de code exécutable pour supprimer tous les sauts de page dans Word à l'aide de Python....accédez à son paragraphs Parcourez tous les paragraphes et vérifiez...sauts de page avant chaque paragraphe Définissez la propriété page_break_before...

    kb.aspose.com/fr/words/python/how-to-delete-pag...
  6. Управление маркированными и нумерованными списк...

    Узнайте, как управлять маркированными и нумерованными списками в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для Android через Java. Пошаговое руководство....первого абзаца, используя класс Paragraph . Установите тип маркера для...Создание абзаца Paragraph para = new Paragraph (); // Установка...

    docs.aspose.com/slides/ru/androidjava/manage-bu...
  7. .NET で PowerPoint のテキスト段落を管理|Aspose.Slides ドキュメント

    Aspose.Slides for .NET で段落書式設定をマスターし、C# で PPT、PPTX、ODP プレゼンテーションの配置、間隔、スタイルを最適化します。...TextFrame ; // 異なるテキスト形式で Paragraph と Portion を作成 IParagraph para0...para0 = tf . Paragraphs [ 0 ]; IPortion port01 = new Portion...

    docs.aspose.com/slides/ja/net/manage-paragraph/
  8. 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....Paragraph - T:Aspose.PSD.FileFormats...portions [ 3 ]. Text != "Second paragraph\r" ) { throw new Exception...

    docs.aspose.com/psd/ar/net/release-notes/releas...
  9. PHPでPowerPointテキストをアニメーション化|Aspose.Slides for P...

    Aspose.Slides for PHP via Java を使用して、PowerPoint および OpenDocument プレゼンテーションで動的なアニメーションテキストを作成し、分かりやすく最適化されたコード例を提供します。...animation effects to a single paragraph. This sample code shows you...animation effect to a single paragraph: $presentation = new Presentation...

    docs.aspose.com/slides/ja/php-java/animated-text/
  10. Verwalten von Hoch- und Tiefgestellt in Python|...

    Meistern Sie Hoch- und Tiefgestellt in Aspose.Slides für Python über .NET und verbessern Sie Ihre Präsentationen mit professioneller Textformatierung für maximale Wirkung.... paragraphs . clear () # Absatz für hochgestellten...erstellen. superscript_paragraph = slides . Paragraph () # Textabschnitt...

    docs.aspose.com/slides/de/python-net/superscrip...