Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 19,398 for

aws

(0.07 sec)
  1. Muunna TEXT Muotoon JPG Python

    Muunna TEXT muotoon JPG Python koodissa. Tallenna TEXT nimellä JPG käyttämällä 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/fi/python-net/convers...
  2. Convert Image To PNG Python

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

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

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

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

    Convert JPG to GIF format in Python code. Save JPG 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...
  5. Convert JPG To Image Python

    Convert JPG to Image format in Python code. Save JPG as Image 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...
  6. PageSetup.pageNumberStyle property | Aspose.Wor...

    PageSetup.pageNumberStyle property. Gets or sets the page number format....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . PageBreak ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. GradientVariant enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.GradientVariant enumeration. Specifies the variant for a gradient fill....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. WrapType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Logo.jpg" ); shape . wrapType = aw . Drawing . WrapType . None ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TabStopCollection.add method | Aspose.Words for...

    Aspose.Words.TabStopCollection.add method... let doc = new aw . Document (); let paragraph...collection: let tabStop = new aw . TabStop ( aw . ConvertUtil . inchToPoint...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Section.delete_header_footer_shapes method | As...

    Section.delete_header_footer_shapes method. Deletes all shapes (drawing objects) from the headers and footers of this section.... doc = aw . Document () builder = aw . DocumentBuilder...builder . move_to_header_footer ( aw . HeaderFooterType . HEADER_PRIMARY...

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