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

2

(0.4 sec)
  1. 47153160.xlsx

    Sheet1 Colum 1 Colum 2 Colum 3 Colum 4 Colum 5 Colum 6 Colum 7 Colum 8 Colum 9 17 37 44 48 36 37 10 29 37 62 88 56 75 78 29 27 23 59 37 78 86 71 65 34 63 33 47 53 33 95 39 91 16 34 52 84 51 4 88 11......Sheet1 Colum 1 Colum 2 Colum 3 Colum 4 Colum 5 Colum 6 Colum...61 6 24 35 20 55 40 32 52 29 2 80 74 83 20 55 53 0 11 24 96 78...

    docs.aspose.com/cells/ru/javascript-cpp/export-...
  2. 47153160.xlsx

    Sheet1 Colum 1 Colum 2 Colum 3 Colum 4 Colum 5 Colum 6 Colum 7 Colum 8 Colum 9 17 37 44 48 36 37 10 29 37 62 88 56 75 78 29 27 23 59 37 78 86 71 65 34 63 33 47 53 33 95 39 91 16 34 52 84 51 4 88 11......Sheet1 Colum 1 Colum 2 Colum 3 Colum 4 Colum 5 Colum 6 Colum...61 6 24 35 20 55 40 32 52 29 2 80 74 83 20 55 53 0 11 24 96 78...

    docs.aspose.com/cells/sv/javascript-cpp/export-...
  3. 自动调整工作表列宽|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... AutoFitColumn ( 2 ); worksheet . AutoFitColumn (..."Hello" ); row . CreateCell ( 2 ). SetCellValue ( "1234.0023"...

    docs.aspose.com/cells/zh/net/auto-fit-columns-i...
  4. Connect Shapes|Documentation

    This section explains how to connect two shapes with Aspose.Diagram for Java.... addShape ( 2 , 2 , rectangleMaster , 0 ); long...rectangle2 = diagram . addShape ( 2 , 4 , rectangleMaster , 0 ); //...

    docs.aspose.com/diagram/java/connect-shapes/
  5. AxisScaling.log_base property | Aspose.Words fo...

    AxisScaling.log_base property. Gets or sets the logarithmic base for a logarithmic axis....value is greater than or equal to 2 and less than or equal to 1000...'Series 1' , x_values = [ 1 , 2 , 3 , 4 , 5 ], y_values = [ 1...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...words-python Prakruth September 2, 2025, 1:29pm 1 Hi, docA = aw...corrections are made in page 1,2,5 after comparing now is there...

    forum.aspose.com/t/change-pages-only-after-comp...
  7. PageSavingArgs | Aspose.Words for Java

    Provides data for the IPageSavingCallback.pageSavingcom.aspose.words.PageSavingArgs event in Java....writeln("Page 2."); builder.insertImage(getImageDir()...setPageFileName(outFileName); // 2 - Create a custom stream for the...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::get_Count method. Gets the number of elements contained in the collection in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. TabStopCollection.Equals | Aspose.Words for .NET

    Discover the TabStopCollection Equals method to easily compare TabStopCollections for equality, enhancing your coding efficiency and accuracy.... EqualTo ( 2 )); Assert . That ( tabStops [...Writeln ( "Start\tTab 1\tTab 2" ); ParagraphCollection paragraphs...

    reference.aspose.com/words/net/aspose.words/tab...
  10. Moving PDF Pages programmatically via Python|As...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Python via .NET....page to move (in this case, page 2) — this refers to a Page . Create...input_file_name ) page = document . pages [ 2 ] another_document = ap . Document...

    docs.aspose.com/pdf/python-net/move-pages/