Sort Score
Result 10 results
Languages All
Labels All
Results 9,361 - 9,370 of 19,462 for

aws

(0.18 sec)
  1. โคลนเอกสารใน Python|Aspose.Words สำหรับ Python ...

    โคลนเอกสารเพื่อรับสำเนาที่เหมือนกันโดยใช้ Python เมื่อสร้างสำเนา โหนดและคุณสมบัติของเอกสารต้นฉบับจะถูกโคลน... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/th/python-net/clone-a-doc...
  2. SaveOptions.update_fields property | Aspose.Wor...

    SaveOptions.update_fields property. Gets or sets a value determining if fields of certain types should be updated before saving the document to a fixed page format... doc = aw . Document () builder = aw . DocumentBuilder...'' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldMacroButton.macro_name property | Aspose.W...

    FieldMacroButton.macro_name property. Gets or sets the name of the macro or command to run.... doc = aw . Document ( file_name = MY_DIR...MY_DIR + 'Macro.docm' ) builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose-words for python转换问题 - Free Support Foru...

    产品:aspose-words for python V25.10.0 请问我把这个文件转成markdown格式,公式转成latex格式,代码使用官网上,为什么公式部分还是图片呢? 代码如下: save_options = aw.saving.MarkdownSaveOptions() save_options.office_math_export_mode = aw.saving.MarkdownOfficeMathExpor…... 代码如下: save_options = aw.saving.MarkdownSaveOptions()...save_options.office_math_export_mode = aw.saving.MarkdownOfficeMathEx.LATEX...

    forum.aspose.com/t/aspose-words-for-python/320131
  5. 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...
  6. Клонирай документ в Python|Aspose.Words вместо ...

    Клониране на документ за получаване на същото копие чрез Python. При създаването на копие се клонират възли и свойства на оригиналния документ.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/bg/python-net/clone-a-doc...
  7. 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...
  8. 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...
  9. 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...
  10. 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...