Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 4,242 for

paragraph builder

(0.07 sec)
  1. StructuredDocumentTag.Multiline | Aspose.Words ...

    Discover the StructuredDocumentTag Multiline property, enabling multiple lines of text for enhanced document flexibility and user experience....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . InsertNode...structured document tag in a new paragraph. StructuredDocumentTa tagClone...

    reference.aspose.com/words/net/aspose.words.mar...
  2. DocumentBuilder.insertBreak method | Aspose.Wor...

    DocumentBuilder.insertBreak method. Inserts a break of the specified type into the document....Use this method to insert paragraph, page, column, section or...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_Appearance method. Gets/sets the appearance of a structured document tag in C++....SdtAppearance :: Tags ); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> InsertNode ( tag ); // Insert...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_Tag method. Specifies a tag associated with the current SDT node. Can not be null in C++....SdtAppearance :: Tags ); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> InsertNode ( tag ); // Insert...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Aspose::Words::Markup::StructuredDocumentTag::R...

    Aspose::Words::Markup::StructuredDocumentTag::RemoveSelfOnly method. Removes just this SDT node itself, but keeps the content of it inside the document tree in C++....SdtAppearance :: Tags ); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> InsertNode ( tag ); // Insert...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. NodeCollection.contains method | Aspose.Words f...

    NodeCollection.contains method. Determines whether a node is in the collection.... Document () builder = aw . DocumentBuilder ( doc...DocumentBuilder. builder . write ( 'Run 1. ' ) builder . write ( 'Run...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fields::FieldNumPages class | As...

    Aspose::Words::Fields::FieldNumPages class. Implements the NUMPAGES 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...
  8. Aspose::Words::Fields::FieldNumWords class | As...

    Aspose::Words::Fields::FieldNumWords class. Implements the NUMWORDS 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...
  9. ParagraphFormat.line_unit_after property | Aspo...

    ParagraphFormat.line_unit_after property. Gets or sets the amount of spacing (in gridlines) after the Paragraphs....(in gridlines) after the paragraphs. @property def line_unit_after...Examples Shows how to change paragraph spacing and indents. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Mail Merge Template in Python|Aspose.Words for ...

    Create a Mail Merge template to define fixed content in output documents, and then generate merge documents using the merge fields in Python....inset_field , and insert_paragraph methods. The following code...create_mail_merge_template () : builder = aw . DocumentBuilder () #...

    docs.aspose.com/words/python-net/mail-merge-tem...