Sort Score
Result 10 results
Languages All
Labels All
Results 3,431 - 3,440 of 18,953 for

paragraph

(1.23 sec)
  1. Node.NodeType | Aspose.Words for .NET

    Discover the Node NodeType property to easily identify node types in your application, enhancing your development efficiency and code clarity....= new Document ( MyDir + "Paragraphs.docx" ); // Any node that...section body can contain Paragraph and Table nodes. // If the...

    reference.aspose.com/words/net/aspose.words/nod...
  2. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C++....places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph Nested inside another StructuredDocumentTa...

    docs.aspose.com/words/cpp/structured-document-t...
  3. Issue with Odd and Even Headers/Footers Not Pre...

    I am merging two Word documents using the code below. One of the documents, section8.docx, contains different odd and even headers and footers. However, after merging, the odd and even headers and footers are not preserv…...Paragraph) { var para = new Paragraph(srcDoc); srcDoc...

    forum.aspose.com/t/issue-with-odd-and-even-head...
  4. Aspose::Words::Style::get_LinkedStyleName metho...

    Aspose::Words::Style::get_LinkedStyleName method. Gets/sets the name of the Style linked to this one. Returns empty string if no styles are linked in C++....only allowed to link the paragraph style to the character style...() -> get_Body () -> get_Paragraphs () -> idx_get ( 0 ) -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/sty...
  5. StructuredDocumentTag.contents_font property | ...

    StructuredDocumentTag.contents_font property. Font formatting that will be applied to text entered into SDT....structured document tag in a new paragraph. tag_clone = tag . clone (..._tag () builder . insert_paragraph () builder . insert_node (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HtmlSaveOptions.exportTocPageNumbers property |...

    HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB...populate the document with paragraphs formatted using a "Heading"...will display the heading paragraph on the left, // and the page...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Add Line Shapes to Presentations in C++|Aspose....

    Learn to manipulate line formatting in PowerPoint presentations with Aspose.Slides for C++. Discover properties, methods, and examples....Presentation Shapes in C++ Get Paragraph Bounds from Presentations...

    docs.aspose.com/slides/cpp/line/
  8. CommentCollection class | Aspose.Words for Python

    aspose.words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes... first_paragraph . append_child ( comment )...first_section . body . first_paragraph . runs [ 0 ] . text = 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Create File using Python | products.aspose.com

    Create text and Microsoft Word documents with out installing Microsoft Office... Add the required text, paragraph, lists and tables within the...

    products.aspose.com/total/python-net/create/
  10. Insert Bullets in Word using Java

    Follow this article to insert bullets in Word using Java. It shares the IDE settings, a list of steps for writing the application, and a sample code to add bullets in Word using Java....bulleted list in the current paragraph. If you want to create a number...

    kb.aspose.com/words/java/insert-bullets-in-word...