Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 19,528 for

aws

(0.1 sec)
  1. Ein Dokument zusammenfassen|Aspose.Words für Py...

    Fassen Sie ein Dokument zusammen. Aspose.Words für Python vereinfacht die Dokumentzusammenfassung mit OpenAI- und Google AI -Modellen, indem Sie die Länge der Zusammenfassung angeben können....GPT-4o zusammenfassen: first_doc = aw . Document ( MyDir + "Big document...document.docx" ) second_doc = aw . Document ( MyDir + "Document...

    docs.aspose.com/words/de/python-net/summarize-a...
  2. Table.autoFit method | Aspose.Words for Node.js

    Table.autoFit method. Resizes the table and cells according to the specified auto fit behavior....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...format. table . styleIdentifier = aw . StyleIdentifier . MediumShading1Accent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FileFormatInfo.hasDigitalSignature property | A...

    FileFormatInfo.hasDigitalSignature property. Returns ``true`` if this document contains a digital signature...delete ( signedFile ); let info = aw . FileFormatUtil . detectFileFormat...+ "Document.docx" ); expect ( aw . FileFormatUtil . loadFormatToExtensio...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. أرشيف

    أرشيف...words as aw # تحميل مستند Word doc = aw.Document("Document...aspose.words as aw # تحميل مستند Word doc = aw.Document("Document...

    blog.aspose.com/ar/words/convert-word-to-tiff-u...
  5. Archiv

    Archiv...words as aw # načíst dokument aplikace Word doc = aw.Document("Document...words as aw # načíst dokument aplikace Word doc = aw.Document("Document...

    blog.aspose.com/cs/words/convert-word-to-tiff-u...
  6. DocumentBuilder.insert_text_input method | Aspo...

    DocumentBuilder.insert_text_input method. Inserts a text form field at the current position.... doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( 'TextInput' , aw . fields . TextFormFieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.insertTextInput method | Aspose...

    DocumentBuilder.insertTextInput method. Inserts a text form field at the current position.... let builder = new aw . DocumentBuilder (); // Form...insertTextInput ( "My text input" , aw . Fields . TextFormFieldType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Node.nodeType property | Aspose.Words for Node.js

    Node.nodeType property. Gets the type of this node....'RecurseChildren' , () => { let doc = new aw . Document ( base . myDir + "Paragraphs...${ '\t' . repeat ( depth ) }${ aw . Node . nodeTypeToString ( childNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. OutlineOptions.expandedOutlineLevels property |...

    OutlineOptions.expandedOutlineLevels property. Specifies how many levels in the document outline to show expanded when the file is viewed....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . styleIdentifier = aw . StyleIdentifier . Heading1...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CellFormat.vertical_alignment property | Aspose...

    CellFormat.vertical_alignment property. Returns or sets the vertical alignment of text in the cell.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...

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