Sort Score
Result 10 results
Languages All
Labels All
Results 8,931 - 8,940 of 18,030 for

aws

(0.06 sec)
  1. Perbedaan Versi Python dan .NET|Aspose.Words un...

    Aspose.Words for Python via .NET merupakan pembungkus Aspose.Words for .NET, halaman ini menjelaskan perbedaan fitur dan API kedua produk ini....pertama dalam dokumen: doc = aw . Document ( docs_base . my_dir...object. run = doc . get_child ( aw . NodeType . RUN , 0 , True )...

    docs.aspose.com/words/id/python-net/python-notes/
  2. Python і .NET Версія Відмінності|Aspose.Words д...

    Aspose.Words для Python via .NET є обгорткою Aspose.Words для .NET, Ця сторінка описує відмінності в особливостях і API з цих двох продуктів....першого Run в документі: doc = aw . Document ( docs_base . my_dir...object. run = doc . get_child ( aw . NodeType . RUN , 0 , True )...

    docs.aspose.com/words/uk/python-net/python-notes/
  3. Praca z dokumentem tekstowym|Aspose.Words dla P...

    Pracuj z dokumentem tekstowym i modyfikuj jego obiekty za pomocą Python....formatu zwykłego tekstu: doc = aw . Document ( docs_base . my_dir...+ "Document.docx" ) options = aw . saving . TxtSaveOptions ()...

    docs.aspose.com/words/pl/python-net/working-wit...
  4. ListFormat.removeNumbers method | Aspose.Words ...

    ListFormat.removeNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...removeNumbers (); builder . insertBreak ( aw . BreakType . ParagraphBreak...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldDde.insert_as_picture property | Aspose.Wo...

    FieldDde.insert_as_picture property. Gets or sets whether to insert the linked object as a picture....insert_linked_object_as ): doc = aw . Document () builder = aw . DocumentBuilder...insert_linked_object_as ): doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldLink.insert_as_html property | Aspose.Word...

    FieldLink.insert_as_html property. Gets or sets whether to insert the linked object as HTML format text....insert_linked_object_as ): doc = aw . Document () builder = aw . DocumentBuilder...insert_linked_object_as ): doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldLink.insert_as_bitmap property | Aspose.Wo...

    FieldLink.insert_as_bitmap property. Gets or sets whether to insert the linked object as a bitmap....insert_linked_object_as ): doc = aw . Document () builder = aw . DocumentBuilder...insert_linked_object_as ): doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldLink.format_update_type property | Aspose....

    FieldLink.format_update_type property. Gets or sets a way the linked object updates its formatting....insert_linked_object_as ): doc = aw . Document () builder = aw . DocumentBuilder...insert_linked_object_as ): doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldDdeAuto.prog_id property | Aspose.Words fo...

    FieldDdeAuto.prog_id property. Gets or sets the application type of the link information....insert_linked_object_as ): doc = aw . Document () builder = aw . DocumentBuilder...insert_linked_object_as ): doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Missing Chart Shape - Free Support Forum - aspo...

    Hello, we have a script that uses aspose words to open, find and convert all shapes in a docx document to png. In the attached document the second chart is being skipped. We noticed that if we delete the initial page br…...temp_folder = temp_folder _aspose_doc = aw.Document(filename, load_options)...in _aspose_doc.get_child_nodes(aw.NodeType.SHAPE, True): i+=1 print('DEBUG...

    forum.aspose.com/t/missing-chart-shape/312294