Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 18,130 for

paragraph

(0.05 sec)
  1. Apply Shape Animations in Presentations on Andr...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for Android via Java. Stand out!...animation to By 1st Level Paragraphs value: // Instantiates a..."First paragraph \nSecond paragraph \n Third paragraph" ); //...

    docs.aspose.com/slides/androidjava/shape-animat...
  2. Appending Document Not Maintaining Formatting -...

    I am encountering an inconsistent formatting issue when appending Word document templates using Aspose.Words in C#. The issue has been reproduced in isolation using a minimal test case (provided below), and a sample docu…...document, iterate through the paragraphs and adjust their alignment...foreach (Paragraph paragraph in section.Body.Paragraphs) { // Adjust...

    forum.aspose.com/t/appending-document-not-maint...
  3. TxtTrailingSpacesOptions enumeration | Aspose.W...

    Aspose.Words.Loading.TxtTrailingSpacesOptions enumeration. Specifies available options for trailing spaces handling during import from [LoadFormat.Text](../../aspose.words/loadformat/#Text) file....first line indent to the paragraph to simulate the effect of...let paragraphs = doc . firstSection . body . paragraphs . toArray...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 管理表格|Aspose.Slides for Node.js via .NET 文档

    在 PowerPoint 演示文稿中使用 JavaScript 创建和管理表格... 访问该 TextFrame 的 Paragraph 。 垂直对齐文本。 保存修改后的演示文稿。 以下 JavaScript...getTextFrame (); // 创建文本框的 Paragraph 对象 var paragraph = txtFrame . getParagraphs...

    docs.aspose.com/slides/zh/nodejs-java/manage-ta...
  5. MailMergeOptions class | Aspose.Words for Python

    aspose.words.lowcode.MailMergeOptions class. Represents options for the mail merge functionality.... cleanup_paragraphs_with_punctuation_marks Gets...value indicating whether paragraphs with punctuation marks are...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Working with Comments in Python|Aspose.Words fo...

    How to add, remove, or manipulate comments in a document using Python....how to add a comment to a paragraph using the Comment class: The...how to add a comment to a paragraph using a region of text and...

    docs.aspose.com/words/python-net/working-with-c...
  7. ListCollection.add_copy method | Aspose.Words f...

    ListCollection.add_copy method. Creates a new list by copying the specified list and adding it to the collection of lists in the document....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. # Each paragraph that we add between a list's...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Lists::ListCollection::AddCopy m...

    Aspose::Words::Lists::ListCollection::AddCopy method. Creates a new list by copying the specified list and adding it to the collection of lists in the document in C++....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/cpp/aspose.words.lis...
  9. Manage Text Boxes in Presentations with Python|...

    Aspose.Slides for Python via .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....AutoShape : for paragraph in shape . text_frame . paragraphs : for portion...portion in paragraph . portions : portion . text = portion . text...

    docs.aspose.com/slides/python-net/manage-textbox/
  10. FormField class | Aspose.Words for Python

    aspose.words.fields.FormField class. Represents a single form field...and can only be a child of Paragraph . FormField is represented...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

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