Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 36,096 for

index

(0.12 sec)
  1. Document.getPageInfo method | Aspose.Words for ...

    Document.getPageInfo method. Gets the page size, orientation and other information about a page that might be useful for printing or rendering....pageIndex number The 0-based page index. See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldRD.file_name property | Aspose.Words for P...

    FieldRD.file_name property. Gets or sets the name of the file to include when generating a table of contents, table of authorities, or Index....contents, table of authorities, or index. @property def file_name ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Copying Rows and Columns with JavaScript via C+...

    This article shows how to copy rows and columns through the Aspose.Cells for JavaScript via C++ API....the source row index, and the destination row index. Use this method...); // Copy the second row (index 1) with data, formatting, images...

    docs.aspose.com/cells/javascript-cpp/copying-ro...
  4. Aspose::Words::Settings::MailMergeSettings::get...

    Aspose::Words::Settings::MailMergeSettings::get_ActiveRecord method. Specifies the one-based Index of the record from the data source which shall be displayed in Microsoft Word. The default value is 1 in C++....method Specifies the one-based index of the record from the data...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. Customize Shapes in Presentations with Python|A...

    Create and customize shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET: geometry paths, curved corners, composite shapes....line_to ( point , index ) line_to ( x , y , index ) Add a cubic Bezier...point1 , point2 , point3 , index ) cubic_bezier_to ( x1 , y1...

    docs.aspose.com/slides/python-net/custom-shape/
  6. Aspose.PSD for Python via .NET 25.1 - Release N...

    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....# Assuming the layer is at index 1 # This will replace the content...Again, assuming the layer is at index 1 # It replaces the content...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  7. 如何将智能卡签名添加到PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET允许您使用签名字段从智能卡签署PDF文档。...( int index = 0 ; index <= sigNames . Count - 1 ; index ++) {...VerifySignature ( sigNames [ index ])) { throw new Exception (...

    docs.aspose.com/pdf/zh/net/sign-pdf-document-fr...
  8. GradientStop.remove method | Aspose.Words for N...

    GradientStop.remove method. Removes the gradient stop from the parent [GradientStopCollection](../../gradientstopcollection/)....// 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...
  9. DropDownItemCollection.contains method | Aspose...

    DropDownItemCollection.contains method. Determines whether the collection contains the specified value.... index_of ( 'Two' )) self . assertTrue...another item at a specified index: drop_down_items . insert (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Group Presentation Shapes in C++|Aspose.Slides ...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for C++ — fast, step-by-step guide with free C++ 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/cpp/group/