Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 149,774 for

2

(0.14 sec)
  1. 84378743.xlsx

    Sheet1 Id Name 1 Jane 2 Doe Id Occupation 1 Teacher 2 Engineer 3 Accountant Sheet2 Sheet3 2019-03-26T09:37:18Z 16.0300 Microsoft Excel 2006-09-16T00:00:00Z 2006-09-16T00:00:00Z 2006-09-16T00:00:00Z......Id Name 1 Jane 2 Doe Id Occupation 1 Teacher 2 Engineer 3 Accountant...

    docs.aspose.com/cells/es/go-cpp/keep-separators...
  2. Getting the Exact Coordinates of Data Points fr...

    image.png (76.1 KB) The above image shows the thumbnail rendered by Aspose image.png (36.4 KB) This image shows is the screenshot of the same slide in PowerPoint. I am using similar syntax as below: chart.ValidateCh…...potapov June 12, 2025, 5:13am 2 @apoorveslidely , Thank you for...new List<double> { 4, 2, 2, 0, 0, 2, 2, 0 }; var electricityFuelData...

    forum.aspose.com/t/getting-the-exact-coordinate...
  3. IChartDataPoint | Aspose.Words for Java

    Contains properties of a single data point on the chart in Java....assertEquals("Series 2", chart.getSeries().get(1).getName());...assertEquals("Series 3", chart.getSeries().get(2).getName()); // Emphasize the...

    reference.aspose.com/words/java/com.aspose.word...
  4. Add PDF Page Stamp to PDF|Aspose.PDF for PHP vi...

    Add a Page stamp to a PDF file using the PdfPageStamp class with PHP....input document and we want apply 2 kinds of border with blue and...PdfPageStamp ( $inputPageFile , 2 ); $plumPageStamp -> setHeight...

    docs.aspose.com/pdf/php-java/page-stamps-in-the...
  5. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart data series in PHP for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....Series 2, and Series 3 ; the rows are Category 1, Category 2, Category...$workBook -> getCell ( 0 , 2 , 0 , "Category 2" )); $chart -> getChartData...

    docs.aspose.com/slides/php-java/chart-series/
  6. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in С++ for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....Series 2, and Series 3 ; the rows are Category 1, Category 2, Category...0 , 2 , 0 , ObjectExt :: Box < String > ( u "Category 2" )));...

    docs.aspose.com/slides/cpp/chart-series/
  7. Merging and Unmerging Cells with Node.js via C+...

    Aspose.Cells is a Node.js library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, with options for customizing the merged cell style.... merge ( 5 , 2 , 2 , 3 ); // Input data into C6...C6 Cell. cells . get ( 5 , 2 ). putValue ( "This is my value"...

    docs.aspose.com/cells/nodejs-cpp/merging-and-un...
  8. Aspose::Words::NumberStyle enum | Aspose.Words ...

    Aspose::Words::NumberStyle enum. Specifies the number style for a list, footnotes and endnotes, page numbers in C++....Arabic 0 Arabic numbering (1, 2, 3, &mldr;) UppercaseRoman 1 Upper... III, &mldr;) LowercaseRoman 2 Lower case Roman (i, ii, iii,...

    reference.aspose.com/words/cpp/aspose.words/num...
  9. Aspose::Words::DocumentBuilder::MoveToBookmark ...

    Aspose::Words::DocumentBuilder::MoveToBookmark method. Moves the cursor to a bookmark in C++....firstParagraphNodes -> idx_get ( 2 ) -> get_NodeType ()); // The...doc -> GetText (). Trim ()); // 2 - Inside the bookmark, right after...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. PPT document chart via C++ | products.aspose.com

    C++ example code to draw and convert chart or diagram in PPT file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....e, 0 , 2 , ObjectExt::Box<System::String>(u "Series 2" )), chart->get_Type());...de, 2 , 0 , ObjectExt::Box<System::String>(u "Category 2" )));...

    products.aspose.com/slides/cpp/chart/ppt/