Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 36,219 for

index

(0.22 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Is LightCellsDataProvider available in Cellsfor...

    I’m writing monstrous spreadsheets that are 200K x 350 columns wide. I need to write 4mm rows over say 20 workbooks. I’m worried about memory. I was able to to create most of them using the standard aspose functions,…...def start_sheet(self, sheet_index): # Logic to start saving a...row index return row_index # Replace with actual row index def...

    forum.aspose.com/t/is-lightcellsdataprovider-av...
  5. Aspose::Words::Vba::VbaProject::get_CodePage me...

    Aspose::Words::Vba::VbaProject::get_CodePage method. Gets or sets the VBA project’s code page in C++....in the collection either by index or by name. vbaModules -> idx_get...

    reference.aspose.com/words/cpp/aspose.words.vba...
  6. Aspose::Words::Vba::VbaProject::get_IsSigned me...

    Aspose::Words::Vba::VbaProject::get_IsSigned method. Shows whether the VbaProject is signed or not in C++....in the collection either by index or by name. vbaModules -> idx_get...

    reference.aspose.com/words/cpp/aspose.words.vba...
  7. Format PowerPoint Text in Java|Aspose.Slides Do...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Java. Customize fonts, colors, alignment, and more....reference of a slide by using its Index. Access the Placeholder shapes...slide’s reference by using its index. Access the Placeholder shapes...

    docs.aspose.com/slides/java/text-formatting/
  8. EndnoteOptions | Aspose.Words for Java

    Represents the endnote numbering options for a document or section in Java....footnote and endnote is its index // among all the document's...footnote and endnote is its index // among all the document's...

    reference.aspose.com/words/java/com.aspose.word...
  9. 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/
  10. 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...