Sort Score
Result 10 results
Languages All
Labels All
Results 9,851 - 9,860 of 19,556 for

aws

(0.15 sec)
  1. Clonar um documento em Python|Aspose.Words para...

    Clone um documento para obter uma cópia idêntica usando Python. Ao criar uma cópia, os nós e as propriedades do documento original são clonados.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/pt/python-net/clone-a-doc...
  2. AI文法チェック|Aspose.WordsのためのPython via .NET

    文書の文法を確認してください。 Aspose.WordsのためのPython ユーザーはOpenAI、Google、Claudeモデルを使用して文法をチェックし、文書のエラーを検出できます。...miniモデルを使用して文法をチェックする方法を示しています: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...

    docs.aspose.com/words/ja/python-net/grammar-che...
  3. XmlMapping.custom_xml_part property | Aspose.Wo...

    XmlMapping.custom_xml_part property. Returns the custom XML data part to which the parent structured document tag is mapped.... doc = aw . Document () # Construct an... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontFallbackSettings.load_noto_fallback_setting...

    FontFallbackSettings.load_noto_fallback_settings method. Loads predefined fallback settings which uses Google Noto fonts.... font_settings = aw . fonts . FontSettings () # These...default_font_name = 'Noto Sans' doc = aw . Document () doc . font_settings...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Table.rows property | Aspose.Words for Python

    Table.rows property. Provides typed access to the rows of the table.... doc = aw . Document ( file_name = MY_DIR...second_table = doc . get_child ( aw . NodeType . TABLE , 1 , True...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TxtLoadOptions.documentDirection property | Asp...

    TxtLoadOptions.documentDirection property. Gets or sets a document direction... let loadOptions = new aw . Loading . TxtLoadOptions ();...loadOptions . documentDirection = aw . Loading . DocumentDirection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Style.styleIdentifier property | Aspose.Words f...

    Style.styleIdentifier property. Gets the locale independent style identifier for a built-in style.... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. StructuredDocumentTag.building_block_gallery pr...

    StructuredDocumentTag.building_block_gallery property. Specifies type of building block for this SDT... doc = aw . Document () building_block_sdt = aw . markup ...doc , aw . markup . SdtType . BUILDING_BLOCK_GALLERY , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CheckGrammarOptions class | Aspose.Words for Py...

    aspose.words.ai.CheckGrammarOptions class. Allows to specify various options while checking grammar of a document using AI.... doc = aw . Document ( file_name = MY_DIR...models. model = aw . ai . AiModel . create ( aw . ai . AiModelType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextColumnCollection.line_between property | As...

    TextColumnCollection.line_between property. When ``True``, adds a vertical line between columns.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...

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