Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 732 for

paragraph lines count

(0.26 sec)
  1. Range | Aspose.Words for Java

    Represents a contiguous area in a document in Java....PARAGRAPH_BREAK); // Use a document...builder.insertBreak(BreakType.PARAGRAPH_BREAK); // Use a document...

    reference.aspose.com/words/java/com.aspose.word...
  2. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....SubDocument can only be a child of Paragraph . Examples: Shows how to access...indentAndAppendLine("[Body start] Paragraphs: " + paragraphCount); mDocTraversalDepth++;...

    reference.aspose.com/words/java/com.aspose.word...
  3. Get and Set Page Properties|Aspose.PDF for .NET

    Learn how to get and set page properties for PDF documents using Aspose.PDF for .NET, allowing for customized document formatting....this takes no more than two lines of code. To get the number of...PageCollection collection’s Count property (from the Document...

    docs.aspose.com/pdf/net/get-and-set-page-proper...
  4. Clone a Document in Python|Aspose.Words for Pyt...

    Clone a document to get its identical copy using Python. When creating a copy, nodes and properties of the original document are cloned....generation, and you only need one line of code to get a copy of your...assertEqual ( clone . sections . count , 2 ) # Duplicate the last section...

    docs.aspose.com/words/python-net/clone-a-document/
  5. FootnoteSeparator | Aspose.Words for Java

    in Java....shortcut method that creates a Paragraph object with optional text...getFirstParagraph() Gets the first paragraph in the story. getLastChild()...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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-...
  7. FormField | Aspose.Words for Java

    Represents a single form field in Java....and can only be a child of Paragraph . FormField is represented...positioned as a character within a line of text. A complete form field...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.words-python如何绘制插入SmartArt图形 - Free Supp...

    如何绘制SmartArt图形,实现效果如下:...paragraphs.clear() # Add a new paragraph and a Run...text para = node.text_frame.paragraphs.add() para.append_child(aw...

    forum.aspose.com/t/aspose-words-python-smartart...
  9. Answer sheet with barcode|Documentation

    A classic answer sheet with a barcode encoding the student's name.... Paragraph Combine texts with different...formatting. Text Add one or more lines of text to the form. Source...

    docs.aspose.com/omr/net/json-markup/examples/an...
  10. 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...