Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 18,994 for

paragraphs

(0.31 sec)
  1. DocumentBuilder.move_to_document_end method | A...

    DocumentBuilder.move_to_document_end method. Moves the cursor to the end of the document....end_bookmark ( 'MyBookmark' ) first_paragraph_nodes = doc . first_section...first_section . body . first_paragraph . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Formatierung von Präsentationstext in .NET|Aspo...

    Formatieren und gestalten Sie Text in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für .NET. Passen Sie Schriftarten, Farben, Ausrichtung und mehr an....]; var paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...den gesamten Absatz fest. paragraph . ParagraphFormat . DefaultPortionFormat...

    docs.aspose.com/slides/de/net/text-formatting/
  3. InlineStory.ParentParagraph | Aspose.Words for ...

    Discover the InlineStory ParentParagraph property to effortlessly access the parent Paragraph of any node, enhancing your content management experience....the parent Paragraph of this node. public Paragraph ParentParagraph...last child of the node is a paragraph, // for us to be able to click...

    reference.aspose.com/words/net/aspose.words/inl...
  4. Aspose.Words Document Object Model (DOM)|Aspose...

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Java.... Every run of a text, paragraph, table, or section is a node... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/java/aspose-words-documen...
  5. NodeCollection.Item | Aspose.Words for .NET

    Access any node effortlessly with the NodeCollection Item property. Quickly retrieve nodes by index for seamless data management and enhanced performance....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...
  6. Travailler avec des styles et des thèmes|Aspose...

    Accédez et gérez les styles et les thèmes d'un document à l'aide de Python....répertorier et compter les paragraphes et les séquences de texte...formaté avec un style de paragraphe spécifique et un style de...

    docs.aspose.com/words/fr/python-net/working-wit...
  7. CompositeNode.GetChildNodes | Aspose.Words per ...

    Scopri il metodo CompositeNode GetChildNodes recupera senza sforzo una raccolta live di nodi figlio personalizzati in base al tipo specificato per prestazioni migliorate.... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/it/net/aspose.words/...
  8. Verwalten von Aufzählungs‑ und Nummerierungslis...

    Erfahren Sie, wie Sie Aufzählungs‑, Bild‑, mehrstufige und nummerierte Listen in PowerPoint‑ und OpenDocument‑Präsentationen mit Aspose.Slides für Java erstellen und formatieren.... 92 , 92 ); Paragraph paragraph1 = new Paragraph (); paragraph1...paragraph1 . setText ( "The first paragraph" ); textFrame . getParagraphs...

    docs.aspose.com/slides/de/java/manage-lists/
  9. 在 Android 上管理演示文稿中的项目符号和编号列表|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android via Java 在 PowerPoint 和 OpenDocument 演示文稿中创建和格式化项目符号、图片、多级和编号列表。... clear (); Paragraph paragraph1 = new Paragraph (); paragraph1...paragraph1 . setText ( "The first paragraph" ); textFrame . getParagraphs...

    docs.aspose.com/slides/zh/androidjava/manage-li...
  10. PowerPoint-Textabsätze in C++ verwalten|Aspose....

    Meistern Sie die Absatzformatierung mit Aspose.Slides für C++—optimieren Sie Ausrichtung, Abstand & Stil in PPT, PPTX und ODP Präsentationen in C++....IParagraph > para0 = tf -> get_Paragraphs () -> idx_get ( 0 ); SharedPtr...SharedPtr < Paragraph > para1 = MakeObject < Paragraph > (); tf...

    docs.aspose.com/slides/de/cpp/manage-paragraph/