Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 4,243 for

paragraph builder

(0.14 sec)
  1. DocumentBuilder.page_setup property | Aspose.Wo...

    DocumentBuilder.page_setup property. Returns an object that represents current page setup and section properties.... Document () builder = aw . DocumentBuilder ( doc...for the builder's current section and add text. builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  2. MarkdownEmptyParagraphExportMode Enum | Aspose....

    Learn how Aspose.Words handles empty Paragraphs in Markdown export. Control formatting with MarkdownEmptyParagraphExportMode enum....Words exports empty paragraphs to Markdown. public enum...None 2 Don’t export empty paragraphs. Examples Shows how to export...

    reference.aspose.com/words/net/aspose.words.sav...
  3. FieldCreateDate | Aspose.Words for Java

    Implements the CREATEDATE field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...fieldAuthor = (FieldAuthor) builder.insertField(FieldType.FIELD_AUTHOR...

    reference.aspose.com/words/java/com.aspose.word...
  4. ConditionalStyleCollection.first_row property |...

    ConditionalStyleCollection.first_row property. Gets the first row style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ConditionalStyleCollection.top_left_cell proper...

    ConditionalStyleCollection.top_left_cell property. Gets the top left cell style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BookmarkCollection.clear method | Aspose.Words ...

    BookmarkCollection.clear method. Removes all bookmarks from this collection and from the document.... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageSaveOptions.threshold_for_floyd_steinberg_...

    ImageSaveOptions.threshold_for_floyd_steinberg_dithering property. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MarkdownSaveOptions.table_content_alignment pro...

    MarkdownSaveOptions.table_content_alignment property. Gets or sets a value that specifies how to align contents in tables when exporting into the [SaveFormat.MARKDOWN](../../../aspose.words/saveformat/#MARKDOWN) format... builder = aw . DocumentBuilder () builder . insert_cell...insert_cell () builder . paragraph_format . alignment = aw . ParagraphAlignment...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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/
  10. 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/