Sort Score
Result 10 results
Languages All
Labels All
Results 7,321 - 7,330 of 18,198 for

aws

(0.06 sec)
  1. AI Verificarea Gramaticii|Aspose.Words pentru P...

    Verificați gramatica unui document. Aspose.Words pentru Python permite utilizatorilor să verifice gramatica și să detecteze erorile din documente folosind OpenAI, Google și Claude modele....pentru a verifica gramatica: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...

    docs.aspose.com/words/ro/python-net/grammar-che...
  2. AI التدقيق النحوي|Aspose.Words ل Python via .NET

    تحقق من قواعد المستند. Aspose.Words ل Python يسمح للمستخدمين بالتحقق من القواعد واكتشاف الأخطاء في المستندات باستخدام نماذج OpenAI وجوجل و Claude....Words للتحقق من القواعد: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...

    docs.aspose.com/words/ar/python-net/grammar-che...
  3. FolderFontSource constructor | Aspose.Words for...

    aspose.words.fonts.FolderFontSource constructor... folder_font_source = aw . fonts . FolderFontSource (...1 ) doc = aw . Document () doc . font_settings = aw . fonts ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...let doc = new aw . Document (); let run = new aw . Run ( doc ...collection of children. let doc = new aw . Document (); // An empty document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. AiModel.setApiKey method | Aspose.Words for Nod...

    AiModel.setApiKey method. Sets a specified API key to the model.... let firstDoc = new aw . Document ( base . myDir + "Big...docx" ); let secondDoc = new aw . Document ( base . myDir + "Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Shading.clear_formatting method | Aspose.Words ...

    Shading.clear_formatting method. Removes shading from the object.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images.... doc = aw . Document () builder = aw . DocumentBuilder...it. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.isAtStartOfParagraph property |...

    DocumentBuilder.isAtStartOfParagraph property. Returns ``true`` if the cursor is at the beginning of the current paragraph (no text before the cursor)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...firstParagraph . getChildNodes ( aw . NodeType . Any , false ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. StructuredDocumentTag.clear method | Aspose.Wor...

    StructuredDocumentTag.clear method. Clears contents of this structured document tag and displays a placeholder if it is defined.... let doc = new aw . Document (); // Create a plain...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Установка|Aspose.Words для Python via .NET

    Установите Aspose.Words для Python, используя Visual Studio инструменты, такие как Управление пакетами NuGet или Package Manager Console, и программу установки MSI. Используйте набор разрешений 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/ru/python-net/installation/