Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 39,333 for

2

(0.11 sec)
  1. Create and Embed an Excel Chart as an OLE Objec...

    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 N. America 1.5 2 1.5 2.5 // 3 S. America 2 1.75 2 2 // 4...4 Europe 2.25 2 2.5 2 // 5 Asia 2.5 2.5 2 2.75 SetCellValue (...

    docs.aspose.com/slides/net/create-and-embed-an-...
  2. TextColumnCollection.SetCount | Aspose.Words fo...

    Optimize your layout with the TextColumnCollection SetCount method, effortlessly arranging text into your desired number of columns for enhanced readability.... SetCount ( 2 ); builder . Writeln ( "Column...); builder . Writeln ( "Column 2." ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/tex...
  3. ChartSeriesGroup.DoughnutHoleSize | Aspose.Word...

    Discover the ChartSeriesGroup DoughnutHoleSize property to easily customize your doughnut chart's hole size percentage for enhanced data visualization....[] { "Category 1" , "Category 2" , "Category 3" }; chart . Series...categories , new double [] { 4 , 2 , 5 }); // Format the Doughnut...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Document.revisionsView property | Aspose.Words ...

    Document.revisionsView property. Gets or sets a value indicating whether to work with the original or revised version of a document.... at ( 2 ). listLabel . labelString )....); expect ( paragraphs . at ( 2 ). listLabel . labelString )....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Chart.legend property | Aspose.Words for Python

    Chart.legend property. Provides access to the chart legend properties.... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Move the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Save Word document as PDF corrupts Tab markup -...

    Hi. We have very simple Word document, which we would like to save as PDF using Aspose.Words latest version 25.3.0. Unfortunately this operation corrupts document markup (Tabs are lost). Please see attached source docu…...Discourse April 1, 2025, 9:51am 2 @sergii.chyzh It seems that you...location/ sergii.chyzh April 2, 2025, 8:42am 4 Hi @alexey.noskov...

    forum.aspose.com/t/save-word-document-as-pdf-co...
  7. 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...
  8. Moving Tasks

    Learn how to move with Microsoft Project (MPP/XML) the tasks under another ones using Aspose.Tasks for .NET....mpp" ); 2 project. CalculationMode = CalculationMode...Project( "New Project.mpp" ); 2 // Move tasks with id 5 before...

    docs.aspose.com/tasks/net/moving-tasks/
  9. Revision Class | Aspose.Words for .NET

    Explore the Aspose.Words.Revision class to manage tracked changes in documents. Easily identify revision types for seamless document editing.... AreEqual ( 2 , doc . Revisions . Count ); //.... Write ( "This is revision #2." ); // Now move the node to create...

    reference.aspose.com/words/net/aspose.words/rev...
  10. RevisionType | Aspose.Words for Java

    Specifies the type of change being tracked in Revision in Java....assertEquals(2, doc.getRevisions().getCount());...builder.write("This is revision #2."); // Now move the node to create...

    reference.aspose.com/words/java/com.aspose.word...