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...
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...
FormField.type property. Returns the form field type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...comboBox . type ). toEqual ( aw . Fields . FieldType . FieldFormDropDown...
Aspose.Words for Python via .NET は Aspose.Words for .NET のラッパーです。このページでは、これら 2 つの製品の機能と API の違いについて説明します。... doc = aw . Document ( docs_base . my_dir...object. run = doc . get_child ( aw . NodeType . RUN , 0 , True )...
Sprawdź gramatykę dokumentu. Aspose.Words dla Python umożliwia użytkownikom sprawdzanie gramatyki i wykrywanie błędów w dokumentach za pomocą modeli OpenAI, Google i Claude....sprawdzania gramatyki: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
Terjemahkan dokumen. Aspose.Words untuk Python menyederhanakan terjemahan dokumen menggunakan model Google AI, memungkinkan Anda menentukan bahasa target....dokumen ke dalam bahasa Arab: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
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...
تحقق من قواعد المستند. Aspose.Words ل Python يسمح للمستخدمين بالتحقق من القواعد واكتشاف الأخطاء في المستندات باستخدام نماذج OpenAI وجوجل و Claude....Words للتحقق من القواعد: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
Aspose.Words.StyleCollection class. A collection of [Style](../style/) objects that represent both the built-in and user-defined styles in a document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . Paragraph , "MyStyle1"...
Chart.dataTable property. Provides access to properties of a data table of this chart...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...