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

paragraph

(0.1 sec)
  1. FieldRef.insert_paragraph_number_in_relative_co...

    FieldRef.insert_Paragraph_number_in_relative_context property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in relative context....insert_paragraph_number_in_relative_context property FieldRef...FieldRef.insert_paragraph_number_in_relative_context property Gets or...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Make DOCX Using Python

    Make a new DOCX in Python in a few steps. Easily create DOCX using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...first_section.body.first_paragraph.append_child(firstRun) doc...

    products.aspose.com/words/python-net/make/docx/
  3. Make Markdown Using Python

    Make a new Markdown in Python in a few steps. Easily create Markdown using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...first_section.body.first_paragraph.append_child(firstRun) doc...

    products.aspose.com/words/python-net/make/md/
  4. Make PDF Using Python

    Make a new PDF in Python in a few steps. Easily create PDF using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...first_section.body.first_paragraph.append_child(firstRun) doc...

    products.aspose.com/words/python-net/make/pdf/
  5. Edit HTML in C# – Aspose.HTML for .NET

    Code to edit HTML files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an HTML document....Body; // Create a new paragraph element var p = (HTMLPara...CreateTextNode( "We add a new paragraph to an HTML document." ); //...

    products.aspose.com/html/net/editor/html/
  6. Aspose::Words::Comment class | Aspose.Words for...

    Aspose::Words::Comment class. Represents a container for text of a comment. To learn more, visit the documentation article in C++....not a paragraph, creates and appends one empty paragraph. get_Ancestor...() override Gets the first paragraph in the story. get_Font ()...

    reference.aspose.com/words/cpp/aspose.words/com...
  7. TabStopCollection.remove_by_position method | A...

    TabStopCollection.remove_by_position method. Removes a tab stop at the specified position from the collection....right tab stop in TOC related paragraphs. doc = aw . Document ( file_name...docx' ) # Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Paragraph.paragraph_break_font property | Aspos...

    Paragraph.Paragraph_break_font property. Provides access to the font formatting of the Paragraph break character....paragraph_break_font property Paragraph.paragraph_break_font...of the paragraph break character. @property def paragraph_break_font...

    reference.aspose.com/words/python-net/aspose.wo...
  9. InlineStory.Font | Aspose.Words for .NET

    Discover the InlineStory Font property for seamless font formatting of anchor characters, enhancing your design with unique typography options....last child of the node is a paragraph, // for us to be able to click...Is . EqualTo ( NodeType . Paragraph )); // Edit the appearance...

    reference.aspose.com/words/net/aspose.words/inl...
  10. Copy Bookmarked Text in PHP|Aspose.Words for Java

    Copy Bookmarked Text using PHP....be a node that can contain paragraphs (such as a Story). */ private...getParentNode (); // This is the paragraph that contains the end of the...

    docs.aspose.com/words/java/copy-bookmarked-text...