Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 19,462 for

aws

(0.17 sec)
  1. FileFormatUtil.extensionToSaveFormat method | A...

    FileFormatUtil.extensionToSaveFormat method. Converts a file name extension into a [SaveFormat](../../saveformat/) value....file extension" ); let info = aw . FileFormatUtil . detectFileFormat...expect ( loadFormat ). toEqual ( aw . LoadFormat . Doc ); // Below...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. StructuredDocumentTag.lock_contents property | ...

    StructuredDocumentTag.lock_contents property. When set to ``True``, this property will prohibit a user from editing the contents of this SDT.... doc = aw . Document () builder = aw . DocumentBuilder... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DigitalSignature.certificate_holder property | ...

    DigitalSignature.certificate_holder property. Returns the certificate holder object that contains the certificate was used to sign the document.... assertFalse ( aw . FileFormatUtil . detect_file_format...document. certificate_holder = aw . digitalsignatures . CertificateHolder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Run constructor | Aspose.Words for Python

    aspose.words.Run constructor... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HtmlSaveOptions.officeMathOutputMode property |...

    HtmlSaveOptions.officeMathOutputMode property. Controls how OfficeMath objects are exported to HTML, MHTML or EPUB... let doc = new aw . Document ( base . myDir + "Office...HTML text. let options = new aw . Saving . HtmlSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DigitalSignatureType enumeration | Aspose.Words...

    aspose.words.digitalsignatures.DigitalSignatureType enumeration. Specifies the type of a digital signature.... assertFalse ( aw . FileFormatUtil . detect_file_format...document. certificate_holder = aw . digitalsignatures . CertificateHolder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DigitalSignatureCollection indexer | Aspose.Wor...

    DigitalSignatureCollection indexer. Gets a document signature at the specified index.... assertFalse ( aw . FileFormatUtil . detect_file_format...document. certificate_holder = aw . digitalsignatures . CertificateHolder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ShapeBase.horizontalAlignment property | Aspose...

    ShapeBase.horizontalAlignment property. Specifies how the shape is positioned horizontally....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. ShapeBase.is_layout_in_cell property | Aspose.W...

    ShapeBase.is_layout_in_cell property. Gets or sets a flag indicating whether the shape is displayed inside a table or outside of it.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Table.convert_to_horizontally_merged_cells meth...

    Table.convert_to_horizontally_merged_cells method. Converts cells horizontally merged by width to cells merged by [CellFormat.horizontal_merge](../../cellformat/horizontal_merge/).... doc = aw . Document ( file_name = MY_DIR...cell_format . horizontal_merge == aw . tables . CellMerge . NONE for...

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