Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 18,334 for

paragraph

(0.1 sec)
  1. SdtType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Markup.SdtType enum, defining structured document tag types for enhanced document management and streamlined workflows.... Inline ); Paragraph paragraph = doc . FirstSection... Body . FirstParagraph ; paragraph . AppendChild ( sdt ); //...

    reference.aspose.com/words/net/aspose.words.mar...
  2. Structured Document Tags or Content Control|Asp...

    Work with Structured Document Tags or Content Controls 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/net/structured-document-t...
  3. Node.node_type property | Aspose.Words for Python

    Node.node_type property. Gets the type of this node....section body can contain Paragraph and Table nodes. # If the...aw . Document ( MY_DIR + 'Paragraphs.docx' ) node = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Installation|Aspose.Words for Node.js via .NET

    Install Aspose.Words for Node.js using npm....DocumentBuilder ( doc ); // Write a new paragraph to the document. builder ...

    docs.aspose.com/words/nodejs-net/installation/
  5. Manage Text Boxes in Presentations in .NET|Aspo...

    Aspose.Slides for .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....TextFrame ; // Creates the Paragraph object for text frame IParagraph...IParagraph para = txtFrame . Paragraphs [ 0 ]; // Creates a Portion...

    docs.aspose.com/slides/net/manage-textbox/
  6. Untangle Row Bookmarks in Jython|Aspose.Words f...

    Untangle Row Bookmarks using Jython....to the end # of the last paragraph in the last cell of the top...

    docs.aspose.com/words/java/untangle-row-bookmar...
  7. Table.AbsoluteHorizontalDistance | Aspose.Words...

    Discover the Table AbsoluteHorizontalDistance property to easily adjust your table's horizontal position in points. Optimize layout with a default of 0!...offset in points from the paragraph's location where we inserted...

    reference.aspose.com/words/net/aspose.words.tab...
  8. TextWrapping enumeration | Aspose.Words for Python

    aspose.words.tables.TextWrapping enumeration. Specifies how text is wrapped around the table....and push it down into the paragraph below by setting the position...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LoadOptions.mswVersion property | Aspose.Words ...

    LoadOptions.mswVersion property. Allows to specify that the document loading process should match a specific MS Word version...document is missing the default paragraph formatting style. // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. NodeCollection.remove method | Aspose.Words for...

    NodeCollection.remove method. Removes the node from the collection and from the document....then appears in the parent Paragraph's RunCollection. runs = doc...first_section . body . first_paragraph . runs self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...