Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 17,887 for

insert documents

(0.06 sec)
  1. AxisScaling class | Aspose.Words for Python

    aspose.words.drawing.charts.AxisScaling class. Represents the scaling options of the axis...the Working with Charts documentation article. Constructors Name...to a chart axis. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. RevisionColor enumeration | Aspose.Words for Py...

    aspose.words.layout.RevisionColor enumeration. Allows to specify color of document revisions....Allows to specify color of document revisions. Members Name Description...rendered output document. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::BuildingBlocks::BuildingBlockCol...

    Aspose::Words::BuildingBlocks::BuildingBlockCollection class. A collection of BuildingBlock objects in the document. To learn more, visit the documentation article in C++....BuildingBlock objects in the document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. class...

    reference.aspose.com/words/cpp/aspose.words.bui...
  4. CellFormat.top_padding property | Aspose.Words ...

    CellFormat.top_padding property. Returns or sets the amount of space (in points) to add above the contents of cell....cells with a document builder. doc = aw . Document () builder =.... start_table () builder . insert_cell () builder . write ( 'Row...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection....bookmarks from a document. doc = aw . Document () builder = aw...DocumentBuilder ( doc = doc ) # Insert five bookmarks with text inside...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldDisplayBarcode.symbol_rotation property | ...

    FieldDisplayBarcode.symbol_rotation property. Gets or sets the rotation of the barcode symbol... Examples Shows how to insert a DISPLAYBARCODE field, and...its properties. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlSaveOptions.export_drop_down_form_field_as_...

    HtmlSaveOptions.export_drop_down_form_field_as_text property. Controls how drop-down form fields are saved to HTML or MHTML... Document () builder = aw . DocumentBuilder...doc = doc ) # Use a document builder to insert a combo box with...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldDisplayBarcode.add_start_stop_char propert...

    FieldDisplayBarcode.add_start_stop_char property. Gets or sets whether to add Start/Stop characters for barcode types NW7 and CODE39.... Examples Shows how to insert a DISPLAYBARCODE field, and...its properties. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldDisplayBarcode.fix_check_digit property | ...

    FieldDisplayBarcode.fix_check_digit property. Gets or sets whether to fix the check digit if it’s invalid.... Examples Shows how to insert a DISPLAYBARCODE field, and...its properties. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.Theme | Aspose.Words for .NET

    Access the Document Theme property to effortlessly retrieve the Theme object, enhancing your document's design and visual appeal....Theme Contents [ Hide ] Document.Theme property Gets the Theme...Theme object for this document. public Theme Theme { get ; } Examples...

    reference.aspose.com/words/net/aspose.words/doc...