Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 36,465 for

index

(0.75 sec)
  1. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python....reference to a slide using its index. Add a chart with some data...Set the index of the chart data sheet. worksheet_index = 0 # Get...

    docs.aspose.com/slides/python-net/create-chart/
  2. ChartDataLabel class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataLabel class. Represents data label on a chart point or trendline... index Specifies the index of the containing...containing element. This index shall determine which of the parent’s children...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Add Ellipses to Presentations in .NET|Aspose.Sl...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for .NET across PPT and PPTX presentations—C# code examples included....reference of a slide by using its Index Add an AutoShape of Ellipse...reference of a slide by using its Index. Add an AutoShape of Ellipse...

    docs.aspose.com/slides/net/ellipse/
  4. Aspose.Cells 8.1.0中的公共API更改|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....Workbook's Style Collection int index = book . getStyles (). add ();...book . getStyles (). get ( index ); //Set Number format for Style...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Delete a Slide|Aspose.Slides 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....the source document and the index of the slide to be deleted to...//Accessing a slide using its index in the slides collection ISlide...

    docs.aspose.com/slides/net/delete-a-slide/
  6. CustomXmlProperty Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.CustomXmlProperty class, designed to simplify managing custom XML attributes and smart tag properties for enhanced document control.... Count ]; int index = 0 ; foreach ( CustomXmlProperty... Properties ) properties [ index ++] = $"\" { cxp . Name } \...

    reference.aspose.com/words/net/aspose.words.mar...
  7. 用 C++ 在 ODS 文件中保存数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 在 ODS 文件中保存数据透视表。...table to the worksheet int index = pivotTables . Add ( u "=A1:C8"...pivotTable = pivotTables . Get ( index ); // Unshow grand totals for...

    docs.aspose.com/cells/zh/cpp/save-pivot-table-i...
  8. Add Image Hyperlinks|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for JavaScript via C++ API....Set the 4th row height (row index 3) const row = worksheet . cells...the C column width (column index 2) const column = worksheet...

    docs.aspose.com/cells/javascript-cpp/add-image-...
  9. Aspose::Words::Fields::Field::Update method | A...

    Aspose::Words::Fields::Field::Update method. Performs the field update. Throws if the field is being updated already in C++....field -> Update (); int32_t index = 0 ; { System :: SharedPtr...u "General format index {0}: {1}" , index ++ , generalFormatEnumera...

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

    Create and customize charts in PowerPoint presentations with Aspose.Slides for Node.js. Add, format, and edit charts with practical code examples in JavaScript....slide’s reference through its index. Add a chart with some data...setShowValue ( true ); // Sets the index for the chart data sheet var...

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