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

paragraph builder

(0.19 sec)
  1. FieldDate Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDate class, designed to effortlessly implement DATE fields, enhancing your document automation and formatting....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...
  2. FieldDate class | Aspose.Words for Python

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

    reference.aspose.com/words/python-net/aspose.wo...
  3. StructuredDocumentTag.Tag | Aspose.Words for .NET

    Discover the StructuredDocumentTag property that defines essential tags for SDT nodes, ensuring efficient document management and organization....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . InsertNode...structured document tag in a new paragraph. StructuredDocumentTa tagClone...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::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::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...
  6. FieldAutoNumOut Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoNumOut class for seamless AUTONUMOUT field implementation, enhancing document automation and efficiency....node, returns its parent paragraph. If the field is already removed...Examples Shows how to number paragraphs using AUTONUMOUT fields....

    reference.aspose.com/words/net/aspose.words.fie...
  7. Formatting issue when merging two dox into one ...

    I need to merge multiple docx file into one. When I merge it there is a formatting issue in the last sentence. Please refer the attached files. merged_document.docx (21.4 KB) 2.docx (28.5 KB) 3.docx (28.3 KB) Python…...differences in styles, fonts, or paragraph settings between the documents...same styles for headings, paragraphs, and other text elements...

    forum.aspose.com/t/formatting-issue-when-mergin...
  8. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....txt document with a custom paragraph break. Document doc = new...DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldAutoTextList.list_style property | Aspose....

    FieldAutoTextList.list_style property. Gets or sets the name of the style on which the list to contain entries is based....'Contents of AutoText 3' ) builder = aw . DocumentBuilder ( doc...field will display. field = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Story class | Aspose.Words for Python

    aspose.words.Story class. Base class for elements that contain block-level nodes [Paragraph](../Paragraph/) and [Table](../../aspose.words.tables/table/)...contain block-level nodes Paragraph and Table . To learn more...CompositeNode ) first_paragraph Gets the first paragraph in the story...

    reference.aspose.com/words/python-net/aspose.wo...