Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 15,610 for

paragraph

(0.04 sec)
  1. Working with Paragraphs in C++|Aspose.Words for...

    Paragraph node manipulation practices using C++....Working with Paragraphs Contents [ Hide ] A paragraph is a set of...character – a paragraph break . In Aspose.Words, a paragraph is represented...

    docs.aspose.com/words/cpp/working-with-paragraphs/
  2. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Step-by-step guide with code examples to help you get started fast.... Remove the default paragraph in the text frame. Create...Create the first paragraph using the Paragraph class. Set the bullet...

    docs.aspose.com/slides/python-net/manage-bullet...
  3. Animated Text|Aspose.Slides for Python Document...

    Add animated text and effects to PowerPoint presentation in Python...Adding Animation Effects to Paragraphs We added the add_effect()...animation effects to a single paragraph. This sample code shows you...

    docs.aspose.com/slides/python-net/animated-text/
  4. Aspose::Words::Saving::TxtSaveOptions::get_Save...

    Aspose::Words::Saving::TxtSaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can only be Text in C++....txt document with a custom paragraph break. auto doc = MakeObject...( u "Paragraph 1." ); builder -> Writeln ( u "Paragraph 2." );...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. CompositeNode.insert_before method | Aspose.Wor...

    CompositeNode.insert_before method. Inserts the specified node immediately before the specified reference node....document, by default, has one paragraph. self . assertEqual ( 1 ,.... first_section . body . paragraphs . count ) # Composite nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Animated Text|Aspose.Slides for Node.js via .NE...

    Animated text in PowerPoint with Java...Adding Animation Effects to Paragraphs We added the addEffect()...animation effects to a single paragraph. This sample code shows you...

    docs.aspose.com/slides/nodejs-java/animated-text/
  7. DocumentBuilder.insert_paragraph method | Aspos...

    DocumentBuilder.insert_Paragraph method. Inserts a Paragraph break into the document....insert_paragraph method insert_paragraph() Inserts a paragraph...insert_paragraph ( self ): ... Remarks Current paragraph formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CompositeNode.GetChildNodes | Aspose.Words for ...

    Discover the CompositeNode GetChildNodes method—effortlessly retrieve a live collection of child nodes tailored to your specified type for enhanced performance....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/com...
  9. TabStopCollection.Add | Aspose.Words for .NET

    Discover how the TabStopCollection Add method efficiently adds or updates tab stops, enhancing your document's layout and formatting....Document (); Paragraph paragraph = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Below are two ways...

    reference.aspose.com/words/net/aspose.words/tab...
  10. CompositeNode.Count | Aspose.Words for .NET

    Discover the CompositeNode Count property, easily retrieve the number of immediate child nodes for efficient data management and streamlined processing....document, by default, has one paragraph. Assert . AreEqual ( 1 , doc...doc . FirstSection . Body . Paragraphs . Count ); // Composite nodes...

    reference.aspose.com/words/net/aspose.words/com...