Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 19,679 for

2 of

(0.09 sec)
  1. Convert OneNote to PDF with replacing of missin...

    Convert OneNote to PDF using C# API and learn to set default font or replace missing fonts or set fonts from stream.... 2 string dataDir = RunExamples....path to the documents directory. 2 string dataDir = RunExamples....

    docs.aspose.com/note/net/convert-onenote-to-pdf...
  2. 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-...
  3. Excel Export - Gap Missing when using arrays of...

    While working with arrays, we are facing an issue in excel where the gap between different elements is maintained correctly for an array Of objects, but not for an array Of strings. When using an array Of objects, the t…...Family geetha123 July 1, 2025, 2:35pm 1 While working with arrays...amjad.sahi July 1, 2025, 6:03pm 2 @geetha123 , Thanks for the sample...

    forum.aspose.com/t/excel-export-gap-missing-whe...
  4. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...aaronadditive March 29, 2025, 2:38am 1 Hello, I wanted to understand...Discourse March 29, 2025, 2:38am 2 @aaronadditive To access the...

    forum.aspose.com/t/access-rendered-value-of-cel...
  5. Example of using group layers in Aspose.PSD for...

    Using Of Group Layer Of PSD File via C#...group are “Layer 1” and “Layer 2”. After modifying the group layers...

    docs.aspose.com/psd/net/psd-group-layer/
  6. Read Timephased Data of a Resource in PHP

    Learn how to generate or edit timephased data Of MicrosOft Project (MPP/XML) resources using Aspose.Tasks Java for PHP....mpp' ); 2 $resource = $project -> getResources...

    docs.aspose.com/tasks/java/read-timephased-data...
  7. Data Points of Treemap and Sunburst Chart|Aspos...

    Add sunburst chart in PowerPoint presentation in Python... data_point_levels [ 2 ] . label branch1Label . data_label_format...

    docs.aspose.com/slides/python-net/data-points-o...
  8. Apply Different Style on the Each Text Value of...

    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....getValue () -> add ( new Cp ( 2 )); $shape -> getText () -> getValue...getChars () -> getChar ( 2 ) -> setIX ( 2 ); $shape -> getChars...

    docs.aspose.com/diagram/java/apply-different-st...
  9. Example of using group layers in Aspose.PSD for...

    Using Of Group Layer Of PSD File via Java...group are “Layer 1” and “Layer 2” respectively. Once you’ve manipulated...

    docs.aspose.com/psd/java/psd-group-layer/
  10. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for C++ API.... InsertRow ( 2 ); // Path of output excel file...worksheet . GetCells (). InsertRows ( 2 , 10 ); // Path of output excel...

    docs.aspose.com/cells/cpp/inserting-and-deletin...