Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 4,243 for

paragraph builder

(0.06 sec)
  1. CommentCollection class | Aspose.Words for Node.js

    Aspose.Words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes...let builder = new aw . DocumentBuilder ( doc ); builder . writeln...( "Add text to this paragraph." ); builder . currentParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CommentCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentCollection class for easy access to Comment nodes, enhancing document editing and collaboration in your projects....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...( "Add text to this paragraph." ); builder . CurrentParagraph...

    reference.aspose.com/words/net/aspose.words/com...
  3. Revision.reject method | Aspose.Words for Python

    Revision.reject method. Reject this revision.... Document () builder = aw . DocumentBuilder ( doc...does not count as a revision. builder . write ( 'This does not count...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fields::FieldPage class | Aspose...

    Aspose::Words::Fields::FieldPage class. Implements the PAGE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...get_MyDir () + u "Paragraphs.docx" ); auto builder = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Revision.date_time property | Aspose.Words for ...

    Revision.date_time property. Gets or sets the date/time of this revision.... Document () builder = aw . DocumentBuilder ( doc...does not count as a revision. builder . write ( 'This does not count...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TableContentAlignment | Aspose.Words for Java

    Allows to specify the alignment of the content of the table to be used when exporting into Markdown format in Java....DocumentBuilder builder = new DocumentBuilder(); builder.insertCell();...insertCell(); builder.getParagraphFormat().setAlignment(ParagraphAlignment...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldStart class, your key to efficiently managing Word fields in documents. Enhance your document processing today!...get; } Retrieves the parent Paragraph of this node. PreviousSibling...FieldStart can only be a child of Paragraph . A complete field in a Microsoft...

    reference.aspose.com/words/net/aspose.words.fie...
  8. LineNumberRestartMode | Aspose.Words for Java

    Determines when automatic line numbering restarts in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...line. PageSetup pageSetup = builder.getPageSetup(); pageSetup....

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldDde class | Aspose.Words for Python

    aspose.words.fields.FieldDde class. Implements the DDE field...node, returns its parent paragraph. If the field is already removed...): doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...assertTrue(group.isGroup()); builder.insertNode(group); ShapeInfoPrinter...

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