Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 38,165 for

index

(0.08 sec)
  1. Working with GridJs Client Side|Documentation

    This article introduce the client javascript APIs or functions in GridJs....ri : Row index of the target cell . ci : Column index of the target...parameters are: ri : row index ci : column index Unfreeze pane xs ....

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  2. Assemble Slides|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....specified by the zero based index. Aspose.Slides for .NET allows...Slides collection using a slide index. //Instantiate a Presentation...

    docs.aspose.com/slides/net/assemble-slides/
  3. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...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...
  4. ChartDataPointCollection.copy_format method | A...

    ChartDataPointCollection.copy_format method. Copies format from the source data point to the destination data point....copy_format(source_index, destination_index) Copies format from...self , source_index : int , destination_index : int ): ... Parameter...

    reference.aspose.com/words/python-net/aspose.wo...
  5. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#.... int index = 0 ; using ( IEnumerator <...WriteLine ( $"Table paragraph index {index++}, contents: \" { e . Current...

    reference.aspose.com/words/net/aspose.words/nod...
  6. OdsoRecipientData.Hash | Aspose.Words for .NET

    Discover the OdsoRecipientData Hash property, which provides a unique hash code for records, enhancing data integrity in Microsoft Word. Default value, 0.... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...( $"Odso recipient data index {index++} will {(enumerator.Current...

    reference.aspose.com/words/net/aspose.words.set...
  7. Drawing Images using Core Functionality in PHP|...

    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....-> getBounds ()); $index = 0 ; while ( $index < sizeof ( $pixels...$pixels )) { \ # Set the indexed pixel color to yellow $color = new...

    docs.aspose.com/imaging/java/drawing-images-usi...
  8. OdsoRecipientDataCollection.Item | Aspose.Words...

    Effortlessly manage your OdsoRecipientDataCollection with our Item property. Easily retrieve or update items for seamless data handling....Hide ] OdsoRecipientDataCol indexer Gets or sets an item in this...OdsoRecipientData this [ int index ] { get ; set ; } Examples Shows...

    reference.aspose.com/words/net/aspose.words.set...
  9. Aspose::Words::Markup::XmlMapping::SetMapping m...

    Aspose::Words::Markup::XmlMapping::SetMapping method. Sets a mapping between the parent structured document tag and an XML node of a custom XML data part in C++.... // 1 - By an index in the custom XML part collection:...-> GetEnumerator (); int32_t index = 0 ; while ( enumerator ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. VariableCollection | Aspose.Words for Java

    A collection of document variables in Java....contains("City")); // 2 - By index: variables.removeAt(1); Assert...get(int index) Gets a document variable at the specified index. get(String...

    reference.aspose.com/words/java/com.aspose.word...