Sort Score
Result 10 results
Languages All
Labels All
Results 8,191 - 8,200 of 18,036 for

aws

(0.07 sec)
  1. Instalasi|Aspose.Words untuk Python via .NET

    Instal Aspose.Words untuk Python menggunakan alat Visual Studio seperti Manage NuGet Packages atau Package Manager Console dan penginstal MSI. Gunakan set izin Full Trust....words as aw # Create and save a simple document doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...

    docs.aspose.com/words/id/python-net/installation/
  2. Chart.seriesGroups property | Aspose.Words for ...

    Chart.seriesGroups property. Provides access to a series group collection of this chart....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...
  3. XlsxSectionMode enumeration | Aspose.Words for ...

    Aspose.Words.Saving.XlsxSectionMode enumeration. Specifies how sections are handled when saving a document in the XLSX format.... let doc = new aw . Document ( base . myDir + "Big...worksheet. let xlsxSaveOptions = new aw . Saving . XlsxSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Font.border property | Aspose.Words for Node.js

    Font.border property. Returns a [Border](../../border/) object that specifies border for the font....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... font . border . lineStyle = aw . LineStyle . DashDotStroker...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Footnote.is_auto property | Aspose.Words for Py...

    Footnote.is_auto property. Holds a value that specifies whether this is a auto-numbered footnote or footnote with user defined custom reference mark.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CellFormat.preferred_width property | Aspose.Wo...

    CellFormat.preferred_width property. Returns or sets the preferred width of the cell.... doc = aw . Document () builder = aw . DocumentBuilder...cell_format . preferred_width = aw . tables . PreferredWidth . from_points...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ترجمه یک سند|Aspose.Words برای Python via .NET

    ترجمه یک سند. Aspose.Words برای Python ترجمه سند را با استفاده از مدل های Google AI ساده می کند و به شما امکان می دهد زبان هدف را مشخص کنید....سند به عربی استفاده کنیم: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...

    docs.aspose.com/words/fa/python-net/translate-a...
  8. AI Revisión gramatical|Aspose.Words por Python ...

    Revisa la gramática de un documento. Aspose.Words por Python permite a los usuarios verificar la gramática y detectar errores en los documentos utilizando los modelos OpenAI, Google y Claude....verificar la gramática: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...

    docs.aspose.com/words/es/python-net/grammar-che...
  9. Traducir un Documento|Aspose.Words por Python v...

    Traducir un documento. Aspose.Words por Python simplifica la traducción de documentos mediante los modelos de Google AI, lo que le permite especificar el idioma de destino....un documento al árabe: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...

    docs.aspose.com/words/es/python-net/translate-a...
  10. ImportFormatOptions.force_copy_styles property ...

    ImportFormatOptions.force_copy_styles property. Gets or sets a boolean value indicating either to copy conflicting styles in [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode... src_doc = aw . Document ( file_name = MY_DIR...'Styles source.docx' ) dst_doc = aw . Document ( file_name = MY_DIR...

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