Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 11,013 for

aws

(0.16 sec)
  1. WORD को MARKDOWN Python में बदलें

    Python कोड WORD को MARKDOWN प्रारूप में बदलें। सहेजें WORD के रूप में MARKDOWN का उपयोग कर Python ।...words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...

    products.aspose.com/words/hi/python-net/convers...
  2. WORD को TXT Python में बदलें

    Python कोड WORD को TXT प्रारूप में बदलें। सहेजें WORD के रूप में TXT का उपयोग कर Python ।...words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...

    products.aspose.com/words/hi/python-net/convers...
  3. DOC को RTF Python में बदलें

    Python कोड DOC को RTF प्रारूप में बदलें। सहेजें DOC के रूप में RTF का उपयोग कर Python ।...words as aw doc = aw.Document( "Input.doc" ) doc...) import aspose.words as aw doc = aw.Document("Input.doc") doc...

    products.aspose.com/words/hi/python-net/convers...
  4. SaveOptions.saveFormat property | Aspose.Words ...

    SaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used.... let doc = new aw . Document ( base . myDir + "Rendering...will save. let saveOptions = new aw . Saving . HtmlSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. VbaModule.type property | Aspose.Words for Python

    VbaModule.type property. Specifies whether the module is a procedural module, document module, class module, or designer module.... doc = aw . Document () # Create a new...new VBA project. project = aw . vba . VbaProject () project . name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Comment.dateTimeUtc property | Aspose.Words for...

    Comment.dateTimeUtc property. Gets the UTC date and time that the comment was made....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..., 0 , 0 ); let comment = new aw . Comment ( doc , "John Doe"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. LanguagePreferences.default_editing_language pr...

    LanguagePreferences.default_editing_language property. Gets or sets default editing language.... load_options = aw . loading . LoadOptions () load_options...ge = aw . loading . EditingLanguage . RUSSIAN doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  8. SaveOptions.prettyFormat property | Aspose.Word...

    SaveOptions.prettyFormat property. When ``true``, pretty formats output where applicable...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...htmlOptions = new aw . Saving . HtmlSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldAutoTextList class | Aspose.Words for Python

    aspose.words.fields.FieldAutoTextList class. Implements the AUTOTEXTLIST field...field_auto_text_list (): doc = aw . Document () # Create a glossary...entries. doc . glossary_document = aw . buildingblocks . GlossaryDocument...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldTC.text property | Aspose.Words for Python

    FieldTC.text property. Gets or sets the text of the entry....fier (): doc = aw . Document () builder = aw . DocumentBuilder...field_toc = builder . insert_field ( aw . fields . FieldType . FIELD_TOC...

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