Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 35,544 for

index

(0.21 sec)
  1. Bookmark class | Aspose.Words for Node.js

    Aspose.Words.Bookmark class. Represents a single bookmark...firstColumn Gets the zero-based index of the first column of the table...lastColumn Gets the zero-based index of the last column of the table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.MoveToSection | Aspose.Words fo...

    Discover the DocumentBuilder MoveToSection method to easily navigate to the start of any section's body, enhancing your document editing efficiency....Description sectionIndex Int32 The index of the section to move to. Remarks...equal to 0, it specifies an index from the beginning of the document...

    reference.aspose.com/words/net/aspose.words/doc...
  3. CustomPart.relationship_type property | Aspose....

    CustomPart.relationship_type property. Gets or sets the relationship type from the parent part to this custom part.... for index , part in enumerate ( doc ....package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t Name:...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BubbleSizeCollection class | Aspose.Words for P...

    aspose.words.drawing.charts.BubbleSizeCollection class. Represents a collection of bubble sizes for a chart series.... Indexers Name Description __getitem__(index) Gets or...size value at the specified index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  5. AutoFit Rows and Columns with JavaScript via C+...

    This article shows how to autoFit rows, columns, rows of merged cells, and a row in a range of cells using Aspose.Cells for JavaScript via C++....autoFitRow method takes a row index (of the row to be resized) as...3rd row of the worksheet (row index 1 is the 2nd row; original code...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  6. CustomPartCollection class | Aspose.Words for N...

    Aspose.Words.Markup.CustomPartCollection class. Represents a collection of [CustomPart](../custompart/) objects...removeAt(index) Removes an item at the specified index. See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ConditionalStyleCollection.Item | Aspose.Words ...

    Discover the ConditionalStyleCollection Item property to easily access ConditionalStyle objects by type, enhancing your styling capabilities effortlessly....Hide ] ConditionalStyleColl indexer (1 of 2) Retrieves a ConditionalStyle...Color . AliceBlue ; // 2 - By index: tableStyle . ConditionalStyles...

    reference.aspose.com/words/net/aspose.words/con...
  8. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for Node.js. Get clear JavaScript code samples and tips to streamline your presentations....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/nodejs-java/manage-smart...
  9. Convert PDF to Image in C# | products.aspose.com

    Convert PDF to Image in C#. Use .NET library API to convert PDF pages to 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...
  10. Convert PPSX to SVG using C++ application | pro...

    Sample C++ conversion code for PPSX document to SVG format. Use example code for batch PPSX 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/ppsx-...