Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 18,331 for

paragraph

(0.1 sec)
  1. Aspose::Words::Comment::get_Done method | Aspos...

    Aspose::Words::Comment::get_Done method. Gets or sets flag indicating that the comment has been marked done in C++....SetText ( u "Add text to this paragraph." ); builder -> get_CurrentParagraph...

    reference.aspose.com/words/cpp/aspose.words/com...
  2. Right to left text - Free Support Forum - aspos...

    Hi, I have a couple of questions regarding right to left aligned text: The documentation for right to left text says "Please note that currently only normal fonts such as "Times New Roman" are supported. Specific fonts …...I’ve also found that when paragraphs are set to RightToLeft, they...text segments in the same paragraph. I have three segments- seg0...

    forum.aspose.com/t/right-to-left-text/91358
  3. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java....phrase is composed of multiple paragraphs, sections, or pages. Some...metacharacters include &p for a paragraph break, &b for a section break...

    docs.aspose.com/words/java/find-and-replace/
  4. LayoutOptions class | Aspose.Words for Node.js

    Aspose.Words.Layout.LayoutOptions class. Holds the options that allow controlling the document layout process...sets indication of whether paragraph marks are rendered. Default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...Document targetDoc) { // Copy paragraph formatting if available if...(source.getType() == StyleType.PARAGRAPH && source.getParagraphFormat()...

    forum.aspose.com/t/some-styles-were-not-copied-...
  6. DocumentBuilder.moveToSection method | Aspose.W...

    DocumentBuilder.moveToSection method. Moves the cursor to the beginning of the body in a specified section....cursor is moved to the first paragraph in the Body of the specified...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Working with Sections in Java|Aspose.Words for ...

    Understanding document section concepts and manipulation practices using Java. Insert section into a document Java. Remove section Java. Copy sections between Documents....there will be no body or paragraph that you can edit. Aspose...a body with at least one paragraph using the EnsureMinimum method...

    docs.aspose.com/words/java/working-with-sections/
  8. Working with Sections in Node.js|Aspose.Words f...

    Create and manage sections and section breaks in a document using Node.js. Insert section into a document Node.js. Remove section Node.js. Copy sections between Documents....there will be no body or paragraph that you can edit. Aspose...a body with at least one paragraph using the ensureMinimum method...

    docs.aspose.com/words/nodejs-net/working-with-s...
  9. Change Character Spacing of Excel TextBox or Sh...

    Learn how to change the character spacing of Excel textbox or shape using Aspose.Cells with C++....C++ Set Line Spacing of the Paragraph in a Shape or Textbox with...

    docs.aspose.com/cells/cpp/change-character-spac...
  10. Working with comments in docx4j and Aspose.Word...

    Work with comments within a document easily and fast instead of using docx4j.... add ( new Paragraph ( doc )); comment . getFirstParagraph...

    docs.aspose.com/words/java/working-with-comment...