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

paragraph

(0.18 sec)
  1. Convert PowerPoint Presentations to Video in Py...

    Learn how to convert PowerPoint and OpenDocument presentations to video using Python. Discover sample code and automation techniques to streamline your workflow....this example, we animate paragraphs on objects so that they appear..., 300 ) para1 = slides . Paragraph () para1 . portions . add...

    docs.aspose.com/slides/python-net/convert-power...
  2. BaselineAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.BaselineAlignment enum for precise font positioning. Enhance your document formatting with optimal vertical alignment options....Aligns to the baseline of the paragraph. Bottom 3 Aligns to the bottom...doc . FirstSection . Body . Paragraphs [ 0 ]. ParagraphFormat ;...

    reference.aspose.com/words/net/aspose.words/bas...
  3. DocumentBase.lists property | Aspose.Words for ...

    DocumentBase.lists property. Provides access to the list formatting used 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/nodejs-net/aspose.wo...
  4. DocumentBase.Lists | Aspose.Words for .NET

    Discover DocumentBase Lists for efficient property management. Access customizable list formatting to enhance your document's presentation and clarity....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/doc...
  5. Text Box|Aspose.Slides Documentation

    Work with text boxes in Aspose.Slides for .NET: add, format, align, wrap, autofit, and style text using C# for PPT, PPTX, and ODP presentations.... var paragraph = textBox . TextFrame . Paragraphs [ 0 ]; var...var textFormat = paragraph . ParagraphFormat . DefaultPortionFormat...

    docs.aspose.com/slides/net/examples/elements/te...
  6. Insert and Append Documents|Aspose.Words for Py...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in Python....this, create a bookmarked paragraph where you want the document...should not enclose multiple paragraphs or text that you want them...

    docs.aspose.com/words/python-net/insert-and-app...
  7. CommentRangeEnd constructor | Aspose.Words for ...

    CommentRangeEnd constructor. Initializes a new instance of this class....InsertAfter or InsertBefore on the paragraph where you want the comment...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CommentRangeStart constructor | Aspose.Words fo...

    CommentRangeStart constructor. Initializes a new instance of this class....InsertAfter or InsertBefore on the paragraph where you want the comment...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. IPortionEffectiveData Instance Variables Change...

    Hello Aspose Team! I’ve been under the assumption that when I call .getFormat().getEffective() on a Portion object, the resulting IPortionFormatEffective object was immutable and basically a ‘snapshot’ of the format sty…...the original portion or the paragraph parent for the portion, after...get_Item(2,2); // Keeping the paragraph around for triggering the...

    forum.aspose.com/t/iportioneffectivedata-instan...
  10. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....// Create text paragraph TextParagraph paragraph = new TextParagraph...Set subsequent lines indent paragraph . setSubsequentLinesIn ( 20...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/