Sort Score
Result 10 results
Languages All
Labels All
Results 8,521 - 8,530 of 19,711 for

aws

(0.09 sec)
  1. BuiltInDocumentProperties.comments property | A...

    BuiltInDocumentProperties.comments property. Gets or sets the document comments.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_AUTHOR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 文書を要約する|Aspose.WordsのためのPython via .NET

    文書を要約します。 Aspose.WordsのためのPython 要約の長さを指定できるようにすることで、OpenAIモデルとGoogleAIモデルを使用して文書の要約を簡素化します。...書を要約する方法を示しています: first_doc = aw . Document ( MyDir + "Big document...document.docx" ) second_doc = aw . Document ( MyDir + "Document...

    docs.aspose.com/words/ja/python-net/summarize-a...
  3. 다중 페이지 문서를Python의 이미지로 변환|Aspose.WordsPython

    여러 페이지 문서를 래스터 이미지로 내보내기(JPG, PNG, GIF, BMP, TIFF, WebP) Python을 사용해서...레이아웃으로JPEG이미지로 저장하는 방법을 보여 줍니다: doc = aw . Document ( file_name = ' Rendering...) options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    docs.aspose.com/words/ko/python-net/convert-a-m...
  4. PageLayoutEvent enumeration | Aspose.Words for ...

    aspose.words.layout.PageLayoutEvent enumeration. A code of event raised during page layout model build and rendering....class RenderPageLayoutCall ( aw . layout . IPageLayoutCallback...event if switch_condition == aw . layout . PageLayoutEvent ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. Trabajar con gráficos en Python|Aspose.Words pa...

    Cree y modifique gráficos de varios tipos en un documento usando Python....la serie: doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...

    docs.aspose.com/words/es/python-net/working-wit...
  6. 記録

    記録...words as aw # Load an existing Markdown document doc = aw.Docum...words as aw # Load an existing Markdown document doc = aw.Docum...

    blog.aspose.com/ja/words/convert-markdown-to-pd...
  7. Cell.accept method | Aspose.Words for Node.js

    Cell.accept method. Accepts a visitor....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 아카이브

    아카이브...words as aw # Load the document from disk doc = aw.Document("Document...Enable export of fonts options = aw.saving.HtmlSaveOptions() options...

    blog.aspose.com/ko/words/convert-word-to-html-i...
  9. ParagraphFormat class | Aspose.Words for Python

    aspose.words.ParagraphFormat class. Represents all the formatting for a paragraph... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

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

    Archivo...automático mediante el método autofit(aw.tables.AutoFitBehavior.FIXEDCOLUMNWIDTHS)...words as aw # Create a new Word document. doc = aw.Document()...

    blog.aspose.com/es/words/create-table-in-word-u...