Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 35,544 for

index

(0.39 sec)
  1. 用JavaScript通过C++为不同页面设置不同的页眉和页脚|Documentation

    本文提供示例代码,演示如何用C++的Script以编程方式设置Excel工作表页面设置的页眉和页脚,包括首页、奇数页和偶数页。...true ; // Set center header (index 1) for odd pages pageSetup ...page." ; // Set center header (index 1) for even pages pageSetup...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  2. OdsoFieldMapData.name property | Aspose.Words f...

    OdsoFieldMapData.name property. Specifies the column name within an external data source for the column whose Index is specified by the [OdsoFieldMapData.column](../column/) property...source for the column whose index is specified by the OdsoFieldMapData...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Specifying the absolute position of the Pivot I...

    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....used to specify the position index in all the PivotItems regardless...used to specify the position index in the PivotItems under the...

    docs.aspose.com/cells/java/specifying-the-absol...
  4. GradientStopCollection.add method | Aspose.Word...

    GradientStopCollection.add method. Adds a specified [GradientStop](../../gradientstop/) to a gradient....// Remove gradient stop at index 1. gradientStops . removeAt...new gradient stop at the same index 1. gradientStops . insert (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Edit Connector Geometry Section in the ShapeShe...

    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....# get connector geometry at index 0 defaultLineTo = connector...remove connector geometry from index 0 connector . getGeoms () ....

    docs.aspose.com/diagram/java/edit-connector-geo...
  6. Paste back shape data correctly - Free Support ...

    Hi, Need help in pasting back the content after correction of the content in shape also maintaining the styles of the document, need to maintain the correct referenc of complete document doc, content_blocks, clean_tex…...offsets = [] index = 0 for word in words: index = text.find(word...find(word, index) offsets.append((index, index + len(word))) index...

    forum.aspose.com/t/paste-back-shape-data-correc...
  7. ChartSeriesCollection | Aspose.Words for Java

    Represents collection of a ChartSeries in Java....series can also be removed by index, like this. // This will remove...get(int index) Returns a ChartSeries at the specified index. getCount()...

    reference.aspose.com/words/java/com.aspose.word...
  8. 档案

    档案...for (var index = 0; index < coordinates.Length; index += 2) yield...PointF(coordinates[index], coordinates[index + 1]); } private static...

    blog.aspose.com/zh/imaging/create-clipping-path...
  9. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file. With our Java library, you can get bookmarks from the PDF file, get a bookmarks page number, update bookmarks in a PDF Document, and expand bookmarks when viewing a document....by specifying the bookmark’s index. Once you have retrieved the...bookmark using appropriate index values. Save the updated PDF...

    docs.aspose.com/pdf/java/get-update-and-expand-...
  10. How to create Dynamic Rolling Chart with JavaSc...

    Learn how to create a dynamic rolling chart using Aspose.Cells for JavaScript via C++. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display.... let index = sheets . names . add ( "Sheet1...ChtData" ); sheets . names . get ( index ). refersTo = "=OFFSET(Sheet1...

    docs.aspose.com/cells/javascript-cpp/create-dyn...