Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 4,590 for

paragraph builder

(0.11 sec)
  1. 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...
  2. 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...
  3. 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...
  4. FieldBuilder | Aspose.Words for Java

    Builds a field from field code tokens arguments and switches in Java....construct fields using a field builder, and then insert them into...field builder. // 1 - Single field: // Use a field builder to add...

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

    Represents the page setup properties of a section in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...for the builder's current section and add text. builder.getPageSetup()...

    reference.aspose.com/words/java/com.aspose.word...
  7. Convert PowerPoint Presentations to Video in Ja...

    Learn how to convert PowerPoint presentations to video in Java. Discover sample code and automation techniques to streamline your workflow...."path/to/ffprobe" ); FFmpegBuilder builder = new FFmpegBuilder () . addExtraArgs...); executor . createJob ( builder ). run (); } catch ( IOException...

    docs.aspose.com/slides/java/convert-powerpoint-...
  8. FieldSeparator Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSeparator class, designed to enhance your Word documents by effectively separating field codes from results....get; } Retrieves the parent Paragraph of this node. PreviousSibling...FieldSeparator can only be a child of Paragraph . A complete field in a Microsoft...

    reference.aspose.com/words/net/aspose.words.fie...
  9. NodeCollection.insert method | Aspose.Words for...

    NodeCollection.insert method. Inserts a node into the collection at the specified index.... Document () builder = aw . DocumentBuilder ( doc...DocumentBuilder. builder . write ( 'Run 1. ' ) builder . write ( 'Run...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RevisionCollection.count property | Aspose.Word...

    RevisionCollection.count property. Returns the number of revisions in the collection.... 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...