Sort Score
Result 10 results
Languages All
Labels All
Results 5,041 - 5,050 of 150,903 for

2

(0.14 sec)
  1. Aspose.Words nuget 24.11.1 has refernce to auto...

    https://www.nuget.org/packages/Aspose.Words/24.11.1 is this really required? given there is DI built in to .net now. also it is 2 years and 2 majors old. which will likely cause version conflicts for anyone consumin…... also it is 2 years and 2 majors old. which will likely...noskov November 20, 2024, 5:55am 2 @SimonCroppPmc Yes, Autofac is...

    forum.aspose.com/t/aspose-words-nuget-24-11-1-h...
  2. FootnoteNumberingRule | Aspose.Words for Java

    Determines when automatic footnote or endnote numbering restarts in Java....write("Text 2. "); builder.insertFootnote(FootnoteType...insertFootnote(FootnoteType.FOOTNOTE, "Footnote 2."); builder.insertBreak(BreakType...

    reference.aspose.com/words/java/com.aspose.word...
  3. CommentCollection indexer | Aspose.Words for Py...

    CommentCollection indexer. Retrieves a [Comment](../../comment/) at the given index....example -1 means the last item, -2 means the second before last and...reply' ) self . assertEqual ( 2 , comment . replies . count )...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartSeries.bubble_sizes property | Aspose.Word...

    ChartSeries.bubble_sizes property. Gets a collection of bubble sizes for this chart series....9 , 2.45 , 3 ], y_values = [ 1 , - 0...0 ], bubble_sizes = [ 2 , 1.1 , 2.95 , 2 ]) # Show data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CustomPart.IsExternal | Aspose.Words for .NET

    Discover the CustomPart IsExternal property, learn how it defines internal vs. external custom parts in OOXML packages for streamlined data management.... EqualTo ( 2 )); // Clone the second part,...PackageCustomParts . RemoveAt ( 2 ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  6. CustomPart.ContentType | Aspose.Words for .NET

    Discover how the CustomPart ContentType property defines your custom part's content type, enhancing functionality and user experience.... EqualTo ( 2 )); // Clone the second part,...PackageCustomParts . RemoveAt ( 2 ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  7. Formula Expressions | Aspose.Tasks Documentation

    This document provides guidance on working with formula expressions using Aspose.Tasks for C++....project = CreateTestProjectWit(); 2 3 // Set arithmetic formula for...attr -> set_Formula(u "(1+3*(2+ -5)+8/2)^3" ); 7 8 // Display extended...

    docs.aspose.com/tasks/cpp/formula-expressions/
  8. Converting EML file to PDF using aspose - Free ...

    Hi Team, In our project we are trying to convert eml to pdf file and code is as below: MailMessage message = MailMessage.Load(source); System.IO.MemoryStream msMsg = new System.IO.MemoryStream(); message.Save(msMsg, As…...samodurova February 26, 2026, 8:24pm 2 Hello @Nithyav , Thank you for...more information. Nithyav March 2, 2026, 6:46am 5 Hi Alexey, Our...

    forum.aspose.com/t/converting-eml-file-to-pdf-u...
  9. CustomXmlSchemaCollection.RemoveAt | Aspose.Wor...

    Effortlessly manage your CustomXmlSchemaCollection with the RemoveAt method—quickly remove values by index for streamlined data handling.... EqualTo ( 2 )); // Enumerate the schemas and...index: schemas . RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/net/aspose.words.mar...
  10. TabStopCollection indexer | Aspose.Words for Py...

    TabStopCollection indexer. Gets a tab stop at the given index.... assertEqual ( 2 , tab_stops . count ) self . assertFalse...writeln ( 'Start \t Tab 1 \t Tab 2' ) paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...