Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 19,529 for

aws

(0.21 sec)
  1. با استفاده از Python DOCX را بسازید

    در چند مرحله یک DOCX جدید در Python ایجاد کنید. با استفاده از کتابخانه Python via .NET به راحتی DOCX را ایجاد کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...aspose.words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/fa/python-net/make/docx/
  2. با استفاده از Javascript DOC را بسازید

    در چند مرحله یک DOC جدید در JavaScript ایجاد کنید. با استفاده از کتابخانه Node.js via .NET به راحتی DOC را ایجاد کنید....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) font = builder...

    products.aspose.com/words/fa/nodejs-net/make/doc/
  3. Fonctionnalités de AI dans Python | Traduire un...

    Utilisez Aspose.Words pour Python afin de résumer, traduire et vérifier la grammaire des documents avec AI, permettant ainsi des flux de travail de traitement de documents plus intelligents et automatisés.... model = aw.ai.AiModel.create(aw.ai.AiModelType.GEMINI_15_FLASH)...first_doc = aw.Document("Big document.docx") second_doc = aw.Document("Document...

    blog.aspose.com/fr/words/ai-powered-features-as...
  4. Funcionalidades com tecnologia AI em Python | T...

    Use Aspose.Words para Python para resumir, traduzir e verificar a gramática de documentos com AI, permitindo fluxos de trabalho de processamento de documentos mais inteligentes e automatizados.... model = aw.ai.AiModel.create(aw.ai.AiModelType.GEMINI_15_FLASH)...first_doc = aw.Document("Big document.docx") second_doc = aw.Document("Document...

    blog.aspose.com/pt/words/ai-powered-features-as...
  5. StructuredDocumentTag.styleName property | Aspo...

    StructuredDocumentTag.styleName property. Gets or sets the name of the style applied to the structured document tag....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...quoteStyle = doc . styles . at ( aw . StyleIdentifier . Quote );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Stroke.weight property | Aspose.Words for Node.js

    Stroke.weight property. Defines the brush thickness that strokes the path of a shape in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . Rectangle , aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FileFormatInfo.load_format property | Aspose.Wo...

    FileFormatInfo.load_format property. Gets the detected document format.... doc = aw . Document () # Configure a SaveOptions...save_options = aw . saving . OdtSaveOptions ( save_format = aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HtmlMetafileFormat enumeration | Aspose.Words f...

    aspose.words.saving.HtmlMetafileFormat enumeration. Indicates the format in which metafiles are saved to HTML documents.... load_options = aw . loading . HtmlLoadOptions ()...convert_svg_to_emf = True doc = aw . Document ( stream = io . BytesIO...

    reference.aspose.com/words/python-net/aspose.wo...
  9. AxisBuiltInUnit enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.AxisBuiltInUnit enumeration. Specifies the display units for an axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Ограничителен документ Редактиране Python|Aspos...

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

    docs.aspose.com/words/bg/python-net/restrict-do...