Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 15,217 for

aws

(0.07 sec)
  1. Een document versleutelen in Python|Aspose.Word...

    Versleutel uw document met behulp van geschikte encryptie-algoritmen voor specifieke documentformaten in Python....words as aw # Create a document. doc = aw . Document ()...() builder = aw . DocumentBuilder ( doc ) builder . write ( "Hello...

    docs.aspose.com/words/nl/python-net/encrypt-a-d...
  2. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    HtmlSaveOptions ExportShapesAsSvg property. Controls whether Shape nodes are converted to SVG images when saving to HTML MHTML EPUB or AZW3. Default value is false in C#....style=\"-aw-left-pos:0pt; -aw-rel-hpos:column; -aw-rel-vpos:paragraph;...-aw-rel-vpos:paragraph; -aw-top-pos:0pt; -aw-wrap-type:inline\">" + "<svg...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 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...
  4. Footnote.story_type property | Aspose.Words for...

    Footnote.story_type property. Returns [StoryType.FOOTNOTES](../../../aspose.words/storytype/#FOOTNOTES) or [StoryType.ENDNOTES](../../../aspose.words/storytype/#ENDNOTES).... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. 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...
  7. DocumentBuilder.write method | Aspose.Words for...

    DocumentBuilder.write method. Inserts a string into the document at the current insert position.... doc = aw . Document () builder = aw . DocumentBuilder...font . border . line_style = aw . LineStyle . DASH_DOT_STROKER...

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

    aspose.words.ai.AiModel class. Represents information about a Generative Language Model.... first_doc = aw . Document ( MyDir + "Big document...document.docx" ) second_doc = aw . Document ( MyDir + "Document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentVisitor.visit_body_start method | Aspos...

    DocumentVisitor.visit_body_start method. Called when enumeration of the main text story in a section has started....test_doc_structure_to_text ( self ): doc = aw . Document ( MY_DIR + "Docum...()) class DocStructurePrinter ( aw . DocumentVisitor ): """Traverses...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentVisitor.visit_paragraph_end method | As...

    DocumentVisitor.visit_paragraph_end method. Called when enumeration of a paragraph has ended....test_doc_structure_to_text ( self ): doc = aw . Document ( MY_DIR + "Docum...()) class DocStructurePrinter ( aw . DocumentVisitor ): """Traverses...

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