Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 153,232 for

2

(0.41 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. The conversion from Excel to PDF is encounterin...

    Hi supporter or anyone, I am using Aspose.Cells version 26.2. When converting from Excel to PDF, some Khmer characters are showing a “+” sign underneath or are being displayed as broken “0” characters, as shown in the a…...aspose-cells-java , cells-java xhytca March 2, 2026, 10:59am 1 Hi supporter...using Aspose.Cells version 26.2. When converting from Excel to...

    forum.aspose.com/t/the-conversion-from-excel-to...
  4. 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...
  5. 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...
  6. PDF trapping - Free Support Forum - aspose.com

    Using .NET, is it possible to get and remove all the trapping elements on a pdf document?...777 June 26, 2025, 2:41pm 1 Using .NET, is it possible...Professionalize.Discourse June 26, 2025, 2:42pm 2 @christian.work.777 Cause...

    forum.aspose.com/t/pdf-trapping/314494
  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. 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...
  9. Section.prependContent method | Aspose.Words fo...

    Section.prependContent method. Inserts a copy of content of the source section at the beginning of this section.... write ( "Section 2" ); builder . insertBreak ( aw...section = doc . sections . at ( 2 ); expect ( section . getText...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PageSet | Aspose.Words for Java

    Describes a random set of pages in Java....writeln("Page 2."); builder.insertImage(getImageDir()...PAGE_BREAK); builder.writeln("Page 2."); builder.insertImage(getImageDir()...

    reference.aspose.com/words/java/com.aspose.word...