Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 17,590 for

paragraph

(0.23 sec)
  1. Node.toString method | Aspose.Words for Node.js

    Aspose.Words.Node.toString method...extract the list labels of all paragraphs that are list items. let...getChildNodes ( aw . NodeType . Paragraph , true ). toArray (); // Find...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the document....Shows how to create and use a paragraph style with list formatting...doc ); // Create a custom paragraph style. let style = doc . styles...

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

    Explore the DocumentBase Styles property to access a rich collection of customizable styles, enhancing your document's visual appeal and consistency....Shows how to create and use a paragraph style with list formatting...doc ); // Create a custom paragraph style. Style style = doc ...

    reference.aspose.com/words/net/aspose.words/doc...
  4. ControlChar.FieldSeparatorChar | Aspose.Words f...

    Discover how the ControlChar FieldSeparatorChar enhances data management by effectively separating field codes from values, optimizing your workflow effortlessly....new line and starts a new paragraph. Assert . That ( doc . FirstSection...GetChildNodes ( NodeType . Paragraph , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/con...
  5. ControlChar.PageBreakChar | Aspose.Words for .NET

    Discover the ControlChar PageBreakChar field for efficient document formatting. Enhance your workflow with customizable page break options!...new line and starts a new paragraph. Assert . That ( doc . FirstSection...GetChildNodes ( NodeType . Paragraph , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/con...
  6. ControlChar.LineBreakChar | Aspose.Words for .NET

    Discover the ControlChar LineBreakChar field, easily manage line breaks with char11 or v for smoother text formatting and enhanced readability....new line and starts a new paragraph. Assert . That ( doc . FirstSection...GetChildNodes ( NodeType . Paragraph , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/con...
  7. ControlChar.LineBreak | Aspose.Words for .NET

    Discover the ControlChar LineBreak field for seamless text formatting with the x000b or v character. Enhance your content's readability today!...new line and starts a new paragraph. Assert . That ( doc . FirstSection...GetChildNodes ( NodeType . Paragraph , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/con...
  8. ControlChar.SectionBreak | Aspose.Words for .NET

    Discover the ControlChar SectionBreak field, efficiently manage document sections with the x000c character, enhancing formatting and readability....new line and starts a new paragraph. Assert . That ( doc . FirstSection...GetChildNodes ( NodeType . Paragraph , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/con...
  9. Animated Text|Aspose.Slides Documentation

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

    docs.aspose.com/slides/cpp/animated-text/
  10. Aspose::Words::CompositeNode::SelectSingleNode ...

    Aspose::Words::CompositeNode::SelectSingleNode method. Selects the first Node that matches the XPath expression in C++....expression will extract all paragraph nodes, // which are descendants...SelectNodes ( u "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/cpp/aspose.words/com...