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

paragraphs

(0.13 sec)
  1. Story.AppendParagraph | Aspose.Words for .NET

    Discover the Story AppendParagraph method, effortlessly create and append a Paragraph object with customizable text for seamless document enhancement....shortcut method that creates a Paragraph object with optional text...end of this object. public Paragraph AppendParagraph ( string text...

    reference.aspose.com/words/net/aspose.words/sto...
  2. TxtSaveOptions.saveFormat property | Aspose.Wor...

    TxtSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...txt document with a custom paragraph break. let doc = new aw ....writeln ( "Paragraph 1." ); builder . writeln ( "Paragraph 2." );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TxtSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover how the TxtSaveOptions SaveFormat property defines document saving formats, ensuring your files are always in the preferred text format....txt document with a custom paragraph break. Document doc = new...Writeln ( "Paragraph 1." ); builder . Writeln ( "Paragraph 2." );...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Different LineSpacing (12 vs 13.5 Multiple) App...

    We are programmatically replacing paragraph content inside StructuredDocumentTag (SDT) elements in a Word document. The document contains two visually identical tables. After replacing the paragraph inside the SDT and c…...programmatically replacing paragraph content inside StructuredDocumentTa...tables. After replacing the paragraph inside the SDT and copying...

    forum.aspose.com/t/different-linespacing-12-vs-...
  5. InlineStory.font property | Aspose.Words for Py...

    InlineStory.font property. Provides access to the font formatting of the anchor character of this object....last child of the node is a paragraph, # for us to be able to click...assertEqual ( aw . NodeType . PARAGRAPH , footnote . last_child ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to create and format bulleted, picture, multilevel, and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Java.... A list item is a paragraph whose bullet settings are...are controlled through its paragraph format. Use the IParagraph...

    docs.aspose.com/slides/java/manage-lists/
  7. Gérer les listes à puces et numérotées dans les...

    Apprenez à créer et mettre en forme des listes à puces, image, à plusieurs niveaux et numérotées dans les présentations PowerPoint et OpenDocument à l’aide d’Aspose.Slides pour .NET....Un élément de liste est un paragraphe dont les paramètres de puce...contrôlés via son format de paragraphe. Utilisez la propriété IParagraph...

    docs.aspose.com/slides/fr/net/manage-lists/
  8. Gestionar listas con viñetas y numeradas en pre...

    Aprenda cómo gestionar listas con viñetas y listas numeradas en presentaciones PowerPoint y OpenDocument usando Aspose.Slides para Python a través de .NET. Guía paso a paso con ejemplos de código para ayudarle a comenzar rápidamente....primer párrafo usando la clase Paragraph . Establece el tipo de viñeta...create_paragraph ( text ): paragraph = slides . Paragraph () paragraph...

    docs.aspose.com/slides/es/python-net/manage-bul...
  9. TabStopCollection.Equals | Aspose.Words för .NET

    Upptäck TabStopCollection Equals-metoden för att enkelt jämföra TabStopCollections för likhet, vilket förbättrar din kodningseffektivitet och noggrannhet....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // Varje stycke får...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. Animer le texte PowerPoint en PHP|Documentation...

    Créez du texte animé dynamique dans les présentations PowerPoint et OpenDocument à l'aide d'Aspose.Slides pour PHP via Java, avec des exemples de code faciles à suivre et optimisés....des effets d’animation aux paragraphes Nous avons ajouté la méthode...des effets d’animation à un paragraphe unique. Ce code d’exemple...

    docs.aspose.com/slides/fr/php-java/animated-text/