Sort Score
Result 10 results
Languages All
Labels All
Results 6,121 - 6,130 of 133,409 for

2

(0.06 sec)
  1. ChartLegendEntryCollection | Aspose.Words for Java

    Represents a collection of chart legend entries in Java...."AW Category 1", "AW Category 2" }; ChartSeries series1 = series...double[] { 1.0, 2.0 }); series.add("Series 2", categories, new...

    reference.aspose.com/words/java/com.aspose.word...
  2. ChartType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartType enumeration. Specifies type of a chart....= [ "Category 1" , "Category 2" , "Category 3" ]; // Insert two...series . add ( "Series 2" , categories , [ 64.2 , 79.5 , 94.0 ]);...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose.word.dll Chart formatting issue - Free S...

    Hi Aspose team, I want to generate chart as shown in below picture, Can you please help on this. I am able to generate bellow chart but not able to add images on MajorGridLines...Discourse April 23, 2025, 1:57pm 2 @Amol_Hekade To add images on..."Category 1", "Category 2" }, new double[] { 1.0, 2.0 }); // Hide major...

    forum.aspose.com/t/aspose-word-dll-chart-format...
  4. Aspose.PSD failed to maintain curved text - Fre...

    I have a PSD containing curved text as below test_expected.jpg (59.5 KB) When it’s loaded using Aspose.PSD 24.11 and exported to PND/JPEG the curved text is distorted. The code I used:...Sorokin November 21, 2024, 5:37pm 2 @OrangeLogic At this moment Aspose...team. OrangeLogic May 19, 2025, 2:01am 3 Hi, what is the current...

    forum.aspose.com/t/aspose-psd-failed-to-maintai...
  5. New Line in Cells|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....createRow ( 2 ); Cell cell = row . createCell ( 2 ); cell . setCellValue...

    docs.aspose.com/cells/java/new-line-in-cells/
  6. How to add Sensitivity Label to an Excel file -...

    Given the workbook object. How do I add the Sensitivity Label in C#?...Discourse May 19, 2025, 8:27pm 2 @BRGQST To add a Sensitivity Label...correct? John.He May 20, 2025, 2:14am 4 @BRGQST Please refer to...

    forum.aspose.com/t/how-to-add-sensitivity-label...
  7. Add Page Stamp to PDF using Java | Aspose.PDF

    Add page stamp to PDF file programmatically with Java sample code using Aspose.PDF for Java...._dataDir + pageStampFileName , 2 ); plumPageStamp . setHeight (...1 ; i < 5 ; i ++ ) { if ( i % 2 == 0 ) document . getPages ()...

    products.aspose.com/pdf/java/stamps/page/
  8. TxtSaveOptions.listIndentation property | Aspos...

    TxtSaveOptions.listIndentation property. Gets a [TxtListIndentation](../../txtlistindentation/) object that specifies how many and which character to use for indentation of list levels... writeln ( "Item 2" ); builder . listFormat . listIndent...1 ${ newLine } ` + ` a. Item 2 ${ newLine } ` + ` i. Item 3 ${...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageSet.Odd | Aspose.Words for .NET

    Discover the PageSet Odd property to easily retrieve all odd pages of your document in their original order for efficient document management....Writeln ( $"Page {i + 1} ({(i % 2 == 0 ? " odd " : " even ")})"...ExportPageSet.Even.pdf" , options ); // 2 - Save only the odd-numbered pages:...

    reference.aspose.com/words/net/aspose.words.sav...
  10. AxisScaleType enumeration | Aspose.Words for Py...

    aspose.words.drawing.charts.AxisScaleType enumeration. Specifies the possible scale types for an axis....'Series 1' , x_values = [ 1 , 2 , 3 , 4 , 5 ], y_values = [ 1...cover our X-value range (0, 1, 2, 3...). # A linear axis is not...

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