Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 18,354 for

paragraphs

(0.38 sec)
  1. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both Paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...template that contains both paragraphs and tables with multiple...What works: Placeholders in paragraphs and tables are correctly...

    forum.aspose.com/t/table-placeholder-replacemen...
  2. How to Extract Content Between Document Nodes|A...

    Extracting document content in different using C#....complex elements such as paragraphs, tables, images, etc. Regardless...content between: Two specific paragraphs Specific runs of text Fields...

    docs.aspose.com/words/net/how-to-extract-select...
  3. Style.ListFormat | Aspose.Words for .NET

    Discover how to customize the ListFormat property for paragraph styles, enhancing your document's organization and visual appeal....formatting properties of a paragraph style. public ListFormat ListFormat...property is only valid for paragraph styles. For other style types...

    reference.aspose.com/words/net/aspose.words/sty...
  4. DocumentBuilder.insertTableOfContents method | ...

    DocumentBuilder.insertTableOfContents method. Inserts a TOC (table of contents) field into the document....Configure the table to pick up paragraphs with headings of levels 1...table of contents by adding paragraphs with heading styles. // Each...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to find and iterate list lead in and childr...

    Hi Team, I am trying to find and iterate lists in an word documents using aspose words python library. Current approach : I have tried iterating all Paragraphs and filtering list items using is_list_item method. Furt…...have tried iterating all paragraphs and filtering list items...get_child_nodes(aw.NodeType.PARAGRAPH, True): if para.as_paragraph().is_list_item:...

    forum.aspose.com/t/how-to-find-and-iterate-list...
  6. Aspose::Words::FrameFormat::get_HeightRule meth...

    Aspose::Words::FrameFormat::get_HeightRule method. Gets the rule for determining the height of the specified frame in C++....formatting properties of paragraphs that are frames. auto doc...Document > ( get_MyDir () + u "Paragraph frame.docx" ); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/fra...
  7. Getting and Setting Page Properties using Pytho...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties....requirement, a method process_paragraphs() has been introduced in...fragments, processes the paragraphs to ensure accurate page counting...

    docs.aspose.com/pdf/python-net/get-and-set-page...
  8. ReportBuildOptions enumeration | Aspose.Words f...

    aspose.words.reporting.ReportBuildOptions enumeration. Specifies options controlling behavior of [ReportingEngine](../reportingengine/) while building a report.... REMOVE_EMPTY_PARAGRAPHS Specifies that the engine...engine should remove paragraphs becoming empty after template syntax...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.save_format property | Aspose.W...

    HtmlSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...the document into heading paragraphs. # This is useful for readers...DocumentSplitCriteri . HEADING_PARAGRAPH # Specify that we want to...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extra paragraph inserted when comparing two doc...

    When comparing two Word documents, we sometimes get an extra paragraph incorrectly added in the compared result. Please find attached two examples. Case 1 (C1) Comparing c1_doc1.docx with c1_doc2.docx C1_Compare_With_…...Extra paragraph inserted when comparing two documents Aspose...we sometimes get an extra paragraph incorrectly added in the compared...

    forum.aspose.com/t/extra-paragraph-inserted-whe...