Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 18,217 for

paragraph

(0.07 sec)
  1. Manage Text Boxes in Presentations Using JavaSc...

    Aspose.Slides for Node.js makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....getTextFrame (); // Creates the Paragraph object for text frame var...Creates a Portion object for paragraph var portion = para . getPortions...

    docs.aspose.com/slides/nodejs-java/manage-textbox/
  2. BuiltInDocumentProperties.linksUpToDate propert...

    BuiltInDocumentProperties.linksUpToDate property. Indicates whether hyperlinks in a document are up-to-date.... myDir + "Paragraphs.docx" ); let properties =...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldShape class | Aspose.Words for Python

    aspose.words.fields.FieldShape class. Implements the SHAPE field...node, returns its parent paragraph. If the field is already removed...BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ListLevel.StartAt | Aspose.Words for .NET

    Discover the ListLevel StartAt property to easily customize your list's starting number, enhancing organization and clarity in your documents....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/net/aspose.words.lis...
  5. Inline Class | Aspose.Words for .NET

    Discover the Aspose.Words.Inline class, designed for character formatting in inline nodes. Enhance your document's style without child nodes!...get; } Retrieves the parent Paragraph of this node. PreviousSibling...Inline can be a child of Paragraph . Examples Shows how to determine...

    reference.aspose.com/words/net/aspose.words/inl...
  6. DocumentBuilder.insertDocument method | Aspose....

    Aspose.Words.DocumentBuilder.insertDocument method... Paragraph , "MyStyle" ); myStyle . font...destination styles into direct paragraph attributes. let options =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. How to Delete Page Break in Word using Python

    This article guides on how to delete page break in Word using Python. It shares details about the IDE settings, a list of tasks, and a runnable sample code to remove all page breaks in Word using Python....access its paragraphs Iterate through all the paragraphs and check...through all the runs in each paragraph and look for the PAGE_BREAK...

    kb.aspose.com/words/python/how-to-delete-page-b...
  8. HtmlSaveOptions.navigation_map_level property |...

    HtmlSaveOptions.navigation_map_level property. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats...of headings are populated: paragraphs of styles Heading 1 , Heading...DocumentBuilder ( doc = doc ) # Every paragraph that we format using a "Heading"...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Create PDF Document|Aspose.PDF for PHP via Java

    Learn how to create PDF file in Aspose.PDF for PHP via Java....object Add TextFragment to Paragraph collection of the page Save...

    docs.aspose.com/pdf/php-java/create-document/
  10. How to Edit Word Document using Python

    This short tutorial contains information to edit word document using python. You will see how can Python modify Word document with the help of a step-by-step process and a runnable sample code....Python edit DOCX by adding a paragraph at the beginning of the loaded...per your requirement Set paragraph formatting and write the desired...

    kb.aspose.com/words/python/how-to-edit-word-doc...