Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 7,670 for

paragraph

(0.03 sec)
  1. Aspose::Words::ControlChar::LineFeedChar field ...

    Aspose::Words::ControlChar::LineFeedChar field. Line feed character: (char)10 or "\n" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. Aspose::Words::ParagraphFormat::get_WidowContro...

    Aspose::Words::ParagraphFormat::get_WidowControl method. True if the first and last lines in the Paragraph are to remain on the same page as the rest of the Paragraph in C++....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. bool Aspose :: Words :: ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Style.font property | Aspose.Words for Python

    Style.font property. Gets the character formatting of the style.... PARAGRAPH , 'MyStyle' ) style . font...from the document to the paragraph that the document builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C#...text paragraphs, set text transparency, change paragraph font...TextFrame . Paragraphs . Clear (); Paragraph para = new Paragraph ();...

    docs.aspose.com/slides/net/text-formatting/
  5. Animated Text|Aspose.Slides for PHP Documentation

    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/php-java/animated-text/
  6. Style.font property | Aspose.Words for Node.js

    Style.font property. Gets the character formatting of the style.... Paragraph , "MyStyle" ); style . font...from the document to the paragraph that the document builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CompositeNode.PrependChild | Aspose.Words for .NET

    Discover how the CompositeNode PrependChild method enhances your data structure by efficiently adding nodes to the start of your child node list....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...
  8. FrameFormat.VerticalDistanceFromText | Aspose.W...

    Discover the FrameFormat VerticalDistanceFromText property to easily adjust the vertical spacing in points between your frame and surrounding text for enhanced layout control....formatting properties of paragraphs that are frames. Document...Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...

    reference.aspose.com/words/net/aspose.words/fra...
  9. FrameFormat.RelativeVerticalPosition | Aspose.W...

    Discover the FrameFormat RelativeVerticalPosition property to easily determine a frame's vertical alignment, enhancing your document's layout and design....formatting properties of paragraphs that are frames. Document...Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...

    reference.aspose.com/words/net/aspose.words/fra...
  10. CompositeNode.select_nodes method | Aspose.Word...

    CompositeNode.select_nodes method. Selects a list of nodes matching the XPath expression....expression will extract all paragraph nodes, # which are descendants...select_nodes ( '//Table//Paragraph' ) # Iterate through the list...

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