Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 35,602 for

index

(0.11 sec)
  1. Create a Presentation Viewer in Python|Aspose.S...

    Learn how to create a custom presentation viewer in Python using Aspose.Slides. Easily display PowerPoint (PPTX, PPT) and OpenDocument (ODP) files without Microsoft PowerPoint or other office software....reference to the slide by its index. Open a file stream. Save the...aspose.slides as slides slide_index = 0 with slides . Presentation...

    docs.aspose.com/slides/python-net/presentation-...
  2. GradientStopCollection.remove method | Aspose.W...

    GradientStopCollection.remove method. Removes a specified [GradientStop](../../gradientstop/) from the collection....) # Remove gradient stop at index 1. gradient_stops . remove_at...new gradient stop at the same index 1. gradient_stops . insert (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. GradientStop.position property | Aspose.Words f...

    GradientStop.position property. Gets or sets a value representing the position of a stop within the gradient expressed as a percent in range 0.0 to 1.0....) # Remove gradient stop at index 1. gradient_stops . remove_at...new gradient stop at the same index 1. gradient_stops . insert (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in a textbox within a worksheet using Aspose.Cells for Node.js via C++.... forEach (( item , index ) => { workbook . replace (..., replace . split ( '$' )[ index ]); try { const path = require...

    docs.aspose.com/cells/nodejs-cpp/replace-tag-wi...
  5. Implementing Non-Sequential Ranges with JavaScr...

    Learn how to create named non‑sequential ranges with Aspose.Cells for JavaScript via C++. Use non‑adjacent cell ranges effectively....a non‑sequenced range const index = workbook . worksheets . names...worksheets . names . get ( index ); // Creating a non‑sequenced...

    docs.aspose.com/cells/javascript-cpp/implementi...
  6. GradientStop.BaseColor | Aspose.Words for .NET

    Discover the GradientStop BaseColor property to easily access the pure color of your gradient stop, enhancing your design with precision and clarity....// Remove gradient stop at index 1. gradientStops . RemoveAt...new gradient stop at the same index 1. gradientStops . Insert (...

    reference.aspose.com/words/net/aspose.words.dra...
  7. GradientStop.Transparency | Aspose.Words for .NET

    Discover the GradientStop Transparency property to easily adjust gradient fill transparency from 0% to 100%. Enhance your designs with precise control!...// Remove gradient stop at index 1. gradientStops . RemoveAt...new gradient stop at the same index 1. gradientStops . Insert (...

    reference.aspose.com/words/net/aspose.words.dra...
  8. GradientStop.Color | Aspose.Words for .NET

    Discover the GradientStop Color property to easily set and customize gradient stop colors for stunning visual effects in your designs....// Remove gradient stop at index 1. gradientStops . RemoveAt...new gradient stop at the same index 1. gradientStops . Insert (...

    reference.aspose.com/words/net/aspose.words.dra...
  9. 通过C++设置Excel和ODS文件的条件格式|Documentation

    如何在C++中对Excel和ODS文件应用条件格式。...conditional formatting int index = sheet . GetConditionalFormat...GetConditionalFormat (). Get ( index ); // Sets the conditional format...

    docs.aspose.com/cells/zh/cpp/conditional-format...
  10. FieldIndex.bookmarkName property | Aspose.Words...

    FieldIndex.bookmarkName property. Gets or sets the name of the bookmark that marks the portion of the document used to build the Index....document used to build the index. get bookmarkName () : string...

    reference.aspose.com/words/nodejs-net/aspose.wo...