Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 35,544 for

index

(0.07 sec)
  1. GroupShape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.GroupShape class. Represents a group of shapes in a document...from Node ) getBuildingBlock(index, isDeep) Returns an Nth child...CompositeNode ) getChild(nodeType, index, isDeep) Returns an Nth child...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FontInfoCollection class | Aspose.Words for Python

    aspose.words.fonts.FontInfoCollection class. Represents a collection of fonts used in a document... Indexers Name Description __getitem__(index) Gets a font...font at the specified index. Properties Name Description count...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroupCollection::RemoveAt method. Removes a series group at the specified Index. All child series will be removed from the chart in C++....series group at the specified index. All child series will be removed...ChartSeriesGroupColl :: RemoveAt ( int32_t index ) Examples Show how to remove...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Image are not added to the document - Free Supp...

    Hello everyone, I need to add an image to a .xlsx file. An image in .png format with a size of 150x150 pixels I tried several methods, but without success: Method 1. According to the published documentation here Mo…...SetColumnWidth(2, 150); int index = worksheet.Pictures.Add(3,...Picture pic = worksheet.Pictures[index]; pic.Placement = PlacementType...

    forum.aspose.com/t/image-are-not-added-to-the-d...
  5. How to Copy Excel Sheet to Another Workbook in ...

    In this short tutorial you will learn how to copy Excel sheet to another workbook in Java. It contains the steps and code snippet explaining Java Excel sheet copy feature in any operating system like Windows, Linux, or macOS....can copy any sheet using its index number or the sheet name as...another workbook using the index number of sheets Save output...

    kb.aspose.com/cells/java/how-to-copy-excel-shee...
  6. ParagraphCollection Class | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphCollection for seamless access to structured Paragraph nodes, enhancing document manipulation and efficiency in your projects....Paragraph at the given index. (2 indexers) Methods Name Description...Node ) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/net/aspose.words/par...
  7. Aspose::Words::CompositeNode::GetChild method |...

    Aspose::Words::CompositeNode::GetChild method. Returns an Nth child node that matches the specified type in C++....NodeType nodeType , int32_t index , bool isDeep ) Parameter Type...the child node. index int32_t Zero based index of the child node...

    reference.aspose.com/words/cpp/aspose.words/com...
  8. Convert PDF to PNG in C# | products.aspose.com

    Convert PDF to PNG in C#. Use .NET library API to convert PDF pages to PNG images...for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; slide.GetThumbnail( new Size(...

    products.aspose.com/slides/net/conversion/pdf-t...
  9. Convert PPSM to SVG using C++ application | pro...

    Sample C++ conversion code for PPSM document to SVG format. Use example code for batch PPSM to SVG conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/ppsm-...
  10. Convert PPSX to XML using C++ application | pro...

    Sample C++ conversion code for PPSX document to XML format. Use example code for batch PPSX to XML conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

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