Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 150,870 for

2

(0.13 sec)
  1. AttributeError: type object 'aspose.email.mapi....

    AttributeError: type object ‘aspose.email.mapi.MapiMessage’ has no attribute ‘from_file’ when loading the .msg file from aspose.email.mapi import MapiMessage msg = MapiMessage.from_file(“message.msg”)...Kolambran July 2, 2025, 4:57pm 1 AttributeError:...Professionalize.Discourse July 2, 2025, 4:58pm 2 @Sijo.Kolambran Cause...

    forum.aspose.com/t/attributeerror-type-object-a...
  2. NodeCollection.contains method | Aspose.Words f...

    NodeCollection.contains method. Determines whether a node is in the collection.... write ( 'Run 2. ' ) # Every invocation of the...first_paragraph . runs self . assertEqual ( 2 , runs . count ) # We can also...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.isDeleteRevision property | Aspose.Wo...

    Paragraph.isDeleteRevision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled....appendParagraph ( "Paragraph 2. " ); body . appendParagraph (...4 ); para = paragraphs . at ( 2 ); para . remove (); // Such paragraphs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Paragraph.is_insert_revision property | Aspose....

    Paragraph.is_insert_revision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled....append_paragraph ( 'Paragraph 2. ' ) body . append_paragraph (... count ) para = paragraphs [ 2 ] para . remove () # Such paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CompositeNode.count property | Aspose.Words for...

    CompositeNode.count property. Gets the number of immediate children of this node....Run ( doc = doc , text = 'Run 2. ' ) run3 = aw . Run ( doc = doc...paragraph_text ) self . assertEqual ( 'Run 2. Initial text.' , paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomXmlSchemaCollection.removeAt method | Asp...

    CustomXmlSchemaCollection.removeAt method. Removes a value at the specified index.... toEqual ( 2 ); // Enumerate the schemas and...index: schemas . removeAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CustomPart.Clone | Aspose.Words for .NET

    Discover the CustomPart Clone method for creating efficient deep copies of objects without duplicating Data bytes. Optimize your coding process today!... EqualTo ( 2 )); // Clone the second part,...PackageCustomParts . RemoveAt ( 2 ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Add TOC to Existing PDF in PHP|Aspose.PDF for Java

    Explore how to add a table of contents (TOC) to an existing PDF document in PHP with Aspose.PDF for improved navigation....page" ); $i = 0 ; while ( $i < 2 ){ # Create Heading object $heading2...getPages () -> get_Item ( $i + 2 )); # Destination page $heading2...

    docs.aspose.com/pdf/java/add-toc-to-existing-pd...
  9. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。...( worksheet_index , 0 , 2 , "Series 2" ), chart . type ) # 添加新类别。...( worksheet_index , 2 , 0 , "Category 2" )) chart . chart_data...

    docs.aspose.com/slides/zh/python-net/create-chart/
  10. CellsException: Invalid shift option with inser...

    When I use the insertCutCells method exactly as outlined here and I provide the ShiftType.NONE option, I always get the error: com.aspose.cells.CellsException: Invalid shift option. I want to do a cut, but not insert t…...desktop Excel: 1) selecting range 2) shortcut ctrl + x 3) selecting...Discourse June 16, 2025, 9:10pm 2 @cwedwards92 The error you’re...

    forum.aspose.com/t/cellsexception-invalid-shift...