Sort Score
Result 10 results
Languages All
Labels All
Results 9,751 - 9,760 of 19,717 for

aws

(0.58 sec)
  1. DocumentBuilder.currentStory property | Aspose....

    DocumentBuilder.currentStory property. Gets the story that is currently selected in this [DocumentBuilder](../)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... currentStory . storyType == aw . StoryType . MainText ). toBe...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. IFieldUpdatingCallback.field_updated method | A...

    IFieldUpdatingCallback.field_updated method. A user defined method that is called just after a field is updated....FieldUpdatingCallbac ( aw . fields . IFieldUpdatingCallba , aw . fields .... field ): if field . type == aw . fields . FieldType . FIELD_AUTHOR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ListLevel.deletePictureBullet method | Aspose.W...

    ListLevel.deletePictureBullet method. Deletes picture bullet for the current list level....new aw . Document (); let list = doc . lists . add ( aw . Lists...toEqual ( true ); let builder = new aw . DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SaveOptions.progressCallback property | Aspose....

    SaveOptions.progressCallback property. Called during saving a document and accepts data about saving progress.... each ([[ aw . SaveFormat . Html , "html" ], [ aw . SaveFormat...SaveFormat . Mhtml , "mhtml" ], [ aw . SaveFormat . Epub , "epub" ]])(...

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

    Archivio...words as aw from datetime import date # load...load first document doc = aw.Document("calibre.docx") # load...

    blog.aspose.com/it/words/compare-two-word-docum...
  6. 档案

    档案...words as aw # 加载 Word 文档 doc = aw.Document("document...import aspose.words as aw # 加载 Word 文档 doc = aw.Document("document...

    blog.aspose.com/zh/words/convert-word-document-...
  7. Trabalhando com campos de formulário em Python|...

    Insira, obtenha ou formate um campo de formulário em um documento usando Python....documento: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/pt/python-net/working-wit...
  8. Lavorare con i campi modulo in Python|Aspose.Wo...

    Inserisci, ottieni o formatta un campo modulo in un documento utilizzando Python....documento: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/it/python-net/working-wit...
  9. TxtLeadingSpacesOptions enumeration | Aspose.Wo...

    aspose.words.loading.TxtLeadingSpacesOptions enumeration. Specifies available options for leading space handling during import from [LoadFormat.TEXT](../../aspose.words/loadformat/#TEXT) file.... load_options = aw . loading . TxtLoadOptions ()...txt_trailing_spaces_options doc = aw . Document ( stream = io . BytesIO...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 处理文本文档|Python via .NET 格式的 Aspose.Words

    使用 Python 处理文本文档并修改其对象。...以下代码示例演示如何将页眉和页脚导出为纯文本格式: doc = aw . Document ( docs_base . my_dir...+ "Document.docx" ) options = aw . saving . TxtSaveOptions ()...

    docs.aspose.com/words/zh/python-net/working-wit...