Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 18,540 for

paragraphs

(0.26 sec)
  1. Document Builder Overview in C#|Aspose.Words fo...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using C#. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in .NET....checkboxes, ole objects, paragraphs, lists, tables, images, and...allows you to specify fonts, paragraph or section formatting, and...

    docs.aspose.com/words/net/document-builder-over...
  2. 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...
  3. How to Read DOCX File in Python

    This crisp tutorial describes how to read DOCX file in Python. To read DOCX Python environment configuration, detailed programming steps and a runnable sample Python code is available here....Execute a loop to fetch all the paragraph nodes from the loaded DOCX...node to a Paragraph Extract contents from each paragraph and convert...

    kb.aspose.com/words/python/how-to-read-docx-fil...
  4. ControlChar class | Aspose.Words for Python

    aspose.words.ControlChar class. Control characters often encountered in documents...PARAGRAPH_BREAK . CR_LF Carriage return...commonly used in text files for paragraph breaks. DEFAULT_TEXT_INPUT_CHAR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Bookmark setText breaks left indent of the book...

    Hello, using Aspose.PDF for Java 25.7 to fill a bookmark in a Word document with a specific left indent, we noticed that after bookmark.setText(), the bookmark paragraph’s left indent was lost. Here’s a code example an…...left indent of the bookmark paragraph Aspose.Words Product Family...bookmark.setText(), the bookmark paragraph’s left indent was lost. Here’s...

    forum.aspose.com/t/bookmark-settext-breaks-left...
  6. 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/
  7. HtmlSaveOptions.NavigationMapLevel | Aspose.Wor...

    Discover HtmlSaveOptions' NavigationMapLevel property, controlling heading levels in EPUB, MOBI, and AZW3 exports. Maximize your content's visibility!...of headings are populated: paragraphs of styles Heading 1 , Heading...DocumentBuilder ( doc ); // Every paragraph that we format using a "Heading"...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ReportingEngine.BuildReport | Aspose.Words for ...

    Effortlessly generate ready-to-use reports with ReportingEngine's BuildReport method, seamlessly populating templates with data from your chosen source...."" ); Shows how to remove paragraphs selectively. // Template...mark. For such tags, empty paragraphs will be removed. Document...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Format Charts in Presentations Using Python|Asp...

    Learn chart formatting in Aspose.Slides for Python via .NET and elevate your PowerPoint or OpenDocument presentation with professional, eye-catching styling.... paragraphs [ 0 ] . portions [ 0 ] chart_title...text_frame_for_overriding . paragraphs [ 0 ] . portions [ 0 ] vertical_axis_title...

    docs.aspose.com/slides/python-net/chart-formatt...
  10. Integrate Table with Data Sources PDF|Aspose.PD...

    This article shows how to integrate PDF tables. Integrate Table with Database and determine if the table will split on the current page....paragraphs.add(table)). Save PDF document...of input document page . paragraphs . add ( table ) document...

    docs.aspose.com/pdf/python-net/integrate-table/