Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 15,552 for

paragraph

(0.05 sec)
  1. CompositeNode.SelectNodes | Aspose.Words for .NET

    Effortlessly retrieve nodes with the CompositeNode SelectNodes method using XPath expressions for enhanced data manipulation and streamlined coding....FieldResult spans across multiple paragraphs. NodeList resultList = doc...expression will extract all paragraph nodes, // which are descendants...

    reference.aspose.com/words/net/aspose.words/com...
  2. Body class | Aspose.Words for Python

    aspose.words.Body class. Represents a container for the main text of a section...Remarks Body can contain Paragraph and Table child nodes. Body...needs to contain at least one Paragraph . Inheritance: Body → Story...

    reference.aspose.com/words/python-net/aspose.wo...
  3. InlineStory.Tables | Aspose.Words for .NET

    Discover InlineStory Tables. Access a collection of story tables that enhance your data organization and storytelling capabilities. Explore now!...last child of the node is a paragraph, // for us to be able to click...Assert . AreEqual ( NodeType . Paragraph , footnote . LastChild . NodeType...

    reference.aspose.com/words/net/aspose.words/inl...
  4. CompositeNode.GetText | Aspose.Words for .NET

    Discover the CompositeNode GetText method to efficiently retrieve text from nodes and their children, enhancing your data processing capabilities....()); Shows how to output all paragraphs in a document that are list...NodeType . Paragraph , true ); foreach ( Paragraph para in paras...

    reference.aspose.com/words/net/aspose.words/com...
  5. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_MatchNode method. Gets the node that contains the beginning of the match in C++....Insert a document after the paragraph containing the matched text...System :: ExplicitCast < Paragraph > ( args -> get_MatchNode...

    reference.aspose.com/words/cpp/aspose.words.rep...
  6. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for Node.js via C++....horizontal alignment of your paragraph text using the TextParagraph..." ); // Access the first paragraph and set its horizontal alignment...

    docs.aspose.com/cells/nodejs-cpp/create-textbox...
  7. Paragraph.joinRunsWithSameFormatting method | A...

    Paragraph.joinRunsWithSameFormatting method. Joins runs with the same formatting in the Paragraph....the same formatting in the paragraph. joinRunsWithSameForm () Returns...Examples Shows how to simplify paragraphs by merging superfluous runs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Font.SmallCaps | Aspose.Words for .NET

    Discover the Font SmallCaps property. Easily format text in small capital letters for enhanced readability and a stylish look in your designs....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // There are two ways...

    reference.aspose.com/words/net/aspose.words/fon...
  9. Font.Hidden | Aspose.Words for .NET

    Discover the Font Hidden property. Easily identify if your text is formatted as hidden. Enhance your document's clarity and presentation today!... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Using DocumentBuilder to Modify a Document Easi...

    Use the document builder to modify a document easily in C++.... Paragraph Formatting Current paragraph formatting...object encapsulates various paragraph formatting properties available...

    docs.aspose.com/words/cpp/using-documentbuilder...