Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 37,077 for

index

(0.17 sec)
  1. GradientStop.baseColor property | Aspose.Words ...

    GradientStop.baseColor property. Gets a value representing the color of the gradient stop without any modifiers....// 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...
  2. Aspose::Words::MailMerging::FieldMergingArgsBas...

    Aspose::Words::MailMerging::FieldMergingArgsBase::get_RecordIndex method. Gets the zero based Index of the record that is being merged in C++....method Gets the zero based index of the record that is being...

    reference.aspose.com/words/cpp/aspose.words.mai...
  3. Working with Aspose.Cells.GridDesktop Events|Do...

    This article introduces how to use events in GridDesktop.... You may get the column index by using the Aspose.Cells.GridDesktop...WorksheetEventArgs argument’s Index property. AfterInsertRows Occurs...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in JavaScript via C++ to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....added FormatConditions via its index const conditionCollection =...added FormatCondition via its index const formatCondition = conditionCollection...

    docs.aspose.com/cells/javascript-cpp/apply-shad...
  5. Aspose::Words::RunCollection class | Aspose.Wor...

    Aspose::Words::RunCollection class. Provides typed access to a collection of Run nodes. To learn more, visit the documentation article in C++....Retrieves a Run at the given index. IndexOf (const System::Sha...>&) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/cpp/aspose.words/run...
  6. How to Use Color Palette|Documentation

    JavaScript code to add custom colors to the palette and use Excel color palette with Aspose.Cells for JavaScript via C++.... Index – the index of the color in the palette...to the palette at the 55th index workbook . changePalette ( Color...

    docs.aspose.com/cells/javascript-cpp/excel-colo...
  7. Empty page not getting removed - Free Support F...

    Hi Team, I have the following code that removes empty pages in document. But in one particular document , empty page (page number 3 ) is not getting removed. Providing the code for reference and attaching the document…...getCount(); for (int index = nodeCount - 1; index >= 0; index--) { Node...Node node = nodeCollection.get(index); if (node.getNodeType() ==...

    forum.aspose.com/t/empty-page-not-getting-remov...
  8. Aspose::Words::Bibliography::PersonCollection::...

    Aspose::Words::Bibliography::PersonCollection::idx_set method. Gets or sets a person at the specified Index in C++....sets a person at the specified index. void Aspose :: Words :: Bibliography...PersonCollection :: idx_set ( int32_t index , const System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.bib...
  9. Using LightCells 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 next row index to be saved. If a valid row index is returned...returned (the row index must be in ascending order for the rows to be...

    docs.aspose.com/cells/java/using-lightcells-api/
  10. 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...