Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 47,710 for

index

(0.14 sec)
  1. 与GridJs客户端端协同工作|Documentation

    本文介绍了GridJs中的客户端JavaScript API或函数。...ri: Row index of the target cell. // - ci: Column index of the...parameters are: ri : row index ci : column index 获取单元格样式 xs . sheet...

    docs.aspose.com/cells/zh/python-net/aspose-cell...
  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. Document class | Aspose.Words for Node.js

    Aspose.Words.Document class. Represents a Word document... extractPages(index, count, options) Returns the...extract options. extractPages(index, count) Returns the Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. GradientStopCollection Class | Aspose.Words for...

    Explore the Aspose.Words.Drawing.GradientStopCollection class, featuring a robust collection of customizable GradientStop objects for enhanced document design....the collection at a specified index. Remove ( GradientStop ) Removes...the collection at a specified index. Remarks You do not create instances...

    reference.aspose.com/words/net/aspose.words.dra...
  5. TaskPaneCollection class | Aspose.Words for Python

    aspose.words.webextensions.TaskPaneCollection class. Specifies a list of persisted task pane objects... Indexers Name Description __getitem__(index) Properties...Description add(item) clear() remove(index) Examples Shows how to add a...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.Cells using C++....// Access second worksheet (index 1) Worksheet sheet = wb . GetWorksheets...relating to pivot table int index = sheet . GetTimelines (). Add...

    docs.aspose.com/cells/cpp/create-timeline/
  7. TabStopCollection class | Aspose.Words for Node.js

    Aspose.Words.TabStopCollection class. A collection of [TabStop](../tabstop/) objects that represent custom tabs for a paragraph or a style...getIndexByPosition(position) Gets the index of a tab stop with the specified...points. getPositionByIndex(index) Gets the position (in points)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 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...
  9. Convert HTML to XML in C# | products.aspose.com

    Convert HTML to XML in C#. Use .NET library API to convert HTML document to XML file...for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; using (FileStream stream = new...

    products.aspose.com/slides/net/conversion/html-...
  10. Convert PPTM to SVG using C++ application | pro...

    Sample C++ conversion code for PPTM document to SVG format. Use example code for batch PPTM 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/pptm-...