Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 35,544 for

index

(0.72 sec)
  1. BubbleSizeCollection class | Aspose.Words for P...

    aspose.words.drawing.charts.BubbleSizeCollection class. Represents a collection of bubble sizes for a chart series.... Indexers Name Description __getitem__(index) Gets or...size value at the specified index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomPart.relationship_type property | Aspose....

    CustomPart.relationship_type property. Gets or sets the relationship type from the parent part to this custom part.... for index , part in enumerate ( doc ....package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t Name:...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomPartCollection class | Aspose.Words for N...

    Aspose.Words.Markup.CustomPartCollection class. Represents a collection of [CustomPart](../custompart/) objects...removeAt(index) Removes an item at the specified index. See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert ODP to SVG using C# | products.aspose.com

    Sample code for ODP to SVG C# conversion. Use API example code for batch ODP 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/odp-t...
  5. Convert PPTX to SVG using C# | products.aspose.com

    Sample code for PPTX to SVG C# conversion. Use API example code for batch PPTX 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/pptx-...
  6. AutoFit Rows and Columns with JavaScript via C+...

    This article shows how to autoFit rows, columns, rows of merged cells, and a row in a range of cells using Aspose.Cells for JavaScript via C++....autoFitRow method takes a row index (of the row to be resized) as...3rd row of the worksheet (row index 1 is the 2nd row; original code...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  7. ConditionalStyleCollection.Item | Aspose.Words ...

    Discover the ConditionalStyleCollection Item property to easily access ConditionalStyle objects by type, enhancing your styling capabilities effortlessly....Hide ] ConditionalStyleColl indexer (1 of 2) Retrieves a ConditionalStyle...Color . AliceBlue ; // 2 - By index: tableStyle . ConditionalStyles...

    reference.aspose.com/words/net/aspose.words/con...
  8. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for Node.js. Get clear JavaScript code samples and tips to streamline your presentations....of first slide by using its Index. Traverse through every shape...of first slide by using its Index. Add a StackedList type SmartArt...

    docs.aspose.com/slides/nodejs-java/manage-smart...
  9. Convert PDF to Image in C# | products.aspose.com

    Convert PDF to Image in C#. Use .NET library API to convert PDF pages to Images...for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; slide.GetThumbnail( new Size(...

    products.aspose.com/slides/net/conversion/pdf-t...
  10. Convert PPSX to SVG using C++ application | pro...

    Sample C++ conversion code for PPSX document to SVG format. Use example code for batch PPSX to SVG conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/ppsx-...