Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 36,464 for

index

(0.19 sec)
  1. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_set method. Gets or sets a GradientStop object in the collection in C++....GradientStopCollecti :: idx_set ( int32_t index , const System :: SharedPtr...// Remove gradient stop at index 1. gradientStops -> RemoveAt...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Implementing Non-Sequential Ranges with Node.js...

    Learn how to create named non‑sequential ranges with Aspose.Cells for Node.js via C++. Use non‑adjacent cell ranges effectively....a non‑sequenced range const index = workbook . getWorksheets ()...getWorksheets (). getNames (). get ( index ); // Creating a non‑sequential...

    docs.aspose.com/cells/nodejs-cpp/implementing-n...
  3. Remove Excel Table using C#

    Follow this article to remove Excel table using C#. It has the IDE settings, steps, and a sample code showing how to remove table format in Excel using C#....RemoveAt() method by providing the index of the table to remove Save...method by providing the table index in the collection to remove...

    kb.aspose.com/cells/net/remove-excel-table-usin...
  4. Add Slides to Presentations in JavaScript|Aspos...

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Node.js via Java — seamless, efficient slide insertion in seconds....specified by the zero-based index. Aspose.Slides for Node.js via...add a slide at the required index rather than only at the end...

    docs.aspose.com/slides/nodejs-java/add-slide-to...
  5. Aspose::Words::VariableCollection::idx_get meth...

    Aspose::Words::VariableCollection::idx_get method. Gets or a sets a document variable by the case-insensitive name. null values are not allowed as a right hand side of the assignment and will be replaced by empty string in C++....Contains ( u "City" )); // 2 - By index: variables -> RemoveAt ( 1 );...document variable at the specified index. null values are not allowed...

    reference.aspose.com/words/cpp/aspose.words/var...
  6. Load font files from disc | API Solution | .NET

    .NET API Solution to manage fonts. Learn how to load fonts from a disc with a few lines of C# code. Code examples of loading functionality....Length)); for ( int index = 0 ; index < fds.Length; index++) { string...string fontName = fds[index].FontName; Console.WriteLine( string .Format(...

    products.aspose.com/font/net/load-font-from-disc/
  7. 使用现代 API 增强图像处理|Aspose.Slides 文档

    通过使用 Java 现代 API 替换已弃用的图像 API,实现幻灯片图像处理的现代化,以便无缝进行 PowerPoint 和 OpenDocument 自动化。...for ( int index = 0 ; index < bitmaps . length ; index ++) { try...BufferedImage thumbnail = bitmaps [ index ]; ImageIO . write ( thumbnail...

    docs.aspose.com/slides/zh/java/modern-api/
  8. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in C++ using Aspose.Slides, featuring concise code examples and performance-focused guidance....reference of a slide by using its Index. Add a SmartArt shape by setting...of first slide by using its Index. Traverse through every shape...

    docs.aspose.com/slides/cpp/manage-smartart-shape/
  9. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for Node.js via C++....PivotTables collection by passing its index. Use any of the pivot‑table...forEach (( item , index ) => { const rowIndex = index + 2 ; cells ...

    docs.aspose.com/cells/nodejs-cpp/how-to-add-piv...
  10. Working with Aspose.Cells.GridDesktop Events|Do...

    This article introduces how to use events in GridDesktop.... You may get the column index by using the Aspose.Cells.GridDesktop...WorksheetEventArgs argument’s Index property. AfterInsertRows Occurs...

    docs.aspose.com/cells/net/aspose-cells-griddesk...