Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 36,096 for

index

(0.09 sec)
  1. AutoFitterOptions for column and row AutoFit - ...

    Hi, We are trying to expose all the properties of ‘AutoFitterOptions’ for end users in our app, but there is a property called ‘MaxRowHeight’, I believe it make sense for AutoFitRows(), but how this will affect the ‘Aut…...parameters for the range via index of the row/column, but we are...all the 4 indexes, gives only row and column indexes. public static...

    forum.aspose.com/t/autofitteroptions-for-column...
  2. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in Python via .NET using Aspose.Slides, featuring concise code examples and performance-focused guidance....Get the target slide by its index. Add a SmartArt shape, specifying...reference to the first slide by index. Iterate over every shape on...

    docs.aspose.com/slides/python-net/manage-smarta...
  3. Issue with the PSDImage.Save() method - Free Su...

    I hope this message finds you well. While using Aspose.PSD for .NET, I encountered an issue with the PSDImage.Save() method. Please see the details below: Failed to save PSD: Exception calling "Save" with "1" argument(…... Check the source index, length, and the array's lower...long enough. Check the source index, length, and the array’s lower...

    forum.aspose.com/t/issue-with-the-psdimage-save...
  4. 使用 JavaScript 将 PS/EPS 文件合并为 PDF

    Aspose.Page API 解决方案通过 C++ 实现的 JavaScript PS/EPS 合并功能允许您将多个 PS/EPS 文件合并为一个 PDF 文档。...3 function readFile (index) { 4 if (index >= e. target . files...file = e. target . files [ index ] ; 15 file_reader. onload =...

    docs.aspose.com/page/zh/javascript-cpp/merge/ps/
  5. Annotations and Special Text using Python|Aspos...

    This section contains articles on annotation and special Text extraction from PDF documents using Aspose.PDF in Python...., page_number , annotation_index , outfile ): """ Extracts text...page_number (int): 1-based index of the page containing the stamp...

    docs.aspose.com/pdf/python-net/annotation-and-s...
  6. Hiding and Showing Rows and Columns with Node.j...

    Learn how to hide and show rows and columns in a worksheet using Aspose.Cells for Node.js via C++....method takes the row or column index as a parameter to hide the specific...parameters: Row or column index – the index of a row or column that...

    docs.aspose.com/cells/nodejs-cpp/hiding-and-sho...
  7. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...Paragraph, true)) { int index; if (paragraph.GetAncestor(NodeType...StyleName = "Heading 11"; //get index of current paragraph and insert...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  8. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how cells look and appear....conditional formatting int index = sheet . GetConditionalFormat...GetConditionalFormat (). Get ( index ); // Sets the conditional format...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  9. Create a Presentation Viewer in JavaScript|Aspo...

    Create a custom presentation viewer in JavaScript with Aspose.Slides for Node.js. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....the slide reference by its index. Open a file stream. Save the...the slide reference by its index. Get the thumbnail image of...

    docs.aspose.com/slides/nodejs-java/presentation...
  10. Merge PS/EPS files to PDF using JavaScript

    Merger PS/EPS functionality of Aspose.Page API solution for JavaScript via C++ allows you to combine several PS/EPS files into a single PDF document....3 function readFile (index) { 4 if (index >= e. target . files...file = e. target . files [ index ] ; 15 file_reader. onload =...

    docs.aspose.com/page/javascript-cpp/merge/ps/