Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 155,495 for

2

(1.56 sec)
  1. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for C++. Our guide will show you how to modify the labels' appearance, position, and formatting, as well as how to link them to your data source for accurate data representation....PutValue ( 2 ); sheet . GetCells (). Get ( 0 , 2 ). PutValue...( 1 , 2 ). PutValue ( 6 ); sheet . GetCells (). Get ( 2 , 0 )...

    docs.aspose.com/cells/cpp/adding-custom-labels-...
  2. PPTX document chart using .NET | products.aspos...

    C# source code to draw and convert chart or diagram in PPTX file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....GetCell(defaultWorksheetInde, 1 , 3 , "Series 2" ), chart.Type); //Take first...e, 2 , 1 , 1 ), fact.GetCell(defaultWorksheetInde, 2 , 2 , 3...

    products.aspose.com/slides/net/chart/pptx/
  3. TxtLoadOptions.DetectNumberingWithWhitespaces |...

    Optimize your document imports with TxtLoadOptions' DetectNumberingWithWhitespaces feature, ensuring accurate recognition of numbered lists from plain text....2.) uses both whitespaces and dot...First list item 1\n" + "2. First list item 2\n" + "3. First list...

    reference.aspose.com/words/net/aspose.words.loa...
  4. TxtLoadOptions.detect_numbering_with_whitespace...

    TxtLoadOptions.detect_numbering_with_whitespaces property. Allows to specify how numbered list items are recognized when document is imported from plain text format...2.) uses both whitespaces and dot...list item 1 \n ' + '2. First list item 2 \n ' + '3. First list...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Read the values of the GridWeb cells on Client ...

    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....2.1/jquery.min.js" ></ script >...col : 1 2: C1 , value is : sample , row : 0 , col : 2 3: D1 ,...

    docs.aspose.com/cells/java/read-the-values-of-t...
  6. 在客户端读取GridWeb单元格的值|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....2.1/jquery.min.js" ></ script >...col : 1 2: C1 , value is : sample , row : 0 , col : 2 3: D1 ,...

    docs.aspose.com/cells/zh/java/read-the-values-o...
  7. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...Family cells-net BASSETTI May 2, 2025, 2:40pm 1 Hello, I need to manage...Professionalize.Discourse May 2, 2025, 2:40pm 2 @BASSETTI Could you please...

    forum.aspose.com/t/checkbox-on-excel/312207
  8. Draw Triangle|Documentation

    This section explains how to draw triangle in a visio page with Aspose.Diagram. Support using C# to draw triangle and save as pdf, svg, html, image, xps and other formats.... DrawPolyline ( 1 , 1 , 2 , 2 , ps ); // Save diagram diagram...0 ]. DrawPolyline ( 1 , 1 , 2 , 2 , ps ); // Save diagram as SVG...

    docs.aspose.com/diagram/net/drawing/draw-triangle/
  9. Bookmarks are not getting added, docx to pdf co...

    Hi Team, I have aspose.total license, currently developing java api for conversion of docx to pdf using aspose word, in this bookmarks are not getting added in pdf while converting. code snippet to add book mark PdfSav…...add("Bookmark 2", 2); // Level 2 outlineLevels.add("Bookmark...SetDefaultBookmarksO(2); options.getOutlineOptions().SetExpandedOutlineLe(2); Please...

    forum.aspose.com/t/bookmarks-are-not-getting-ad...
  10. DocumentBuilder.rowFormat property | Aspose.Wor...

    DocumentBuilder.rowFormat property. Returns an object that represents current table row formatting properties.... write ( "Row 1, Col 2" ); builder . endRow (); // Changing...insertCell (); builder . write ( "Row 2, Col 1" ); builder . insertCell...

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