Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 36,096 for

index

(1.04 sec)
  1. Aspose.PSD for .NET 19.9 - Release Notes|Docume...

    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....( var index = layers . Length - 1 ; index >= 0 ; index --) {...{ var layer = layers [ index ] as TextLayer ; if ( layer == null...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-9...
  2. LayoutCollector class | Aspose.Words for Python

    aspose.words.layout.LayoutCollector class. This class allows to compute page numbers of document nodes....get_start_page_index() , LayoutCollector.get_end_page_index() and LayoutCollector...rebuilt. get_end_page_index(node) Gets 1-based index of the page where...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 在 Android 上自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Android 通过 Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、圆角、复合形状。... Float point , long index ); public void lineTo ( float...float x , float y , long index ); 在路径末尾添加三次贝塞尔曲线: public void cubicBezierTo...

    docs.aspose.com/slides/zh/androidjava/custom-sh...
  4. XmlMapping | Aspose.Words for Java

    Specifies the information that is used to establish a mapping between the parent structured document tag and an XML element stored within a custom XML data part in the document in Java.... // 1 - By an index in the custom XML part collection:...getCustomXmlParts().iterator(); int index = 0; while (enumerator.hasNext())...

    reference.aspose.com/words/java/com.aspose.word...
  5. 使用C++创建动态图表|Documentation

    学习如何在Aspose.Cells for C++中创建动态图表。我们的指南将演示如何根据需求动态更新图表数据、系列和格式,从而在工作表中直观展示不断变化的数据。...range with headers on int32_t index = listObjects . Add ( 0 , 0...Create chart based on ListObject index = sheet . GetCharts (). Add...

    docs.aspose.com/cells/zh/cpp/create-dynamic-cha...
  6. How to Change Excel Row Height using C++

    In this small tutorial, we will elaborate how to change excel row height using C++. You will adjust row height in excel using C++ by a fixed value or based on content size....height by providing the row index and a fixed height value Select...worksheets by providing a sheet index. Each sheet has a collection...

    kb.aspose.com/cells/cpp/how-to-change-excel-row...
  7. Group Presentation Shapes in JavaScript|Aspose....

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for Node.js via Java — fast, step-by-step guide with free JavaScript code....reference of a slide by using its Index Add a group shape to the slide...reference of a slide by using its Index. Accessing the shape collection...

    docs.aspose.com/slides/nodejs-java/group/
  8. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for Android. Add, format, and edit charts with practical Java code examples....slide’s reference through its index. Add a chart with some data...setShowValue ( true ); // Sets the index for the chart data sheet int...

    docs.aspose.com/slides/androidjava/create-chart/
  9. Save Each Worksheet to a Different PDF File wit...

    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....You can set a single sheet index in the PdfSaveOptions.SheetSet...sheetSet = new SheetSet ([ ws . index ]); const pdfSaveOptions = new...

    docs.aspose.com/cells/javascript-cpp/save-each-...
  10. DocumentVisitor.visitParagraphStart method | As...

    DocumentVisitor.visitParagraphStart method. Called when enumeration of a paragraph has started....Section section ) { // Get the index of our section within the document...( "[Section start] Section index: " + sectionIndex ); mDocTraversalDepth...

    reference.aspose.com/words/nodejs-net/aspose.wo...