Sort Score
Result 10 results
Languages All
Labels All
Results 7,421 - 7,430 of 182,576 for

doc

(1.02 sec)
  1. MailMergeOptions class | Aspose.Words for Python

    aspose.words.lowcode.MailMergeOptions class. Represents options for the mail merge functionality....merge operation: doc = MY_DIR + 'Mail merge.doc' field_names =...execute ( input_file_name = doc , output_file_name = ARTIFACTS_DIR...

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

    Discover the Aspose.Words.Fields.FieldFormula class to effortlessly implement and manage formula fields in your Documents for enhanced functionality.... Document doc = new Document (); // Use a field...fieldBuilder . BuildAndInsert ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.fie...
  3. DocumentBuilder.endTable method | Aspose.Words ...

    DocumentBuilder.endTable method. Ends a table in the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Extract Images from Document|Aspose.Words for Java

    Extract images from a Document easily and fast instead of using Apache POI....Document doc = new Document ( dataDir + "document.doc" ); NodeCollection...NodeCollection shapes = doc . getChildNodes ( NodeType . SHAPE ...

    docs.aspose.com/words/java/extract-images-from-...
  5. 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... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Use a document builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert PDF to Different Image Formats in Pytho...

    Discover how to convert PDF Documents into image formats (PNG, JPG, TIFF) using Aspose.PDF in Python via C++....from AsposePdfPython import * doc = document_open ( "blank_pdf_document...pages = document_get_pages ( doc ) page = page_collection_get_page...

    docs.aspose.com/pdf/python-cpp/convert-pdf-to-i...
  7. FieldFormCheckBox class | Aspose.Words for Python

    aspose.words.fields.FieldFormCheckBox class. Implements the FORMCHECKBOX field... doc = aw . Document ( file_name =...docx' ) field_form_check_box = doc . range . fields [ 1 ] . as_...

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

    Discover the Aspose.Words.Shading class, designed to enhance your Documents with customizable shading attributes for a professional look.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); BorderCollection borders =...

    reference.aspose.com/words/net/aspose.words/sha...
  9. ShapeBase.width property | Aspose.Words for Nod...

    ShapeBase.width property. Gets or sets the width of the containing block of the shape.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertImage...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CommentRangeStart.accept method | Aspose.Words ...

    CommentRangeStart.accept method. Accepts a visitor....'CreateCommentsAndPri' , () => { let doc = new aw . Document (); let newComment...newComment = new aw . Comment ( doc ); newComment . author = "VDeryushev"...

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