Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 19,317 for

aws

(0.08 sec)
  1. Tee Markdown, Kasutades Javascript

    Looge mõne sammuga uus Markdown asukohas JavaScript. Looge lihtsalt Markdown, kasutades Node.js via .NET teeki....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) font = builder...

    products.aspose.com/words/et/nodejs-net/make/md/
  2. Shrňte dokument|Aspose.Words pro Python via .NET

    Shrňte dokument. Aspose.Words pro Python zjednodušuje sumarizaci dokumentů pomocí modelů OpenAI a Google AI tím, že umožňuje určit délku souhrnu....pomocí modelu GPT-4o: first_doc = aw . Document ( MyDir + "Big document...document.docx" ) second_doc = aw . Document ( MyDir + "Document...

    docs.aspose.com/words/cs/python-net/summarize-a...
  3. XpsSaveOptions.outline_options property | Aspos...

    XpsSaveOptions.outline_options property. Allows to specify outline options.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . style_identifier = aw . StyleIdentifier . HEADING1...

    reference.aspose.com/words/python-net/aspose.wo...
  4. StructuredDocumentTag.calendar_type property | ...

    StructuredDocumentTag.calendar_type property. Specifies the type of calendar for this SDT... doc = aw . Document () # Insert a structured...sdt_date = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TIFF को Javascript में संपीड़ित करें

    गुणवत्ता खोए बिना TIFF को JavaScript में संपीड़ित करें। TIFF सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/hi/nodejs-net/compres...
  6. TabLeader enumeration | Aspose.Words for Node.js

    Aspose.Words.TabLeader enumeration. Specifies the type of the leader line displayed under the tab character.... let doc = new aw . Document (); let para = doc...tabStops . add ( 72 , aw . TabAlignment . Left , aw . TabLeader . Dots...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. SignatureLineOptions.allowComments property | A...

    SignatureLineOptions.allowComments property. Gets or sets a value indicating that the signer can add comments in the Sign dialog...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. SignatureLine.isSigned property | Aspose.Words ...

    SignatureLine.isSigned property. Indicates that signature line is signed by digital signature....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentBuilder.startEditableRange method | Asp...

    DocumentBuilder.startEditableRange method. Marks the current position in the document as an editable range start....let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBuilder.insert_document method | Aspose...

    aspose.words.DocumentBuilder.insert_document method... doc = aw . Document ( file_name = MY_DIR...+ 'Document.docx' ) builder = aw . DocumentBuilder ( doc = doc...

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