Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 19,399 for

aws

(0.15 sec)
  1. Convert Image To GIF Python

    Convert Image to GIF format in Python code. Save Image as GIF using Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.gif" , aw.saving.ImageSaveOptions(aw.SaveFormat.GIF))...

    products.aspose.com/words/python-net/conversion...
  2. Convert JPG To JPG Python

    Convert JPG to JPG format in Python code. Save JPG as JPG using Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

    products.aspose.com/words/python-net/conversion...
  3. Convert TEXT To Image Python

    Convert TEXT to Image format in Python code. Save TEXT as Image using Python....as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/python-net/conversion...
  4. Convert TEXT To GIF Python

    Convert TEXT to GIF format in Python code. Save TEXT as GIF using Python....as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.GIF) for page in range (doc...

    products.aspose.com/words/python-net/conversion...
  5. DocumentBuilder constructor | Aspose.Words for ...

    aspose.words.DocumentBuilder constructor... doc = aw . Document () builder_options = aw . DocumentBuilderOptio...context_table_formatting = True builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextureIndex enumeration | Aspose.Words for Python

    aspose.words.TextureIndex enumeration. Specifies shading texture.... doc = aw . Document () builder = aw . DocumentBuilder...get_by_border_type ( aw . BorderType . LEFT ) . line_style = aw . LineStyle...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageSetup.paper_size property | Aspose.Words fo...

    PageSetup.paper_size property. Returns or sets the paper size.... doc = aw . Document () builder = aw . DocumentBuilder...builder . page_setup . paper_size = aw . PaperSize . LEGAL builder ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. EndnoteOptions class | Aspose.Words for Python

    aspose.words.notes.EndnoteOptions class. Represents the endnote numbering options for a document or section... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . ENDNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartSeriesCollection.add_multilevel_value meth...

    ChartSeriesCollection.add_multilevel_value method. Adds new [ChartSeries](../../chartseries/) to this collection... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. MarkdownSaveOptions.table_content_alignment pro...

    MarkdownSaveOptions.table_content_alignment property. Gets or sets a value that specifies how to align contents in tables when exporting into the [SaveFormat.MARKDOWN](../../../aspose.words/saveformat/#MARKDOWN) format... builder = aw . DocumentBuilder () builder...paragraph_format . alignment = aw . ParagraphAlignment . RIGHT...

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