Sort Score
Result 10 results
Languages All
Labels All
Results 5,751 - 5,760 of 19,463 for

aws

(0.11 sec)
  1. ImageSaveOptions.tiff_binarization_method prope...

    ImageSaveOptions.tiff_binarization_method property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveOptions.save_format](../save_format/) is [SaveFormat.TIFF](../../../aspose.words/saveformat/#TIFF) and [ImageSaveOptions.tiff_compression](../tiff_compression/) is equal to [TiffCompression.CCITT3](../../tiffcompression/#CCITT3) or [TiffCompression.CCITT4](../../tiffcompression/#CCITT4).... doc = aw . Document () builder = aw . DocumentBuilder...images. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ExportHeadersFootersMode enumeration | Aspose.W...

    aspose.words.saving.ExportHeadersFootersMode enumeration. Specifies how headers and footers are exported to HTML, MHTML or EPUB.... doc = aw . Document ( file_name = MY_DIR... get_by_header_footer_type ( aw . HeaderFooterType . HEADER_FIRST...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ParagraphFormat.outline_level property | Aspose...

    ParagraphFormat.outline_level property. Specifies the outline level of the paragraph in the document.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . outline_level = aw . OutlineLevel . LEVEL1 builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. StoryType enumeration | Aspose.Words for Node.js

    Aspose.Words.StoryType enumeration. Text of a Word document is stored in stories...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Body. builder . insertShape ( aw . Drawing . ShapeType . Cube...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. MarkdownEmptyParagraphExportMode enumeration | ...

    aspose.words.saving.MarkdownEmptyParagraphExportMode enumeration. Specifies how Aspose.Words exports empty paragraphs to Markdown.... doc = aw . Document () builder = aw . DocumentBuilder...writeln ( 'Last' ) save_options = aw . saving . MarkdownSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FrameFormat.vertical_alignment property | Aspos...

    FrameFormat.vertical_alignment property. Gets vertical alignment of the specified frame.... doc = aw . Document ( MY_DIR + 'Paragraph...height ) self . assertEqual ( aw . HeightRule . AT_LEAST , paragraph_frame...

    reference.aspose.com/words/python-net/aspose.wo...
  7. छवि को BMP Javascript में बदलें

    JavaScript कोड छवि को BMP प्रारूप में बदलें। सहेजें छवि के रूप में BMP का उपयोग कर JavaScript ।...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/hi/nodejs-net/convers...
  8. छवि को JPG Javascript में बदलें

    JavaScript कोड छवि को JPG प्रारूप में बदलें। सहेजें छवि के रूप में JPG का उपयोग कर JavaScript ।...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/hi/nodejs-net/convers...
  9. Archiv

    Archiv...as aw # Laden Sie ein vorhandenes Word-Dokument doc = aw.Doc...imageOptions = aw.saving.ImageSaveOptions(aw.SaveFormat.JPEG)...

    blog.aspose.com/de/words/convert-html-to-image-...
  10. CompatibilityOptions.optimize_for method | Aspo...

    CompatibilityOptions.optimize_for method. Allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word.... def optimize_for (): doc = aw . Document () # This object contains...compatibility_options . optimize_for ( aw . settings . MsWordVersion ....

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