Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 7,670 for

paragraph

(0.03 sec)
  1. FootnoteSeparator | Aspose.Words for Java

    in Java....shortcut method that creates a Paragraph object with optional text...getFirstParagraph() Gets the first paragraph in the story. getLastChild()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Run can only be a child of Paragraph or inline StructuredDocumentTa...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ControlChar.CR_LF property | Aspose.Words for P...

    ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n...commonly used in text files for paragraph breaks. @property def CR_LF...new line and starts a new paragraph. self . assertEqual ( 1 ,...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::ControlChar::ParagraphBreakChar ...

    Aspose::Words::ControlChar::ParagraphBreakChar field. End of Paragraph character: (char)13 or "\r" in C++....ParagraphBreakChar field End of paragraph character: (char)13 or “\r”...new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Aspose::Words::DocumentBuilder::InsertDocumentI...

    Aspose::Words::DocumentBuilder::InsertDocumentInline method. Inserts a document inline at the cursor position in C++....moves the content of the paragraph of the destination document...is inserted, into the last paragraph of the inserted source document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. 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/
  7. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#....expression will extract all paragraph nodes, // which are descendants... SelectNodes ( "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/net/aspose.words/nod...
  8. Paragraph.join_runs_with_same_formatting method...

    Paragraph.join_runs_with_same_formatting method. Joins runs with the same formatting in the Paragraph....the same formatting in the paragraph. def join_runs_with_same_formatting...Examples Shows how to simplify paragraphs by merging superfluous runs...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FrameFormat.IsFrame | Aspose.Words for .NET

    Discover the FrameFormat IsFrame property. Easily determine if your Paragraph is a frame, enhancing your document's layout and design....property Returns true if the paragraph is a frame. public bool IsFrame...formatting properties of paragraphs that are frames. Document...

    reference.aspose.com/words/net/aspose.words/fra...
  10. DocumentBuilder.insertHtml method | Aspose.Word...

    Aspose.Words.DocumentBuilder.insertHtml method...align='right'>Paragraph right</p>" + "<b>Implicit paragraph left</b>"...let paragraphs = doc . firstSection . body . paragraphs ; expect...

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