Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 37,038 for

index

(1.16 sec)
  1. ChartDataLabel class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataLabel class. Represents data label on a chart point or trendline... index Specifies the index of the containing...containing element. This index shall determine which of the parent’s children...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用图像|Documentation

    本页介绍如何使用 Aspose.Diagram 库从 Visio 绘图的页面中提取、替换或插入图像。...vsd" ) # Enter page index i.e. 0 for first one for shape...fi . toPath ()) # Enter page index i.e. 0 for first one for shape...

    docs.aspose.com/diagram/zh/python-java/working-...
  3. getPrintingPageBreaks returning unexpected resu...

    Hello, I am using the aspose-cells version 25.6. Below is the code I am using, ImageOrPrintOptions printOption = new ImageOrPrintOptions(); printOption.setPrintingPage(PrintingPageType.DEFAULT); cas = curSheet.getPri…...to get your current sheet’s index which is “0”. See the sample...out.println("Current Sheet index: " + curSheet.getIndex()); console...

    forum.aspose.com/t/getprintingpagebreaks-return...
  4. Field.Update | Aspose.Words for .NET

    Efficiently update fields with our Field Update method. Prevents conflicts by ensuring fields aren't already in use. Streamline your data management today!... Update (); int index = 0 ; using ( IEnumerator <...WriteLine ( $"General format index {index++}: {generalFormatEnumera...

    reference.aspose.com/words/net/aspose.words.fie...
  5. First and last paragraph - Free Support Forum -...

    Dear, How can I find the first and last paragraph on a given page in a document. I’m using Aspose Words for Java Many thanks Natasja...LayoutCollector records the start‑page index for every node after layout...LauoutCollector to get start and end page index of the particular paragraph:...

    forum.aspose.com/t/first-and-last-paragraph/322113
  6. Work with PDF Layers using Python|Aspose.PDF fo...

    Learn how to add, lock, extract, flatten, and merge PDF layers in Python...." ) return index = 1 for layer in layers : output_file.... replace ( ".pdf" , f " { index } .pdf" ) layer . save ( output_file...

    docs.aspose.com/pdf/python-net/working-with-pdf...
  7. Create Union Range|Documentation

    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....create the union range and the index of the worksheet. The WorksheetCollection...

    docs.aspose.com/cells/java/create-union-range/
  8. Use Connection indexes to connect shapes|Docume...

    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....Use Connection indexes to connect shapes Contents [ Hide ] Add...the shape and use Connection indexes to connect shapes Aspose.Diagram...

    docs.aspose.com/diagram/net/use-connection-inde...
  9. Use Error Checking Options|Documentation

    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....getErrorCheckOptions (); int index = opts . add (); ErrorCheckOption...ErrorCheckOption opt = opts . get ( index ); // Disable the numbers stored...

    docs.aspose.com/cells/java/use-error-checking-o...
  10. Add PDF Pages in Python|Aspose.PDF for Python v...

    Learn how to add or insert pages into PDF documents in Python....page insertion at a specific index and appending pages at the end...new empty page at a specific index using the PageCollection insert()...

    docs.aspose.com/pdf/python-net/add-pages/