Sort Score
Result 10 results
Languages All
Labels All
Results 4,511 - 4,520 of 36,279 for

index

(0.23 sec)
  1. Manipulations with glyphs | API for C++

    C++ API Solution to manage various fonts. Learn how to get Glyphs and Metrics information of a font with a few lines of code....map, which will give you the index of the corresponding glyph.... Using the glyph index, look up the metrics for the glyph in...

    products.aspose.com/font/cpp/manipulate-glyphs/
  2. PdfLoadOptions class | Aspose.Words for Python

    aspose.words.loading.PdfLoadOptions class. Allows to specify additional options when loading Pdf document into a [Document](../../aspose.words/document/) object... page_index Gets or sets the 0-based index of the first...is_skip_pdf_images options . page_index = 0 options . page_count = 1...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Manage Presentation Themes in Java|Aspose.Slide...

    Master presentation themes in Aspose.Slides for Java to create, customize and convert PowerPoint files with consistent branding....( 2 ); Index guide : 0 is used for no fill. The index starts...

    docs.aspose.com/slides/java/presentation-theme/
  4. 用JavaScript通过C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++隐藏和显示工作表中的行和列。...worksheet (rows are zero-based index) worksheet . cells . hideRows...worksheet (columns are zero-based index) worksheet . cells . hideColumns...

    docs.aspose.com/cells/zh/javascript-cpp/hiding-...
  5. FieldIncludePicture | Aspose.Words for Java

    Implements the INCLUDEPICTURE field in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...

    reference.aspose.com/words/java/com.aspose.word...
  6. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.xlsx"; var output = @"C:\output.xlsx"; Workbook? wbc; using (var ms = new FileStream(input, F…...Index); _list.Add(data.CellRow); _list...the code stores the worksheet index, row, column and data.Cell.Value...

    forum.aspose.com/t/xlookup-returns-value/322497
  7. Working with Layers|Documentation

    This section explains how to add or get layer information in a visio shape with Aspose.Diagram.... Here "0;1" are indexes of the layers LayerMem layer...in first layer. Here "0" is index of the first layer LayerMem...

    docs.aspose.com/diagram/net/working-with-layers/
  8. Convert Excel to Image in Python | XLS to PNG, ...

    Use Python Excel API to convert Excel XLS to image formats in Python. Convert XLSX or XLS to PNG, SVG, JPEG, BMP formats....get(index) method. Create a SheetRender...

    blog.aspose.com/cells/convert-excel-to-image-in...
  9. Converting a PDF file to PPTX using C++ | Aspos...

    Sample code for PDF to PPTX conversion using C++. Use C++ example for batch PDF to PPTX conversion....Save method with page index & output file path as parameters...

    products.aspose.com/pdf/cpp/conversion/pdf-to-p...
  10. Converting a PS file to PNG using C++ | Aspose.PDF

    Sample code for PS to PNG conversion using C++. Use C++ example for batch PS to PNG conversion....Process method with page index & output file path as parameters...

    products.aspose.com/pdf/cpp/conversion/ps-to-png/