Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 19,679 for

2 of

(0.07 sec)
  1. TableCollection indexer | Aspose.Words for Python

    TableCollection indexer. Retrieves a [Table](../../table/) at the given index....example -1 means the last item, -2 means the second before last and... tables self . assertEqual ( 2 , len ( list ( tables ))) i =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Resize EPS | .NET API Solution

    Resize EPS functionality Offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....NET 2 3 // The path to the documents...SizeF(oldSize. Width * 2, oldSize. Height * 2), Units. Points );...

    docs.aspose.com/page/net/resize-eps/
  3. Aspose::Words::Markup::CustomXmlPropertyCollect...

    Aspose::Words::Markup::CustomXmlPropertyCollection::Add method. Adds a property to the collection in C++...."2003" , properties -> idx_get ( 2 ) -> get_Value ()); ASSERT_EQ...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. CustomPartCollection Class | Aspose.Words for .NET

    Explore the Aspose.Words.Markup.CustomPartCollection class for managing CustomPart objects efficiently. Enhance your document processing capabilities today!... EqualTo ( 2 )); // Clone the second part,...PackageCustomParts . RemoveAt ( 2 ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Problem fileupload with ftp in asp.net - Free S...

    i have asp.net web page has fileupload to let user upload any file he want from his pc to web site ftp the problem is that code work good in my pc local but when i upload the web site the code not work and show me th…...Settings\XPPRESP3\Desktop\New Folder (2)\test.zip' private void Upload(string...dream_life_2005 June 30, 2017, 1:03am #2 hello to all any one can help...

    forum.aspose.com/t/problem-fileupload-with-ftp-...
  6. FindReplaceOptions.direction property | Aspose....

    FindReplaceOptions.direction property. Selects direction for replace... writeln ( "Match 2." ); builder . writeln ( "Match...toEqual ([ "Match 1" , "Match 2" , "Match 3" , "Match 4" ]); break...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FindReplaceDirection enumeration | Aspose.Words...

    Aspose.Words.Replacing.FindReplaceDirection enumeration. Specifies direction for replace operations.... writeln ( "Match 2." ); builder . writeln ( "Match...toEqual ([ "Match 1" , "Match 2" , "Match 3" , "Match 4" ]); break...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. High CPU / Memory utilization on generating sim...

    Aspose-pdf-java utilizes a lot Of CPU/RAM resources with generating and saving pdf document with 1 table 20K rows and 10 columns. Here is an example Of my code private static final int ROWS_COUNT = 20000; private sta…...call the savePdfAspose function 2 times and it tasks 20-30 seconds...fayyaz April 29, 2021, 3:49pm 2 @taghayan I have been able to...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  9. ChartSeriesCollection.Count | Aspose.Words for ...

    Discover the ChartSeriesCollection Count property, which provides the total number Of ChartSeries in your collection for enhanced data visualization....= { "Category 1" , "Category 2" , "Category 3" , "Category 4"..., new [] { 4.4 , 7.0 , 3.5 , 2.1 }); // A chart series can also...

    reference.aspose.com/words/net/aspose.words.dra...
  10. FieldFormat class | Aspose.Words for Python

    aspose.words.fields.FieldFormat class. Provides typed access to field's numeric, date and time, and general formatting...insert_field ( '= 2 + 3' ) self . assertEqual ( '= 2 + 3' , field...update () self . assertEqual ( '= 2 + 3 \\ # $###.00' , field . get_field_code...

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