Sort Score
Result 10 results
Languages All
Labels All
Results 4,811 - 4,820 of 17,888 for

insert documents

(0.05 sec)
  1. Field.format property | Aspose.Words for Python

    Field.format property. Gets a [FieldFormat](../../fieldformat/) object that provides typed access to field's formatting.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) # Use a document builder to insert a field that displays...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ShapeBase.is_inline property | Aspose.Words for...

    ShapeBase.is_inline property. A quick way to determine if this shape is positioned inline with text.... Document () builder = aw . DocumentBuilder...world! ' ) shape = builder . insert_shape ( shape_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldFormat.general_formats property | Aspose.W...

    FieldFormat.general_formats property. Gets a collection of general formats that are applied to a numeric, text or any field result... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) # Use a document builder to insert a field that displays...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PdfSaveOptions.preserve_form_fields property | ...

    PdfSaveOptions.preserve_form_fields property. Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text...Examples Shows how to save a document to the PDF format using the...PdfSaveOptions class. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to fetch the data of the BlockReference in ...

    How to fetch the data of the BlockReference in Aspose.cad for dotnet of a dwg file....can refer to the official documentation on getting block attribute...CadEntityTypeName.INSERT) { CadInsertObject insert = (CadInsertObject)baseEntity;...

    forum.aspose.com/t/how-to-fetch-the-data-of-the...
  6. StructuredDocumentTag.date_storage_format prope...

    StructuredDocumentTag.date_storage_format property. Gets/sets format in which the date for a date SDT is stored when the SDT is bound to an XML node in the document's data store...bound to an XML node in the document’s data store. Default value...structured document tag. doc = aw . Document () # Insert a structured...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Paragraph.join_runs_with_same_formatting method...

    Paragraph.join_runs_with_same_formatting method. Joins runs with the same formatting in the paragraph.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) # Insert four runs of text into the paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  8. SignatureLineOptions.signer_title property | As...

    SignatureLineOptions.signer_title property. Gets or sets suggested signer's title...add a signature line to a document, and then sign it using a...src_document_path = MY_DIR + "Document.docx" dst_document_path...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTag.date_display_format prope...

    StructuredDocumentTag.date_display_format property. String that represents the format in which dates are displayed....structured document tag. doc = aw . Document () # Insert a structured...structured document tag that prompts the user to enter a date. # In...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BookmarkCollection.remove method | Aspose.Words...

    aspose.words.BookmarkCollection.remove method...specified bookmark from the document. def remove ( self , bookmark...bookmarks from a document. doc = aw . Document () builder = aw...

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