Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 19,019 for

paragraphs

(0.05 sec)
  1. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... first_paragraph ) builder . paragraph_format . style...= 'Courier New' builder . paragraph_format . style . font . size...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Support for DICOM Images|Aspose.PDF for .NET

    This section describes how to support DICOM images in PDF files using the C# library.... Paragraphs . Add ( image ); // Save...

    docs.aspose.com/pdf/net/support-for-dicom-images/
  3. Fill.Color | Aspose.Words for .NET

    Discover the Fill Color property to easily customize your design's foreground color with a Color object, enhancing your project's visual appeal.... Paragraphs [ 0 ]. Runs [ 0 ]. Font ...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... paragraphs . add ( table ) document...

    products.aspose.com/pdf/python-net/table/
  5. NodeList.ToArray | Aspose.Words for .NET

    Effortlessly convert NodeList to an array with the ToArray method, simplifying node manipulation and enhancing your web development workflow....expression will extract all paragraph nodes, // which are descendants... SelectNodes ( "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/net/aspose.words/nod...
  6. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreDeleted method. Gets or sets a boolean value indicating either to ignore text inside delete revisions. The default value is false in C++....revisions and remove the second paragraph, which will create a delete...delete revision. // That paragraph will persist in the document until...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. Document.join_runs_with_same_formatting method ...

    Document.join_runs_with_same_formatting method. Joins runs with same formatting in all Paragraphs of the document....with same formatting in all paragraphs of the document. def joi...The operation checks every Paragraph node in the document for adjacent...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BorderCollection class | Aspose.Words for Python

    aspose.words.BorderCollection class. A collection of [Border](../border/) objects...between cells or conforming paragraphs. left Gets the left border...Examples Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Insert and Append Documents in C#|Aspose.Words ...

    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 C#....example, a document can contain paragraphs with the text [INTRODUCTION]...you need to replace those paragraphs with the content obtained...

    docs.aspose.com/words/net/insert-and-append-doc...
  10. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc.... Paragraphs . Add ( heading ); } // Save...IsInList = true ; page . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/net/manipulate-pdf-document/