Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 35,544 for

index

(0.1 sec)
  1. DataRow | Aspose.Words for Java

    Represents a row of data in a DataTable in Java....in the column specified by index. get(String columnName) Gets...java.sql.ResultSet remove(int index) set(System.Data.DataColumn...

    reference.aspose.com/words/java/com.aspose.word...
  2. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a table cell...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...
  3. 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...
  4. 使用GridJs的高亮功能|Documentation

    本文介绍如何在GridJs中对单元格文本、单元格范围、形状和图片进行突出显示。...parameters are: row : row index col : column index startpostion : highlight...parameters are: row : row index col : column index startpostion : highlight...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  5. Render Presentation Slides as SVG Images in Jav...

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

    docs.aspose.com/slides/java/render-a-slide-as-a...
  6. Document.ExtractPages | Aspose.Words for .NET

    Discover the Document ExtractPages method to effortlessly retrieve specific page ranges, enhancing your document management and efficiency....Document ExtractPages ( int index , int count , PageExtractOptions...Type Description index Int32 The zero-based index of the first page...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldCollection class | Aspose.Words for Python

    aspose.words.fields.FieldCollection class. A collection of [Field](../field/) objects that represents the fields in the specified range... Indexers Name Description __getitem__(index) Returns...Returns a field at the specified index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Merge HTML to Image in Java | products.aspose.com

    Merge HTML to image in Java. Use Java library API to combine HTML to image...html" )); for ( int index = 0 ; index < pres . getSlides ()...(). size (); index ++) { ISlide slide = pres . getSlides (). get_Item...

    products.aspose.com/slides/zh-hant/java/merger/...
  9. Inserting and Deleting Rows and Columns in Ruby...

    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....insertRows method takes the index of the row where the new row...takes two parameters: Row index, the index of the row from where...

    docs.aspose.com/cells/java/inserting-and-deleti...
  10. Convert HTML to JPG in C++ | products.aspose.com

    Convert HTML to JPG in C++. Use C++ library API to convert HTML files to JPGs...AddFromHtml(htmlStream); for ( int32_t index = 0 ; index < pres -> get_Slides()...get_Slides() -> get_Count(); index ++ ) { auto slide = pres -> get_Slides()...

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