Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 4,546 for

paragraph builder

(0.09 sec)
  1. EditorType | Aspose.Words for Java

    Specifies the set of possible aliases or editing groups which can be used as aliases to determine if the current user shall be allowed to edit a single range defined by an editable range within a document in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Hello..." + " we cannot edit this paragraph without the password."); //...

    reference.aspose.com/words/java/com.aspose.word...
  2. Row constructor | Aspose.Words for Python

    Row constructor. Initializes a new instance of the [Row](../) class....table without using a document builder. def create_nested_table ():...append_child ( aw . Paragraph ( doc )) cell . first_paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 怎么给指定标题最下面插入内容呢 - Free Support Forum - aspose.com

    怎么给指定标题最下面插入内容呢 标题下面有内容我需要插入在标题最后面...first_paragraph paragraphs = doc.get_child_nodes(aw...get_child_nodes(aw.NodeType.PARAGRAPH, True) below_text = "" for para in paragraphs:...

    forum.aspose.com/t/topic/311384
  4. Table.description property | Aspose.Words for N...

    Table.description property. Gets or sets description of this table...table without using a document builder. test ( 'CreateNestedTable'.... appendChild ( new aw . Paragraph ( doc )); cell . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PdfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Pdf](../../aspose.words/saveformat/#Pdf) format...value determining whether a paragraph graphic should be marked as...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder. builder.write("Run 1. "); builder.write("Run 2....

    reference.aspose.com/words/java/com.aspose.word...
  7. 有什么新功能|Aspose.PDF for Python via .NET

    本页介绍了Aspose.PDF for Python via .NET在最近发布版本中引入的最受欢迎的新功能。... Document () paragraph_content = "Lorem ipsum dolor...ap . text . TextFragment ( paragraph_content ) rectangle = ap ...

    docs.aspose.com/pdf/zh/python-net/whatsnew/
  8. FieldLastSavedBy Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldLastSavedBy class to enhance document management with LASTSAVEDBY field functionality. Optimize your workflow today!...node, returns its parent paragraph. If the field is already removed...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....Run can only be a child of Paragraph or inline StructuredDocumentTa...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/java/com.aspose.word...
  10. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....and can only be a child of Paragraph . Examples: Shows how print...and then add your comment. Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...