Sort Score
Result 10 results
Languages All
Labels All
Results 8,561 - 8,570 of 19,546 for

aws

(0.18 sec)
  1. Granularity enumeration | Aspose.Words for Python

    aspose.words.comparing.Granularity enumeration. Specifies the granularity of changes to track when comparing two documents.... doc_a = aw . Document () builder_a = aw . DocumentBuilder...elit' ) doc_b = aw . Document () builder_b = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ViewOptions.zoom_percent property | Aspose.Word...

    ViewOptions.zoom_percent property. Gets or sets the percentage at which you want to view your document.... doc = aw . Document () builder = aw . DocumentBuilder.... view_options . view_type = aw . settings . ViewType . PAGE_LAYOUT...

    reference.aspose.com/words/python-net/aspose.wo...
  3. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT... doc = aw . Document () builder = aw . DocumentBuilder...sdt_check_box = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Formatting issue when merging two dox into one ...

    I need to merge multiple docx file into one. When I merge it there is a formatting issue in the last sentence. Please refer the attached files. merged_document.docx (21.4 KB) 2.docx (28.5 KB) 3.docx (28.3 KB) Python…...implementation: merged_document = aw.Document() merged_document.r...fileName in docx_file_paths: input = aw.Document(fileName) # Append the...

    forum.aspose.com/t/formatting-issue-when-mergin...
  5. Archiv

    Archiv...words as aw from datetime import date # načíst...načíst první dokument doc = aw.Document("calibre.docx") # načíst...

    blog.aspose.com/cs/words/compare-two-word-docum...
  6. Архивы

    Архивы...words as aw # load document doc = aw.Document("document1...options options = aw.saving.OoxmlSaveOptions(aw.SaveFormat.DOCX)...

    blog.aspose.com/ru/words/protect-word-documents...
  7. ארכיון

    ארכיון...words as aw # טען את מסמך ה-Word doc = aw.Document("document...aspose.words as aw # טען את מסמך ה-Word doc = aw.Document("document...

    blog.aspose.com/he/words/convert-word-document-...
  8. Werken met formuliervelden in Python|Aspose.Wor...

    Een formulierveld in een document invoegen, verkrijgen of formatteren Python....invoegt: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/nl/python-net/working-wit...
  9. Working with Form Fields in Python|Aspose.Words...

    Insert, obtain, or format a form field in a document using Python....document: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/python-net/working-with-f...
  10. ListFormat.is_list_item property | Aspose.Words...

    ListFormat.is_list_item property. True when the paragraph has bulleted or numbered formatting applied to it.... doc = aw . Document () builder = aw . DocumentBuilder...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...

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