Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 36,185 for

index

(0.22 sec)
  1. Manage Connectors in Presentations Using JavaSc...

    Empower JavaScript apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....slide’s reference through its index. Add two AutoShape to the slide...slide’s reference through its index. Add two AutoShape to the slide...

    docs.aspose.com/slides/nodejs-java/connector/
  2. Extract Text From All the Pages of a PDF Docume...

    Understand how to extract text from all pages of a PDF document using Ruby and Aspose.PDF, ideal for content analysis....the particular page using its index against accept (..) method ...

    docs.aspose.com/pdf/java/extract-text-from-all-...
  3. Deal with PDF Forms in PHP | Aspose.PDF

    Manage PDF Forms programmatically with PHP sample code using Aspose.PDF for PHP via Java.... Access the Page via its index. Call the Form collection’s...

    products.aspose.com/pdf/php-java/acroforms/
  4. Add Rectangles to Presentations in JavaScript|A...

    Boost your PowerPoint presentations by adding rectangles with JavaScript and Aspose.Slides for Node.js—easily design and modify shapes programmatically....reference of a slide by using its Index. Add an AutoShape of Rectangle...reference of a slide by using its Index. Add an AutoShape of Rectangle...

    docs.aspose.com/slides/nodejs-java/rectangle/
  5. CustomXmlSchemaCollection.Count | Aspose.Words ...

    Discover the CustomXmlSchemaCollection Count property to easily retrieve the total number of elements in your XML schema collection. Optimize your data management!... // 1 - Remove a schema by index: schemas . RemoveAt ( 2 ); //...

    reference.aspose.com/words/net/aspose.words.mar...
  6. CustomXmlSchemaCollection.Add | Aspose.Words fo...

    Discover how the CustomXmlSchemaCollection Add method enhances your XML management by seamlessly adding items to your collection for optimal performance.... // 1 - Remove a schema by index: schemas . RemoveAt ( 2 ); //...

    reference.aspose.com/words/net/aspose.words.mar...
  7. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …... int index = worksheet.Pictures.Add(3,...Picture pic = worksheet.Pictures[index]; pic.Placement = PlacementType...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  8. Aspose::Words::Fields::FieldCollection::get_Cou...

    Aspose::Words::Fields::FieldCollection::get_Count method. Returns the number of the fields in the collection in C++....field from a collection at an index: fields -> RemoveAt ( 2 ); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Convert Excel to NumPy|Documentation

    Convert Excel to NumPy by using Aspose.Cells for Python via .NET API.... Get the row object by row index. Convert row data to NumPy ndarray...the column object by column index. Convert column data to NumPy...

    docs.aspose.com/cells/python-net/convert-excel-...
  10. Add Trend Lines to Presentation Charts in Java|...

    Quickly add and customize trend lines in PowerPoint charts with Aspose.Slides for Java — a practical guide to engage your audience....a slide’s reference by its index. Add a chart with default data...reference of a slide by using its Index Create a new chart using AddChart...

    docs.aspose.com/slides/java/trend-line/