Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 36,480 for

index

(0.15 sec)
  1. Render Presentation Slides as SVG Images in PHP...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for PHP via Java. High-quality visuals with simple code examples....pptx" ); try { for ( $index = 0 ; $index < java_values ( $pres...getSlides () -> size ()) ; $index ++ ) { $slide = $pres -> getSlides...

    docs.aspose.com/slides/php-java/render-a-slide-...
  2. Adjusting Row Height and Column Width|Documenta...

    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.... Indexes of rows and columns start from...following parameters: Row index – the index of the row whose height...

    docs.aspose.com/cells/java/adjusting-row-height...
  3. CustomDocumentProperties class | Aspose.Words f...

    aspose.words.properties.CustomDocumentProperties class. A collection of custom document properties...DocumentPropertyColl Indexers Name Description __getitem__(index) Properties...DocumentPropertyColl ) index_of(name) Gets the index of a property by...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Drawing::Charts::ChartDataPointC...

    Aspose::Words::Drawing::Charts::ChartDataPointCollection::CopyFormat method. Copies format from the source data point to the destination data point in C++....data point with index 1 to the data point with index 2 // so that...format of the data point with index 0 to the series defaults so...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Custom sorting in Pivot Table with C++|Document...

    Learn how to sort Pivot Tables on field values using Aspose.Cells with C++....PivotTable to the worksheet int index = pivotTables . Add ( u "=Sheet1...pivotTable = pivotTables . Get ( index ); // Hide grand totals for...

    docs.aspose.com/cells/cpp/custom-sorting-in-piv...
  6. CustomXmlSchemaCollection Class | Aspose.Words ...

    Explore the Aspose.Words.Markup.CustomXmlSchemaCollection class for managing XML schemas linked to custom XML parts, enhancing document flexibility and control....the element at the specified index. Methods Name Description Add...string ) Returns the zero-based index of the specified value in the...

    reference.aspose.com/words/net/aspose.words.mar...
  7. DocumentPropertyCollection class | Aspose.Words...

    Aspose.Words.Properties.DocumentPropertyCollection class. Base class for [BuiltInDocumentProperties](../builtindocumentproperties/) and [CustomDocumentProperties](../customdocumentproperties/) collections... indexOf(name) Gets the index of a property by name. remove(name)...removeAt(index) Removes a property at the specified index. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::RemoveAt method. Removes a bookmark at the specified Index in C++....a bookmark at the specified index. void Aspose :: Words :: Saving...( int32_t index ) Parameter Type Description index int32_t The...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Fields::DropDownItemCollection::...

    Aspose::Words::Fields::DropDownItemCollection::IndexOf method. Returns the zero-based Index of the specified value in the collection in C++....method Returns the zero-based index of the specified value in the...ReturnValue The zero based index. Negative value if not found...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Convert PPT to SVG using C# | products.aspose.com

    Sample code for PPT to SVG C# conversion. Use API example code for batch PPT 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/ppt-t...