Sort Score
Result 10 results
Languages All
Labels All
Results 7,511 - 7,520 of 19,008 for

paragraph

(0.36 sec)
  1. Formatação de Texto dentro de PDF usando Python...

    Esta página explica como formatar texto dentro do seu arquivo PDF. Existem adição de recuo de linha, adição de borda de texto, adição de texto sublinhado, etc.... Paragraphs . Add ( text ); text = new...TextFragment ( "Line2" ); page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/pt/python-net/text-formatti...
  2. Ermitteln von Shape-Effektiven Eigenschaften au...

    Erfahren Sie, wie Aspose.Slides für Python via .NET effektive Shape-Eigenschaften berechnet und anwendet, um eine präzise PowerPoint- und OpenDocument-Darstellung zu ermöglichen.... paragraphs [ 0 ] . portions [ 0 ] ....) print ( f "= Effective paragraph formatting for style level...

    docs.aspose.com/slides/de/python-net/shape-effe...
  3. DocumentVisitor.VisitCommentStart | Aspose.Word...

    Scopri il metodo VisitCommentStart di DocumentVisitor la chiave per gestire in modo efficiente l'enumerazione del testo dei commenti nei tuoi progetti....Nodo paragrafo: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/it/net/aspose.words/...
  4. أتمتة إنشاء PowerPoint في PHP: إنشاء عروض تقديم...

    أتمتة إنشاء الشرائح على منصات السحابة باستخدام Aspose.Slides for PHP — توليد، تعديل، وتحويل ملفات PowerPoint و OpenDocument بسرعة وموثوقية....$text ) { $paragraph = new Paragraph (); $paragraph -> getParagraphFormat...BulletType :: Symbol ); $paragraph -> getParagraphFormat () ->...

    docs.aspose.com/slides/ar/php-java/automating-p...
  5. Textfelder in Präsentationen in .NET verwalten|...

    Aspose.Slides für .NET ermöglicht das einfache Erstellen, Bearbeiten und Duplizieren von Textfeldern in PowerPoint- und OpenDocument‑Dateien und verbessert Ihre Präsentationsautomatisierung....TextFrame ; // Erstellt das Paragraph-Objekt für das TextFrame IParagraph...IParagraph para = txtFrame . Paragraphs [ 0 ]; // Erstellt ein Portion-Objekt...

    docs.aspose.com/slides/de/net/manage-textbox/
  6. Verwalten von Zeilen und Spalten in PowerPoint-...

    Verwalten Sie Tabellenzeilen und -spalten in PowerPoint und OpenDocument mit Aspose.Slides für Python über .NET und beschleunigen Sie die Bearbeitung von Präsentationen sowie Datenaktualisierungen.... paragraph_format = slides . ParagraphFormat...ParagraphFormat () paragraph_format . alignment = slides . TextAlignment...

    docs.aspose.com/slides/de/python-net/manage-row...
  7. Crea una TextBox in cui ogni riga ha un allinea...

    Impara come creare una TextBox con diversi allineamenti orizzontali per ogni riga usando Aspose.Cells con C++...." ); // Access the first paragraph and set its horizontal alignment...Left ); // Access the second paragraph and set its horizontal alignment...

    docs.aspose.com/cells/it/cpp/create-textbox-in-...
  8. Создайте TextBox, в котором каждая строка имеет...

    Узнайте, как создавать TextBox с разным горизонтальным выравниванием для каждой строки с помощью Aspose.Cells и C++...." ); // Access the first paragraph and set its horizontal alignment...Left ); // Access the second paragraph and set its horizontal alignment...

    docs.aspose.com/cells/ru/cpp/create-textbox-in-...
  9. إنشاء مربع نص يملك كل سطر محاذاة أفقية مختلفة ب...

    تعلم كيفية إنشاء مربع نص بمحاذاة أفقية مختلفة لكل سطر باستخدام Aspose.Cells مع C++...." ); // Access the first paragraph and set its horizontal alignment...Left ); // Access the second paragraph and set its horizontal alignment...

    docs.aspose.com/cells/ar/cpp/create-textbox-in-...
  10. Tambahkan Bentuk Kurva ke PDF dengan Python|Asp...

    Pelajari cara menggambar dan mengisi bentuk kurva dalam file PDF menggunakan Python....Tambah Graph objek ke koleksi paragraphs halaman. Simpan file PDF...shapes . add ( curve1 ) page . paragraphs . add ( graph ) document...

    docs.aspose.com/pdf/id/python-net/add-curve/