Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 43,021 for

index

(0.04 sec)
  1. Aspose::Words::Notes::Footnote::get_IsAuto meth...

    Aspose::Words::Notes::Footnote::get_IsAuto method. Holds a value that specifies whether this is a auto-numbered footnote or footnote with user defined custom reference mark in C++....reference mark // will be its index among all the section's footnotes...footnote will use instead of its index number. footnote -> set_ReferenceMark...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. Aspose::Words::Fields::DropDownItemCollection::...

    Aspose::Words::Fields::DropDownItemCollection::Add method. Adds a string to the end of the collection in C++....ReturnValue The zero-based index at which the new element is...another item at a specified index: dropDownItems -> Insert ( 3...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. 现代 API|Aspose.Slides 文档

    现代 API...for ( var index = 0 ; index < bitmaps . Length ; index ++) { Bitmap...bitmaps [ index ]; thumbnail . Save ( $"slide{index}.png" , ImageFormat...

    docs.aspose.com/slides/zh/net/modern-api/
  4. PageSet constructor | Aspose.Words for Node.js

    Aspose.Words.Saving.PageSet constructor...one-page set based on exact page index. PageSet ( page : number ) Parameter...Description page number Zero-based index of the page. Remarks If a page...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Drawing::Charts::BubbleSizeColle...

    Aspose::Words::Drawing::Charts::BubbleSizeCollection class. Represents a collection of bubble sizes for a chart series in C++....size value at the specified index. idx_set (int32_t, double) Gets...size value at the specified index. Is (const System::TypeInfo&)...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Manage Worksheets of Microsoft Excel files with...

    Add, remove, and activate worksheets using Aspose.Cells for Node.js via C++....referenced by passing the sheet index of the new worksheet to the...worksheet by passing its sheet index const worksheet = workbook ...

    docs.aspose.com/cells/nodejs-cpp/manage-workshe...
  7. Aspose.Cells 8.7.0中的公共API更改|Documentation

    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....the desired Worksheet via its index or name Worksheet sheet = book...FormatConditions to the collection int index = sheet . getConditionalFormat...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. ITextShaper.ShapeText | Aspose.Words for .NET

    Discover iTextShaper's ShapeText method, which efficiently generates Cluster objects from text fragments, ensuring precise text formatting and alignment.... If run at an index has corresponding clusters then...then result at the same index will have them recorded. public...

    reference.aspose.com/words/net/aspose.words.sha...
  9. PageSavingArgs.pageIndex property | Aspose.Word...

    PageSavingArgs.pageIndex property. Current page Index....pageIndex property Current page index. get pageIndex () : number See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. IMailMergeDataSourceRoot | Aspose.Words for Java

    Implement this interface to allow mail merge from a custom data source with master-detail data in Java....Employee get(int index) { return (Employee) super.get(index); } public...void set(int index, Employee value) { super.set(index, value); }...

    reference.aspose.com/words/java/com.aspose.word...