Sort Score
Result 10 results
Languages All
Labels All
Results 5,601 - 5,610 of 18,194 for

aws

(0.14 sec)
  1. Table constructor | Aspose.Words for Python

    Table constructor. Initializes a new instance of the [Table](../) class.... doc = aw . Document () table = aw . tables . Table...cell, and paragraph. first_row = aw . tables . Row ( doc ) table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Mail Merge szablon w Python|Aspose.Words dla Py...

    Utwórz szablon Mail Merge, aby zdefiniować stałą zawartość w dokumentach wyjściowych, a następnie Wygeneruj dokumenty scalania przy użyciu pól scalania w Python....create_mail_merge_template () : builder = aw . DocumentBuilder () # Insert...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/pl/python-net/mail-merge-...
  3. Ограничить редактирование документа в Python|As...

    Ограничьте редактирование документа, задав тип ограничения с помощью Python. Вы также можете снять защиту и создать неограниченные области для редактирования....words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/ru/python-net/restrict-do...
  4. Beschränken Sie die Dokumentbearbeitung in Pyth...

    Beschränken Sie die Bearbeitung eines Dokuments, indem Sie mithilfe von Python einen Einschränkungstyp festlegen. Sie können den Schutz auch entfernen und uneingeschränkt bearbeitbare Bereiche erstellen....words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/de/python-net/restrict-do...
  5. Table.style_identifier property | Aspose.Words ...

    Table.style_identifier property. Gets or sets the locale independent style identifier of the table style applied to this table.... doc = aw . Document () builder = aw . DocumentBuilder...format. table . style_identifier = aw . StyleIdentifier . MEDIUM_SHADING1_ACCENT1...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PageLayoutCallbackArgs class | Aspose.Words for...

    Aspose.Words.Layout.PageLayoutCallbackArgs class. An argument passed into [IPageLayoutCallback.notify()](../ipagelayoutcallback/notify/#pagelayoutcallbackargs) To learn more, visit the [Converting to Fixed-page Format](https://docs.aspose.com/words/nodejs-net/converting-to-fixed-page-format/) documentation article....'PageLayoutCallback' , () => { let doc = new aw . Document (); doc . builtInDocumentPrope...Document" ; let builder = new aw . DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CleanupOptions.unusedStyles property | Aspose.W...

    CleanupOptions.unusedStyles property. Specifies whether unused styles should be removed from document...doc = new aw . Document (); doc . styles . add ( aw . StyleType..."MyListStyle1" ); doc . styles . add ( aw . StyleType . List , "MyListStyle2"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. XpsSaveOptions.save_format property | Aspose.Wo...

    XpsSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . style_identifier = aw . StyleIdentifier . HEADING1...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Узагальнення документа|Aspose.Words для Python ...

    Узагальніть документ. Aspose.Words для Python спрощує Узагальнення документа за допомогою моделей OpenAI і Google AI, дозволяючи вказати довжину резюме....: first_doc = aw . Document ( MyDir + "Big document...document.docx" ) second_doc = aw . Document ( MyDir + "Document...

    docs.aspose.com/words/uk/python-net/summarize-a...
  10. FieldRD.is_path_relative property | Aspose.Word...

    FieldRD.is_path_relative property. Gets or sets whether the path is relative to the current document.... doc = aw . Document () builder = aw . DocumentBuilder...page. builder . insert_field ( aw . fields . FieldType . FIELD_TOC...

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