Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 4,644 for

paragraph builder

(0.11 sec)
  1. FieldMergeField | Aspose.Words for Java

    Implements the MERGEFIELD field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldMergeField = (FieldMergeField) builder.insertField(FieldType.FIELD_MERGE_FIELD...

    reference.aspose.com/words/java/com.aspose.word...
  2. PageSetup.lines_per_page property | Aspose.Word...

    PageSetup.lines_per_page property. Gets or sets the number of lines per page in the document grid.... Document () builder = aw . DocumentBuilder ( doc...avoid overlapping characters. builder . page_setup . layout_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  3. MarkupLevel enumeration | Aspose.Words for Python

    aspose.words.markup.MarkupLevel enumeration. Specifies the level in the document tree where a particular [StructuredDocumentTag](../structureddocumenttag/) can occur.... among tables and paragraphs). ROW The element occurs...elements. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Edit Markdown In C++

    Edit Markdown in C++ code....Remove unwanted MD elements (paragraphs, pages, sections, chapters)...<Document>( u"Input.md" ); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/edit/md/
  5. Edit DOCX In C++

    Edit DOCX in C++ code....Remove unwanted DOCX elements (paragraphs, pages, sections, chapters)...<Document>( u"Input.docx" ); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/edit/docx/
  6. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Dear...fieldMergeField = (FieldMergeField) builder.insertField(FieldType.FIELD_MERGE_FIELD...

    reference.aspose.com/words/java/com.aspose.word...
  7. LayoutOptions.comment_display_mode property | A...

    LayoutOptions.comment_display_mode property. Gets or sets the way comments are rendered...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...'My comment.' ) builder . current_paragraph . append_child (...

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

    aspose.words.saving.XpsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XPS](../../aspose.words/saveformat/#XPS) format... Document () builder = aw . DocumentBuilder ( doc...levels 1, 2, and then 3. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StoryType | Aspose.Words for Java

    Text of a Word document is stored in stories in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...shape, // which has a parent Paragraph, which is a child node of...

    reference.aspose.com/words/java/com.aspose.word...
  10. ShapeBase class | Aspose.Words for Python

    aspose.words.drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...the shape is a child of a Paragraph object, then the shape is...something (e.g the current paragraph, the margin or the page)....

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