Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 151,020 for

2

(0.19 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. Basic Shapes

    2003-06-25T20:38:08Z circle, square, rectangle, block, triangle, polygon, star, ellipse, arrow, cross Copyright (c) 2003 Microsoft Corporation. All rights reserved. 2003-06-25T20:38:08Z 2003-06-25T...... Microsoft Visio Contains 2-D geometric shapes and directional...Microsoft Corporation Contains 2-D geometric shapes and directional...

    docs.aspose.com/diagram/ru/python-java/your-fir...
  4. Basic Shapes

    2003-06-25T20:38:08Z circle, square, rectangle, block, triangle, polygon, star, ellipse, arrow, cross Copyright (c) 2003 Microsoft Corporation. All rights reserved. 2003-06-25T20:38:08Z 2003-06-25T...... Microsoft Visio Contains 2-D geometric shapes and directional...Microsoft Corporation Contains 2-D geometric shapes and directional...

    docs.aspose.com/diagram/sv/python-java/your-fir...
  5. 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...
  6. 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...
  7. FindReplaceOptions.useSubstitutions property | ...

    FindReplaceOptions.useSubstitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns...replace(regex, @"$3 bought a $2 from $1", options); Assert.AreEqual(..." : "$3 bought a $2 from $1.\r$3 bought a $2 from $1.", doc.getText()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 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...
  9. 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...
  10. Crash when saving XLSX to PDF with Version 26.0...

    Hi all, I get a crash when saving to PDF multiple times. I think the issue is related with: which was also posted by me. So, please find a XLSX attached and see the following code: for (int i = 0; i < 2; i++) { Asp…...zip (675,2 KB) Is there anything I can do...following code: for (int i = 0; i < 2; i++) { Aspose::Cells::Startup();...

    forum.aspose.com/t/crash-when-saving-xlsx-to-pd...