Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 43,113 for

index

(0.2 sec)
  1. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word 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. IMailMergeDataSource | Aspose.Words for Java

    Implement this interface to allow mail merge from a custom data source such as a list of objects in Java....get(final int index) { return (Customer) super.get(index); } public...set(final int index, final Customer value) { super.set(index, value);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Markup::CustomXmlPart class | As...

    Aspose::Words::Markup::CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package). To learn more, visit the documentation article in C++.... // 1 - By an index in the custom XML part collection:...-> GetEnumerator (); int32_t index = 0 ; while ( enumerator ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Using border-radius and box-shadow in Html -> P...

    Hello, I’m trying to get a rectangle with rounded corners and shadow by converting HTML into PDF. I’m using latest Aspose.HTML v25.05 for this. A proper HTML does not work when processing through Aspose.Html and saving…...#ccc; position: absolute; z-index: 1; padding: 0; } .top-div {...#ff0; position: absolute; z-index: 2; padding: 10px; } .rounded...

    forum.aspose.com/t/using-border-radius-and-box-...
  5. Delete Pivot Table from a Worksheet|Documentation

    Python via .NET code to remove PivotTable for Excel Worksheets...remove_at(index, keep_data) method to delete...Worksheet.pivot_tables.remove_at(index, keep_data) method Setting Pivot...

    docs.aspose.com/cells/python-net/delete-pivot-t...
  6. Manage SmartArt Shape Node|Aspose.Slides for Py...

    Smart node and child node in PowerPoint presentations in Python...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/python-net/manage-smarta...
  7. ChartDataPointCollection class | Aspose.Words f...

    aspose.words.drawing.charts.ChartDataPointCollection class. Represents collection of a [ChartDataPoint](../chartdatapoint/)... Indexers Name Description __getitem__(index) Returns...ChartDataPoint for the specified index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Adjusting Row Height and Column Width|Documenta...

    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....parameters as follows: Row index , the index of the row that you’re...following parameters: Column index , the index of the column that you’re...

    docs.aspose.com/cells/cpp/adjusting-row-height-...
  9. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....the Chart for ( int32_t index = 0 ; index < chart . GetNSeries ()...GetCount (); index ++ ) { // Access the DataLabels of indexed NSeries...

    docs.aspose.com/cells/cpp/resize-chart-s-data-l...
  10. Copying Rows and Columns|Documentation

    This article shows how to Copy Rows and Columns through the Aspose.Cells for .NET API....the source row index, and the destination row index. Use this method...Microsoft Excel: If the source row index is 5, the image, chart, etc...

    docs.aspose.com/cells/net/copying-rows-and-colu...