Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 18,348 for

paragraphs

(0.09 sec)
  1. Manage Presentation Text in .NET|Aspose.Slides ...

    Learn to manage text in Aspose.Slides for .NET: edit placeholders, fonts, Paragraphs, bullets, and more with clear C# code examples for PPT, PPTX, and ODP....NET Manage PowerPoint Text Paragraphs in .NET Format Presentation...

    docs.aspose.com/slides/net/manage-text/
  2. BaselineAlignment enumeration | Aspose.Words fo...

    aspose.words.BaselineAlignment enumeration. Specifies fonts vertical position on a line....Aligns to the baseline of the paragraph. BOTTOM Aligns to the bottom...first_section . body . paragraphs [ 0 ] . paragraph_format if format...

    reference.aspose.com/words/python-net/aspose.wo...
  3. MailMergeCleanupOptions Enum | Aspose.Words for...

    Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your documents by controlling item removal seamlessly....RemoveEmptyParagraph 1 Specifies whether paragraphs that contained mail merge...When this option is set, paragraphs which contain region start...

    reference.aspose.com/words/net/aspose.words.mai...
  4. ParagraphFormat.mirror_indents property | Aspos...

    ParagraphFormat.mirror_indents property. Gets or sets a flag indicating whether the left and right indents are of the same width.... paragraphs [ 0 ] . paragraph_format format ....ParagraphFormat.no_space_between_paragraphs_of_same_style property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphFormat.baselineAlignment property | As...

    ParagraphFormat.baselineAlignment property. Gets or sets fonts vertical position on a line.... paragraphs . at ( 0 ). paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Manipulate PDF Document in Python via .NET|Aspo...

    This article contains information on how to validate PDF Document for PDF A Standard using Python, how to work with TOC, how to set PDF expiry date, and etc.... paragraphs . add ( heading2 ) # Save...is_in_list = True page . paragraphs . add ( heading2 ) # save...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  7. Adding Text to PDF|Aspose.PDF for Python via .NET

    This article describes various aspects of working with text in Aspose.PDF. Learn how to add text to PDF, add HTML fragments, or use custom OTF fonts....hyperlinks, and working with paragraph layouts, lists, and transparency...the page’s paragraph collection with page.paragraphs.add(text_fragment)...

    docs.aspose.com/pdf/python-net/add-text-to-pdf-...
  8. Convert PowerPoint Presentations to Video in C+...

    Learn how to convert PowerPoint presentations to video in C++. Discover sample code and automation techniques to streamline your workflow.... So we animate paragraphs on objects, which will appear...SharedPtr < Paragraph > para1 = System :: MakeObject < Paragraph > ();...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  9. FrameFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.FrameFormat class for advanced frame formatting in Paragraphs. Enhance your document design with seamless integration and flexibility....related formatting for a paragraph. public class FrameFormat...get; } Returns true if the paragraph is a frame. RelativeHorizontalPo...

    reference.aspose.com/words/net/aspose.words/fra...
  10. Extraction of comments from word file - Free Su...

    We are trying to extract comments from word document we are having around 15 comments, in the document but we see only 8 comments using the below code, can someone correct the code to view all 15 comments comment_nodes…...Paragraph) if parent_para is None: continue...checking for their parent paragraphs. Here’s an updated version...

    forum.aspose.com/t/extraction-of-comments-from-...