Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 18,588 for

paragraphs

(1.11 sec)
  1. Manipulate PDF Documents in Python|Aspose.PDF f...

    Learn how to validate, structure, and modify PDF documents in Python, including TOC management and PDF/A checks.... paragraphs . add ( heading ) document...is_in_list = True page . paragraphs . add ( heading ) document...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  2. Creating a complex PDF using Aspose.PDF|Aspose....

    Aspose.PDF for Android via Java allows you to create more complex documents that contain images, text fragments, and tables in one document....text fragments (header and paragraph), and a table. To build such...alignment. Add header to the page Paragraphs . Create a TextFragment for...

    docs.aspose.com/pdf/androidjava/complex-pdf-exa...
  3. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Java library....); // Add text fragment to paragraphs collection of FloatingBox...()); // Add FloatingBox to paragraphs collection of page object...

    docs.aspose.com/pdf/java/image-stamps-in-pdf-page/
  4. HtmlSaveOptions.encoding property | Aspose.Word...

    HtmlSaveOptions.encoding property. Specifies the encoding to use when exporting to HTML, MHTML or EPUB...the document into heading paragraphs. // This is useful for readers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ListCollection.getListByListId method | Aspose....

    ListCollection.getListByListId method. Gets a list by a list identifier....apply list formatting to paragraphs just by settings the ListFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ControlChar class | Aspose.Words for Node.js

    Aspose.Words.ControlChar class. Control characters often encountered in documents...DocumentBuilder ( doc ); // Insert paragraphs with text with DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Cell.ParentRow | Aspose.Words for .NET

    Discover the Cell ParentRow property to easily access the parent row of any cell, enhancing your data management and navigation efficiency....Enabling KeepWithNext for every paragraph in the table except for the...)) foreach ( Paragraph para in cell . Paragraphs ) { Assert ....

    reference.aspose.com/words/net/aspose.words.tab...
  8. Row.isLastRow property | Aspose.Words for Node.js

    Row.isLastRow property. True if this is the last row in a table; false otherwise....Enabling KeepWithNext for every paragraph in the table except for the...for ( let para of cell . paragraphs . toArray ()) { expect (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TabStopCollection.Add | Aspose.Words for .NET

    Discover how the TabStopCollection Add method efficiently adds or updates tab stops, enhancing your document's layout and formatting....Document (); Paragraph paragraph = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Below are two ways...

    reference.aspose.com/words/net/aspose.words/tab...
  10. 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...