Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 46,571 for

index

(0.12 sec)
  1. DocumentBuilder.MoveToSection | Aspose.Words fo...

    Discover the DocumentBuilder MoveToSection method to easily navigate to the start of any section's body, enhancing your document editing efficiency....Description sectionIndex Int32 The index of the section to move to. Remarks...equal to 0, it specifies an index from the beginning of the document...

    reference.aspose.com/words/net/aspose.words/doc...
  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. OdsoFieldMapDataCollection class | Aspose.Words...

    Aspose.Words.Settings.OdsoFieldMapDataCollection class. A typed collection of the [OdsoFieldMapData](../odsofieldmapdata/) objects...removeAt(index) Removes the element at the specified index. See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. GradientStop | Aspose.Words for Java

    Represents one gradient stop in Java....// Remove gradient stop at index 1. gradientStops.removeAt(1);...new gradient stop at the same index 1. gradientStops.insert(1, new...

    reference.aspose.com/words/java/com.aspose.word...
  6. Merge XPS to PDF | JavaScript API Solution

    JavaScript API Solution to merge XPS files. Save the combined result as PDF files. JavaScript code example of merging functionality....function readFile ( index ) { if ( index >= e . target . files...file = e . target . files [ index ]; file_reader . onload = function...

    products.aspose.com/page/javascript-cpp/merge-x...
  7. 合并 XPS 文件 | Aspose.Page for JavaScript

    Aspose.Page API 解决方案通过 C++ 实现的 JavaScript XPS 合并功能允许您将多个 XPS 文件合并为一个 XPS 或 PDF 文档。...3 function readFile (index) { 4 if (index >= e. target . files...file = e. target . files [ index ] ; 15 file_reader. onload =...

    docs.aspose.com/page/zh/javascript-cpp/merge/xps/
  8. How to Rotate Text of Cell with C++|Documentation

    C++ code to rotate text of Cell with Aspose.Cells for C++ API...access the worksheet by its index or name. Rotate the text of...// Row index of the cell int row = 0 ; // Column index of the...

    docs.aspose.com/cells/cpp/how-to-rotate-text-of...
  9. AdjustmentCollection class | Aspose.Words for P...

    aspose.words.drawing.AdjustmentCollection class. Represents a read-only collection of [Adjustment](../adjustment/) adjust values that are applied to the specified shape.... Indexers Name Description __getitem__(index) Returns...adjustment at the specified index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 用C++进行数据透视表的自定义排序|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段值进行排序。...PivotTable to the worksheet int index = pivotTables . Add ( u "=Sheet1...pivotTable = pivotTables . Get ( index ); // Unshow grand totals for...

    docs.aspose.com/cells/zh/cpp/custom-sorting-in-...