Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 4,606 for

paragraph builder

(0.17 sec)
  1. HtmlElementSizeOutputMode enumeration | Aspose....

    aspose.words.saving.HtmlElementSizeOutputMode enumeration. Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB.... Document () builder = aw . DocumentBuilder ( doc...boundary. table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FormField Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FormField class to easily create and manage customizable form fields in your documents for enhanced user interaction....get; } Retrieves the parent Paragraph of this node. PreviousSibling...and can only be a child of Paragraph . FormField is represented...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::Drawing::ShapeBase::get_CoordSiz...

    Aspose::Words::Drawing::ShapeBase::get_CoordSize method. The width and height of the coordinate space inside the containing block of this shape in C++....Shape >> ( child5 ); auto builder = System :: MakeObject < Aspose...> ( doc ); builder -> InsertNode ( group ); builder -> MoveTo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Footnote.reference_mark property | Aspose.Words...

    Footnote.reference_mark property. Gets/sets custom reference mark to be used for this footnote... Document () builder = aw . DocumentBuilder ( doc...document builder's "InsertFootnote" method. builder . write (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldToc fieldToc = (FieldToc) builder.insertField(FieldType.FIELD_TOC...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldFileSize.is_in_megabytes property | Aspose...

    FieldFileSize.is_in_megabytes property. Gets or sets whether to display the file size in megabytes....bytes ) builder = aw . DocumentBuilder ( doc = doc ) builder . move_to_document_end...move_to_document_end () builder . insert_paragraph () # Below are three...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fields::FieldKeywords class | As...

    Aspose::Words::Fields::FieldKeywords class. Implements the KEYWORDS field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Several Image Into DOCX C++

    Merge multiple Image into DOCX in C++ code. Save Image as DOCX using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...

    products.aspose.com/words/cpp/merge/image-to-docx/
  9. 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...
  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...