Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 4,546 for

paragraph builder

(0.06 sec)
  1. ImageSaveOptions.horizontal_resolution property...

    ImageSaveOptions.horizontal_resolution property. Gets or sets the horizontal resolution for the generated images, in dots per inch....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...
  2. Bookmark.remove method | Aspose.Words for Python

    Bookmark.remove method. Removes the bookmark from the document... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Shading.background_tint_and_shade property | As...

    Shading.background_tint_and_shade property. Gets or sets a double value that lightens or darkens a background theme color.... Document () builder = aw . DocumentBuilder ( doc...first_section . body . first_paragraph . paragraph_format . shading shading...

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

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

    products.aspose.com/words/cpp/edit/doc/
  5. Edit TEXT In C++

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

    products.aspose.com/words/cpp/edit/text/
  6. Edit HTML In C++

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

    products.aspose.com/words/cpp/edit/html/
  7. NumSpacing enumeration | Aspose.Words for Python

    aspose.words.NumSpacing enumeration. Specifies possible values in which numeral spacing can be displayed.... Document () builder = aw . DocumentBuilder ( doc...MsWordVersion . WORD2019 ) builder . write ( '1 ' ) builder . write ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TextBox.layout_flow property | Aspose.Words for...

    TextBox.layout_flow property. Determines the flow of the text layout in a shape.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) text_box_shape = builder . insert_shape ( shape_type...

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

    Implements the NEXT field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."Bloggs"); insertMergeFields(builder, "First row: "); // If we have...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentBuilder.insert_combo_box method | Aspos...

    DocumentBuilder.insert_combo_box method. Inserts a combobox form field at the current position.... builder = aw . DocumentBuilder () #...create them using a document builder, and below are two ways of...

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