Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 47,663 for

index

(0.15 sec)
  1. GradientStopCollection class | Aspose.Words for...

    aspose.words.drawing.GradientStopCollection class. Contains a collection of [GradientStop](../gradientstop/) objects... Indexers Name Description __getitem__(index) Gets or...GradientStop to a gradient. insert(index, gradient_stop) Inserts a GradientStop...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Manage SmartArt Shape Node|Aspose.Slides Docume...

    Manage SmartArt nodes and child nodes in PowerPoint presentations in C++...of first slide by using its Index. Traverse through every shape...of first slide by using its Index. Add a StackedList type SmartArt...

    docs.aspose.com/slides/cpp/manage-smartart-shap...
  3. BubbleSizeCollection.Item | Aspose.Words for .NET

    Discover the BubbleSizeCollection Item property to easily manage bubble sizes at specific indices, enhancing your data visualization with precision....Item BubbleSizeCollection indexer Gets or sets the bubble size...the specified index. public double this [ int index ] { get ; set...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Extract Images from PDF File using Python|Aspos...

    This section shows how to extract images from PDF file using Python library....file using FileIO, replacing ‘index’ in the filename with a sequential...sequential number. Increment the index for each saved image. import...

    docs.aspose.com/pdf/python-net/extract-images-f...
  5. CustomPart.RelationshipType | Aspose.Words for ...

    Discover the CustomPart RelationshipType property to easily manage and define relationships between parent and custom parts for enhanced functionality.... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...Console . WriteLine ( $"Part index {index}:" ); Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.mar...
  6. FieldCollection class | Aspose.Words for Python

    aspose.words.fields.FieldCollection class. A collection of [Field](../field/) objects that represents the fields in the specified range... Indexers Name Description __getitem__(index) Returns...Returns a field at the specified index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Merge HTML to Image in Java | products.aspose.com

    Merge HTML to image in Java. Use Java library API to combine HTML to image...html" )); for ( int index = 0 ; index < pres . getSlides ()...(). size (); index ++) { ISlide slide = pres . getSlides (). get_Item...

    products.aspose.com/slides/zh-hant/java/merger/...
  8. Render a Slide as an SVG Image|Aspose.Slides Do...

    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....pptx" ); for ( int32_t index = 0 ; index < pres -> get_Slides ()...() -> get_Count (); index ++ ) { auto fileName = String :: Format...

    docs.aspose.com/slides/cpp/render-a-slide-as-an...
  9. Convert HTML to XML in C++ | products.aspose.com

    Convert HTML to XML in C++. Use C++ library API to convert HTML files to XMLs...AddFromHtml(htmlStream); for ( int32_t index = 0 ; index < pres -> get_Slides()...get_Slides() -> get_Count(); index ++ ) { auto fileName = String :: Format(...

    products.aspose.com/slides/cpp/conversion/html-...
  10. Convert HTML to JPG in C++ | products.aspose.com

    Convert HTML to JPG in C++. Use C++ library API to convert HTML files to JPGs...AddFromHtml(htmlStream); for ( int32_t index = 0 ; index < pres -> get_Slides()...get_Slides() -> get_Count(); index ++ ) { auto slide = pres -> get_Slides()...

    products.aspose.com/slides/cpp/conversion/html-...