Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 19,649 for

aws

(0.38 sec)
  1. Praca z obrazami w formacie Python|Aspose.Words...

    Twórz i zarządzaj obrazami w różnych formatach w dokumencie za pomocą Python....dokumentu: doc = aw . Document () builder = aw . DocumentBuilder...rozmiarze: doc = aw . Document () builder = aw . DocumentBuilder...

    docs.aspose.com/words/pl/python-net/working-wit...
  2. Shape.text_path property | Aspose.Words for Python

    Shape.text_path property. Defines the text of the text path (of a WordArt object)....def insert_text_paths (): doc = aw . Document () # Insert a WordArt... pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Python. Use PdfSaveOptions to change the result of saving a document to PDF format....words as aw doc = aw . Document ( "input.docx" ) options = aw . saving...words as aw doc = aw . Document ( "form.docx" ) options = aw . saving...

    docs.aspose.com/words/python-net/specify-render...
  4. Replacer.replace_to_images method | Aspose.Word...

    aspose.words.lowcode.Replacer.replace_to_images method...' images = aw . lowcode . Replacer . replace_to_images...save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

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

    Aspose.Words.Tables.RowFormat class. Represents all formatting for a table row...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . alignment = aw . ParagraphAlignment . Center...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.words-python如何绘制插入SmartArt图形 - Free Supp...

    如何绘制SmartArt图形,实现效果如下:...words as aw # (Optional) set your license...a trial watermark is added # aw.License().set_license("Aspose...

    forum.aspose.com/t/aspose-words-python-smartart...
  7. AIФункції в Python | Переклад документа Python ...

    Використовуйте Aspose.Words для Python, щоб узагальнювати, перекладати та перевіряти граматику документів за допомогою AI, що забезпечує розумніші та автоматизовані робочі процеси обробки документів.... model = aw.ai.AiModel.create(aw.ai.AiModelType.GEMINI_15_FLASH)...first_doc = aw.Document("Big document.docx") second_doc = aw.Document("Document...

    blog.aspose.com/uk/words/ai-powered-features-as...
  8. Section.prependContent method | Aspose.Words fo...

    Section.prependContent method. Inserts a copy of content of the source section at the beginning of this section....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...1" ); builder . insertBreak ( aw . BreakType . SectionBreakNewPage...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. MarkdownLoadOptions.import_underline_formatting...

    MarkdownLoadOptions.import_underline_formatting property. Gets or sets a boolean value indicating either to recognize a sequence of two plus characters ++ as underline text formatting...())) as stream : load_options = aw . loading . MarkdownLoadOptions...import_underline_formatting = True doc = aw . Document ( stream = stream...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Story.append_paragraph method | Aspose.Words fo...

    Story.append_paragraph method. A shortcut method that creates a [Paragraph](../../paragraph/) object with optional text and appends it to the end of this object.... doc = aw . Document () # Create a header...body text. header = aw . HeaderFooter ( doc , aw . HeaderFooterType...

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