Sort Score
Result 10 results
Languages All
Labels All
Results 8,131 - 8,140 of 19,531 for

aws

(1.45 sec)
  1. WriteProtection.validate_password method | Aspo...

    WriteProtection.validate_password method. Returns ``True`` if the specified password is the same as the write-protection password the document was protected with... doc = aw . Document () builder = aw . DocumentBuilder...WriteProtection.docx' ) doc = aw . Document ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ImageSaveOptions.metafileRenderingOptions prope...

    ImageSaveOptions.metafileRenderingOptions property. Allows to specify how metafiles are treated in the rendered output....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ListCollection.add_single_level_list method | A...

    ListCollection.add_single_level_list method. Creates a new single level list based on the predefined template and adds it to the list collection in the document.... doc = aw . Document () builder = aw . DocumentBuilder...list_collection . add_single_level_list ( aw . lists . ListTemplate . BULLET_CIRCLE...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ImageSaveOptions.imageBrightness property | Asp...

    ImageSaveOptions.imageBrightness property. Gets or sets the brightness for the generated images....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SvgSaveOptions.resourcesFolderAlias property | ...

    SvgSaveOptions.resourcesFolderAlias property. Specifies the name of the folder used to construct image URIs written into an SVG document...yet' , () => { let doc = new aw . Document ( base . myDir + "Rendering..."Rendering.docx" ); let options = new aw . Saving . SvgSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ShapeBase.font property | Aspose.Words for Python

    ShapeBase.font property. Provides access to the font formatting of this object.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ParagraphFormat.style property | Aspose.Words f...

    ParagraphFormat.style property. Gets or sets the paragraph style applied to this formatting.... doc = aw . Document () builder = aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . PARAGRAPH , 'MyStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.last_section property | Aspose.Words f...

    Document.last_section property. Gets the last section in the document.... doc = aw . Document () # A blank document...the first section. builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ImageSaveOptions.tiff_compression property | As...

    ImageSaveOptions.tiff_compression property. Gets or sets the type of compression to apply when saving generated images to the TIFF format.... doc = aw . Document () builder = aw . DocumentBuilder...image. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  10. LoadOptions.tempFolder property | Aspose.Words ...

    LoadOptions.tempFolder property. Allows to use temporary files when reading document... let options = new aw . Loading . LoadOptions (); options...tempFolder ); } let doc = new aw . Document ( base . myDir + "Document...

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