Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 18,327 for

paragraph

(0.31 sec)
  1. Make DOCX Using Javascript

    Make a new DOCX in JavaScript in a few steps. Easily create DOCX using Node.js via .NET library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.nextSibling...

    products.aspose.com/words/nodejs-net/make/docx/
  2. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....FieldStart can only be a child of Paragraph . A complete field in a Microsoft...example document // contains a paragraph break inside a hyperlink,...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldShape.Text | Aspose.Words for .NET

    Manage FieldShape text easily—get or set values effortlessly for seamless data retrieval and enhanced functionality in your applications....BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...every paragraph in the document to RTL. foreach ( Paragraph para...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Formatting issue when merging two dox into one ...

    I need to merge multiple docx file into one. When I merge it there is a formatting issue in the last sentence. Please refer the attached files. merged_document.docx (21.4 KB) 2.docx (28.5 KB) 3.docx (28.3 KB) Python…...differences in styles, fonts, or paragraph settings between the documents...same styles for headings, paragraphs, and other text elements...

    forum.aspose.com/t/formatting-issue-when-mergin...
  5. DocumentBuilder.Writeln | Aspose.Words for .NET

    Enhance your documents effortlessly with DocumentBuilder's Writeln method—insert text and Paragraph breaks seamlessly for improved readability....) Inserts a string and a paragraph break into the document. public...Remarks Current font and paragraph formatting specified by the...

    reference.aspose.com/words/net/aspose.words/doc...
  6. InlineStory class | Aspose.Words for Python

    aspose.words.InlineStory class. Base class for inline-level nodes that can contain Paragraphs and tables...inline-level nodes that can contain paragraphs and tables. To learn more...container for block-level nodes Paragraph and Table . The classes that...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ParagraphFormat.tabStops property | Aspose.Word...

    ParagraphFormat.tabStops property. Gets the collection of custom tab stops defined for this object....right tab stop in TOC related paragraphs. let doc = new aw . Document...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Paragraph.NodeType | Aspose.Words for .NET

    Discover the Paragraph NodeType property that efficiently returns Paragraph data, enhancing your content structure for better performance and SEO....Hide ] Paragraph.NodeType property Returns Paragraph. public...= new Document ( MyDir + "Paragraphs.docx" ); // Any node that...

    reference.aspose.com/words/net/aspose.words/par...
  9. Aspose::Words::Tables::Cell::get_ParentRow meth...

    Aspose::Words::Tables::Cell::get_ParentRow method. Returns the parent row of the cell in C++....Enabling KeepWithNext for every paragraph in the table except for the...:: Words :: Paragraph > ( cell -> get_Paragraphs ())) { ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Story Class | Aspose.Words for .NET

    Discover the Aspose.Words.Story class, your essential tool for managing block-level elements like Paragraphs and Tables efficiently....contain block-level nodes Paragraph and Table . To learn more...FirstParagraph { get; } Gets the first paragraph in the story. HasChildNodes...

    reference.aspose.com/words/net/aspose.words/story/