Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 37,081 for

index

(0.12 sec)
  1. Aspose::Words::Fields::GeneralFormatCollection ...

    Aspose::Words::Fields::GeneralFormatCollection class. Represents a typed collection of general formats. To learn more, visit the documentation article in C++....general format at the specified index. Is (const System::TypeInfo&)...occurrence at the specified index. static Type () Examples Shows...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. How to use Comment|Documentation

    Add, edit, remove, and navigate cell comments, with a marker on the cell and a hover tip showing the note.... ri (row index), ci (column index), author (string)...target cell. ri (row index), ci (column index) void sheet.setComment(…)...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  3. Aspose.PSD for .NET 19.3 - 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....( int index = layers . Length - 1 ; index >= 0 ; index --) {...{ Layer layer = layers [ index ]; if (!( layer is TextLayer ))...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-3...
  4. FieldFormat class | Aspose.Words for Python

    aspose.words.fields.FieldFormat class. Provides typed access to field's numeric, date and time, and general formatting... update () index = 0 for general_format in format_obj...format index { index } : { general_format } ' ) index += 1 self...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::Insert method. Inserts a GradientStop to the collection at a specified Index in C++....the collection at a specified index. System :: SharedPtr < Aspose...GradientStopCollecti :: Insert ( int32_t index , const System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::Charts::ChartSeries::ge...

    Aspose::Words::Drawing::Charts::ChartSeries::get_Name method. Gets the name of the series, if name is not set explicitly it is generated using Index. By default returns Series plus one based Index in C++....using index. By default returns Series plus one based index. System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. OdsoRecipientDataCollection.Add | Aspose.Words ...

    Effortlessly enhance your data management with the OdsoRecipientDataCollection Add method—quickly add objects to streamline your collection process.... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...( $"Odso recipient data index {index++} will {(enumerator.Current...

    reference.aspose.com/words/net/aspose.words.set...
  9. 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...
  10. How to batch insert Rows and Columns|Documentation

    Batch insert rows/columns from the context menu, and batch append rows from the Row Appender toolbar....Insert 5 rows starting at row index 3. xs . sheet . insertRows (...columns starting at column index 2. xs . sheet . insertColumns...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...