Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 19,985 for

2 of

(0.06 sec)
  1. ChartFormat class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartFormat class. Represents the formatting Of a chart element..."Category 2" ]; series . add ( "Series 1" , categories , [ 1 , 2 ]);...]); series . add ( "Series 2" , categories , [ 3 , 4 ]); // Format...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TabStopCollection.count property | Aspose.Words...

    TabStopCollection.count property. Gets the number Of tab stops in the collection.... assertEqual ( 2 , tab_stops . count ) self . assertFalse...writeln ( 'Start \t Tab 1 \t Tab 2' ) paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartAxisType enumeration | Aspose.Words for Py...

    aspose.words.drawing.charts.ChartAxisType enumeration. Specifies type Of chart axis....= [ 'Category 1' , 'Category 2' , 'Category 3' ] # Insert two...series . add ( 'Series 2' , categories , [ 64.2 , 79.5 , 94.0 ]) #...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with multipage image formats|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....startPage = 3 ; int countPage = 2 ; try ( Image image = Image ....inputFileName )) { //export only 2 pages if ( image instanceof IMultipageImage...

    docs.aspose.com/imaging/java/working-with-multi...
  5. ChartDataLabelCollection.ClearFormat | Aspose.W...

    Discover how to use the ClearFormat method in ChartDataLabelCollection to effortlessly reset all chart data label formats for cleaner visuals....( "Series 2" )); Assert . That ( chart . Series [ 2 ]. Name ,.... Series [ 1 ]. DataLabels [ 2 ]; dataLabel . Format . Fill ...

    reference.aspose.com/words/net/aspose.words.dra...
  6. TickLabels.Offset does not work - Free Support ...

    Hi guys, I am trying to add Offset to my value axis ticklabel but it does not work. The purpose would be to add space between the end Of the curve and the ticklabels to display the end point value (datalabels) correctl…...sahi April 18, 2025, 1:01pm 2 @hormancey , Thanks for the sample...line amjad.sahi April 18, 2025, 2:01pm 4 @hormancey , Unfortunately...

    forum.aspose.com/t/ticklabels-offset-does-not-w...
  7. CustomXmlSchemaCollection Class | Aspose.Words ...

    Explore the Aspose.Words.Markup.CustomXmlSchemaCollection class for managing XML schemas linked to custom XML parts, enhancing document flexibility and control.... EqualTo ( 2 )); // Enumerate the schemas and...index: schemas . RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Aspose::Words::Drawing::WrapType enum | Aspose....

    Aspose::Words::Drawing::WrapType enum. Specifies how text is wrapped around a shape or picture in C++.... Square 2 Wraps text around all sides of...() - shape -> get_Width ()) / 2 ); shape -> set_Top (( builder...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Create or Update PowerPoint Presentation Charts...

    Create chart in PowerPoint presentation in Java...defaultWorksheetInde , 0 , 2 , "Series 2" ), chart . getType ());...defaultWorksheetInde , 2 , 0 , "Caetegoty 2" )); chart . getChartData...

    docs.aspose.com/slides/java/create-chart/