Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 19,679 for

2 of

(0.08 sec)
  1. 3D Presentation|Aspose.Slides for Node.js via ....

    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.... getImage ( 2 , 2 ); slideImage . save ( "sample_3d...get_Item ( 0 ). getImage ( 2 , 2 ); slideImage . save ( "sample_3d...

    docs.aspose.com/slides/nodejs-java/3d-presentat...
  2. HtmlSaveOptions.document_split_heading_level pr...

    HtmlSaveOptions.document_split_heading_level property. Specifies the maximum level Of headings at which to split the document... Default value is 2 . @property def document_split_heading_level...formatted using Heading 1 , Heading 2 , Heading 3 etc. styles up to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartSeriesGroup.AxisY | Aspose.Words for .NET

    Discover the ChartSeriesGroup AxisY property to easily access and customize Y-axis features for enhanced data visualization in your charts....[] { "Category 1" , "Category 2" , "Category 3" }; series . Add...double [] { 2 , 3 , 4 }); series . Add ( "Series 2 of primary...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartSeriesGroup.axis_y property | Aspose.Words...

    ChartSeriesGroup.axis_y property. Provides access to properties Of the Y axis Of this series group....= [ 'Category 1' , 'Category 2' , 'Category 3' ] series . add...= [ 2 , 3 , 4 ]) series . add ( series_name = 'Series 2 of primary...

    reference.aspose.com/words/python-net/aspose.wo...
  5. NodeCollection.RemoveAt | Aspose.Words for .NET

    Effortlessly remove nodes from your collection with the NodeCollection RemoveAt method. Streamline document management by removing specific nodes quickly....example -1 means the last node, -2 means the second before last and...); builder . Write ( "Section 2" ); Assert . That ( doc . GetText...

    reference.aspose.com/words/net/aspose.words/nod...
  6. GeneralFormatCollection | Aspose.Words for Java

    Represents a typed collection Of general formats in Java....insertField("= 2 + 3"); Assert.assertEquals("= 2 + 3", field.getFieldCode());...update(); Assert.assertEquals("= 2 + 3 \\# $###.00", field.getFieldCode());...

    reference.aspose.com/words/java/com.aspose.word...
  7. ChartLegend | Aspose.Words for Java

    Represents chart legend properties in Java....assertEquals("Series 2", chart.getSeries().get(1).getName());...assertEquals("Series 3", chart.getSeries().get(2).getName()); // Move the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  8. NodeList.Item | Aspose.Words for .NET

    Access specific nodes effortlessly with the NodeList Item property. Retrieve nodes by index for streamlined data manipulation and efficient coding....example -1 means the last item, -2 means the second before last and...InsertCell (); builder . Write ( "Cell 2" ); builder . EndTable (); builder...

    reference.aspose.com/words/net/aspose.words/nod...
  9. VbaModuleCollection.Item | Aspose.Words for .NET

    Access VbaModule objects effortlessly with the VbaModuleCollection Item property. Enhance your VBA projects with easy indexing and improved management....VbaModuleCollection indexer (1 of 2) Retrieves a VbaModule object...vbaModules . Remove ( vbaModules [ 2 ]); See Also class VbaModule class...

    reference.aspose.com/words/net/aspose.words.vba...
  10. Trend Line|Aspose.Slides Documentation

    Add trend line and custom line to PowerPoint presentations in C# or .NET...series 2. Adding moving average trend line for chart series 2. Adding...Logarithmic trend line for chart series 2 ITrendline tredLineLog = chart...

    docs.aspose.com/slides/net/trend-line/