Sort Score
Result 10 results
Languages All
Labels All
Results 4,121 - 4,130 of 19,238 for

aws

(0.06 sec)
  1. Shape.image_data property | Aspose.Words for Py...

    Shape.image_data property. Provides access to the image of the shape... doc = aw . Document ( MY_DIR + 'Images...shapes = doc . get_child_nodes ( aw . NodeType . SHAPE , True ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HtmlSaveOptions.exportTocPageNumbers property |...

    HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...fieldToc = builder . insertField ( aw . Fields . FieldType . FieldTOC...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Mail Merge Mẫu trong Python|Aspose.Words cho Py...

    Tạo mẫu Mail Merge để xác định nội dung cố định trong tài liệu đầu ra, sau đó tạo tài liệu hợp nhất bằng cách sử dụng các trường hợp nhất trong Python....create_mail_merge_template () : builder = aw . DocumentBuilder () # Insert...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/vi/python-net/mail-merge-...
  4. Archiwa

    Archiwa...words as aw from datetime import date # Załaduj...PDF PDF1 = aw.Document("Document.pdf") PDF2 = aw.Document("Document2...

    blog.aspose.com/pl/total/document-comparison-in...
  5. FieldToa.page_range_separator property | Aspose...

    FieldToa.page_range_separator property. Gets or sets the character sequence that is used to separate the start and end of a page range....field_toa_test (): doc = aw . Document () builder = aw . DocumentBuilder...field_toa = builder . insert_field ( aw . fields . FieldType . FIELD_TOA...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldToa.remove_entry_formatting property | Asp...

    FieldToa.remove_entry_formatting property. Gets or sets whether to remove the formatting of the entry text in the document from the entry in the table of authorities....field_toa_test (): doc = aw . Document () builder = aw . DocumentBuilder...field_toa = builder . insert_field ( aw . fields . FieldType . FIELD_TOA...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldToa.entry_category property | Aspose.Words...

    FieldToa.entry_category property. Gets or sets the integral category for entries included in the table....field_toa_test (): doc = aw . Document () builder = aw . DocumentBuilder...field_toa = builder . insert_field ( aw . fields . FieldType . FIELD_TOA...

    reference.aspose.com/words/python-net/aspose.wo...
  8. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection.... doc = aw . Document () # Add two runs...paragraph = doc . get_child ( aw . NodeType . PARAGRAPH , 0 ,...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CellMerge enumeration | Aspose.Words for Python

    aspose.words.tables.CellMerge enumeration. Specifies how a cell in a table is merged with other cells.... doc = aw . Document () builder = aw . DocumentBuilder...cell_format . vertical_merge = aw . tables . CellMerge . FIRST...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to tag tables to a page number in word docu...

    I am reading a word document using python-docx, python-docx·PyPI but it has limitation as it does not give us the page information. The word document has lot of tables which could be splitted to next page. The python-do…...docx" doc = aw.Document(k) doc.update_page_layout()...update_page_layout() layout_collector = aw.layout.LayoutCollector(doc) for...

    forum.aspose.com/t/how-to-tag-tables-to-a-page-...