Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 46,573 for

index

(0.08 sec)
  1. Access Slides in Presentations with Python|Aspo...

    Learn how to access and manage slides in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Boost productivity with code examples....presentation, reference slides by index or by unique ID, and read basic...Slide by Index Slides in a presentation are indexed by position...

    docs.aspose.com/slides/python-net/access-slide-...
  2. Convert PPTM to SVG using C# | products.aspose.com

    Sample code for PPTM to SVG C# conversion. Use API example code for batch PPTM files to SVG conversion within VB.NET, Asp.NET or any .NET based application....for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; using (FileStream fileStream...

    products.aspose.com/slides/net/conversion/pptm-...
  3. Convert PPS to SVG using C# | products.aspose.com

    Sample code for PPS to SVG C# conversion. Use API example code for batch PPS files to SVG conversion within VB.NET, Asp.NET or any .NET based application....for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; using (FileStream fileStream...

    products.aspose.com/slides/net/conversion/pps-t...
  4. HeaderFooter class | Aspose.Words for Node.js

    Aspose.Words.HeaderFooter class. Represents a container for the header or footer text of a section...from Node ) getBuildingBlock(index, isDeep) Returns an Nth child...CompositeNode ) getChild(nodeType, index, isDeep) Returns an Nth child...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Comment class | Aspose.Words for Node.js

    Aspose.Words.Comment class. Represents a container for text of a comment...from Node ) getBuildingBlock(index, isDeep) Returns an Nth child...CompositeNode ) getChild(nodeType, index, isDeep) Returns an Nth child...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. AsposeWordsPrintDocument.TotalPagesPrinted | As...

    Shows total pages printed in Aspose.Words to track print session output....whether the page at the specified index should be skipped during printing.../// <param name="index">The zero-based page index to check.</param>...

    reference.aspose.com/words/net/aspose.words.ren...
  7. Insert Rows and Columns|Documentation

    This article introduces how to insert rows and columns in GridWeb....Insert a row by specifying a row index where the row would be inserted...column by specifying the column index where the column would be inserted...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section in Java....get(int index) Retrieves a HeaderFooter at the given index. get...zero-based index of the specified node. insert(int index, Node node)...

    reference.aspose.com/words/java/com.aspose.word...
  9. How to Change Properties of Word Document in Py...

    This article guides on how to change properties of Word document in Python. It has IDE settings and programming steps along with the sample code to edit Word metadata in Python....selected properties using either index or property name as per the...are accessed using the item index. Similarly, the built-in properties...

    kb.aspose.com/words/python/how-to-change-proper...
  10. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for JavaScript via C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....let index = 0 ; index < chart . nSeries . count ; index ++ )...// Access the DataLabels of indexed NSeries const labels = chart...

    docs.aspose.com/cells/javascript-cpp/resize-cha...