Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 745 for

paragraph lines count

(0.1 sec)
  1. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...alone during replacement the line break is getting removed how...the bookmark begins with empty line can you help me out here KeerthanaRamesh214...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  2. Section | Aspose.Words for Java

    Represents a single section in a document in Java....needs to have Body with one Paragraph . Each section has its own...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/java/com.aspose.word...
  3. Different LineSpacing (12 vs 13.5 Multiple) App...

    We are programmatically replacing Paragraph content inside StructuredDocumentTag (SDT) elements in a Word document. The document contains two visually identical tables. After replacing the Paragraph inside the SDT and c…...Multiple) Applied In which extra line space come Aspose.Words Product...programmatically replacing paragraph content inside StructuredDocumentTa...

    forum.aspose.com/t/different-linespacing-12-vs-...
  4. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section in Java....append a paragraph to it. The text in that paragraph // will appear...getHeadersFooters().add(header); Paragraph para = header.appendParagraph("My...

    reference.aspose.com/words/java/com.aspose.word...
  5. Cell | Aspose.Words for Java

    Represents a table cell in Java....contain block-level nodes Paragraph and Table . A minimal valid...needs to have at least one Paragraph . Examples: Shows how to create...

    reference.aspose.com/words/java/com.aspose.word...
  6. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java....child of Paragraph . Comment can contain Paragraph and Table...up at the location of its paragraph, // outside the right-side...

    reference.aspose.com/words/java/com.aspose.word...
  7. What's new 2025|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET that have been introduced in recent releases.... Count ); Console . WriteLine ( result...UnsignedContent . XForms . Count ); Console . WriteLine ( result...

    docs.aspose.com/pdf/net/whatsnew/2025/
  8. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....HeaderFooter can contain Paragraph and Table child nodes. HeaderFooter...HeaderFooter contains at least one Paragraph , it is no longer considered...

    reference.aspose.com/words/java/com.aspose.word...
  9. MarkdownSaveOptions | Aspose.Words for Java

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....count()); Assert.assertEquals(8, filteredShapes...filter(f -> f.endsWith(".png")).count()); } /// /// Renames saved...

    reference.aspose.com/words/java/com.aspose.word...
  10. listDepth API Is Returning 0 and 1 for Bullet P...

    Hi team, we are using aspose 25.6 version while trying to access the listDepth of a bullet text Paragraph we are using: ParagraphFormat->get_Depth() where, ParagraphFormat is. retrieved as : auto ParagraphFormat = …...listDepth of a bullet text paragraph we are using: paragraphFormat->get_Depth()...: auto paragraphFormat = paragraph->get_ParagraphFormat()->GetEffective();...

    forum.aspose.com/t/listdepth-api-is-returning-0...