Sort Score
Result 10 results
Languages All
Labels All
Results 5,551 - 5,560 of 18,545 for

paragraph

(0.37 sec)
  1. Formatear texto de PowerPoint en Python|Documen...

    Aprenda a formatear y dar estilo al texto en presentaciones de PowerPoint y OpenDocument usando Aspose.Slides para Python vía .NET. Personalice fuentes, colores, alineación y más con potentes ejemplos de código Python.... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/es/python-net/text-forma...
  2. Android でのプレゼンテーションにおける箇条書きと番号リストの管理|Aspose.Sli...

    Aspose.Slides for Android via Java を使用して、PowerPoint および OpenDocument プレゼンテーションの箇条書きと番号リストを管理する方法を学びます。ステップバイステップのガイド。... Paragraph クラスを使用して最初の段落インスタンスを作成します。...0 ); // 段落を作成する Paragraph para = new Paragraph (); // 段落の箇条書きスタイルとシンボルを設定する...

    docs.aspose.com/slides/ja/androidjava/manage-bu...
  3. CompositeNode.GetChild | Aspose.Words لـ .NET

    اكتشف طريقة CompositeNode GetChild لاسترداد عقدة الطفل Nth من نوع معين بسهولة، مما يعزز كفاءة إدارة البيانات لديك.... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. Arşiv

    Arşiv... public static List<Paragraph> ParagraphsByStyleNam(Document...List<Paragraph> paragraphsWithStyle = new List<Paragraph>(); NodeCollection...

    blog.aspose.com/tr/words/extract-text-from-word...
  5. Automatisierung der PowerPoint-Generierung in P...

    Automatisieren Sie die Folienerstellung auf Cloud-Plattformen mit Aspose.Slides für Python—generieren, bearbeiten und konvertieren Sie PowerPoint- und OpenDocument-Dateien schnell und zuverlässig....create_bullet_paragraph ( text ): paragraph = slides . Paragraph () paragraph...paragraph . paragraph_format . bullet . type = slides . BulletType...

    docs.aspose.com/slides/de/python-net/automating...
  6. FloatingBoxを使用したテキスト生成|Aspose.PDF for .NET

    このページでは、フローティングボックス内のテキストのフォーマット方法について説明します。... Paragraphs . Add ( new Aspose . Pdf...example" )); // Add box page . Paragraphs . Add ( box ); } } 上記の例で...

    docs.aspose.com/pdf/ja/net/floating-box/
  7. Aspose.Words Document Object Model (DOM) in C++...

    Document Object Model (DOM) is een in-memory weergave van een Word document. Lees, manipuleer en wijzig de inhoud en opmaak van een Word document met behulp van C++.... bijvoorbeeld Section of Paragraph , zijn afgeleid van de CompositeNode...hieronder. Document , Section , Paragraph , Table , Shape , Run , en...

    docs.aspose.com/words/nl/cpp/aspose-words-docum...
  8. Aspose.Words model obiect Document (DOM) în C++...

    Document Object Model (DOM) este o reprezentare în memorie a unui document Word. Citiți, manipulați și modificați conținutul și formatarea unui document Word folosind C++.... de exemplu, Section sau Paragraph , derivă din clasa CompositeNode...jos. Document , Section , Paragraph , Table , Shape , Run , și...

    docs.aspose.com/words/ro/cpp/aspose-words-docum...
  9. Aspose.Words Model Obiect Document (DOM)|Aspose...

    Document Object Model (DOM) este o reprezentare în memorie a unui document Word. Citiți, manipulați și modificați conținutul și formatarea unui document Word folosind Java.... de exemplu, Section sau Paragraph , derivă din clasa CompositeNode...jos. Document , Section , Paragraph , Table , Shape , Run , și...

    docs.aspose.com/words/ro/java/aspose-words-docu...
  10. Document.update_fields method | Aspose.Words fo...

    Document.update_fields method. Updates the values of fields in the whole document....Configure the table to pick up paragraphs with headings of levels 1...table of contents by adding paragraphs with heading styles. # Each...

    reference.aspose.com/words/python-net/aspose.wo...